Installation
You can install the library and CLI using pip.
pip install scaneo
To verify the installation you can run the help command, which will give you a list of all the available commands in the CLI.
scaneo --help
Until we hit a stable release (v1.0 is planned for October 2023) it is recommended to upgrade the cli regularly to get the latest changes.
pip install eotdl --upgrade
The library and CLI require Python >= 3.8.
CLI
You can pick a port to run the server on with the flag --port or -p.
scaneo --port 8080
You can also specify the host with the flag --host or -h.
scaneo --host
To run the server in reload mode you can use the flag --reload or -r.
scaneo --reload
Find out which version of the CLI you are running with the flag --version or -v.
scaneo --version
If you’re working with local data, you can specify a path to a local file with the flag --data or -d before the path to the data.
scaneo --data ./path-to-data/
Add a path to environment file with credentials to a cloud bucket (URL, ACCESS_KEY, SECRET_KEY, BUCKET, REGION) with the flag --env, .env or -e.
scaneo --env