Metadata-Version: 2.1
Name: EarthScan
Version: 0.1
Summary: Pythonic interface to EarthScan.
Home-page: https://github.com/Cervest/EarthScan
Author: Benjamin Laken
Author-email: benjamin@cervest.com
License: MIT
Description: # EarthScan
        
        Pythonic interface to EarthScan, by Cervest.
        
        ## Read the Docs
        
        Coming soon
        
        
        ## Installation
        
        ``` python
        pip install EarthScan
        ```
        
        ## Use
        
        ``` python
        
        >>> import EarthScan
        print(EarthScan.__version__)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
