Metadata-Version: 1.1
Name: terra-submersa-cli
Version: 0.0.2
Summary: Command Line Interface to interact with Terra Submersa data
Home-page: https://gitlab.com/terra-submersa/terra-submersa-cli.git
Author: Alexandre Masselot
Author-email: terra-submersa-development@googlegroups.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # Terra Submersa - Command Line Interface
        
        We propose a CLI toolbox to interact with the Terra Submersa data portal
        
        ## usage
        
           ts-cli tiles list
           ts-cli tiles list --id-only
        
        ## Development
        
        Once in the cloned directory, the smoothest way to load the package in an interactive way (thus pursuing code creation)
        
            pip install -e .
        
        ### Dealing with dependencies
        The Python package deals with its own dependences definition in the `setup.py`file.
        Go check for more infromation https://packaging.python.org/tutorials/distributing-packages
        
        #### Util dependencies
        It is nonetheless possible to install devlopment utilities (for testing or such), in a virtual environment
        
            pip3 install virtualenv
            virtualenv ts-venv/
            #sets the correct paths
            . bin/activate
        
            pip install -r requirements-dev.txt
        
        #### Save the libraries you install in your env
        
            pip freeze > requirements-dev.txt
        
        ### testing
        
        
Keywords: cli REST client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
