Skip to content

ge-semtk/semtk-python3

Repository files navigation

semtk-python3

This package contains python3 clients to the SemTK services. Tested on Python 3.7.5. May be incompatible with Python 3.7.6+

Documentation

API Documentation is auto-generated and available online at: readthedocs.io

For more info, see ./doc.

pip install

Shown with a sample commit tag. You'll want to choose the latest or one that works for you:

pip install git+https://github.com/ge-semtk/semtk-python3@d44a45941d06ec6466bbe61bfd81cd667d6a5137

or just get the latest:

pip install git+https://github.com/ge-semtk/semtk-python3@master

In requirements.txt it could look like:

semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@d44a45941d06ec6466bbe61bfd81cd667d6a5137

or

semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@master

Build whl file

pip install wheel
python3 setup.py sdist bdist_wheel

Alternatively, use the wheel file provided in semtk-python3/dist/

Install whl file

python -m pip install /path/to/whl/file

Sample usage

For sample usage, see demo.py

About

python3 rest wrapper for SemTK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages