Command Line Interface to interact with Terra Submersa data
Project 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
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file terra-submersa-cli-0.0.8.tar.gz
.
File metadata
- Download URL: terra-submersa-cli-0.0.8.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b4cae9d5e570c0020215336d789e016378a919e603808b795024c1c7244a283c
|
|
MD5 |
0b680fd4fc81e58d1ce1783f3e2a5dbd
|
|
BLAKE2b-256 |
b079436e2ed2678ab1fa2bc86acf7ef9801750fea2ab55c3f646403336af47c0
|