This python library is intended for workflow automation with the HOTOSM Tasking Manager.
The package is not on PyPI, but can be installed by supplying the git url to pip
:
python3 -m pip install git+https://github.com/jarmokivekas/tasking-manager-client-python.git
Using the git+url in a requirements.txt should also work.
git clone [email protected]:jarmokivekas/tasking-manager-client-python.git
cd tasking-manager-client-python
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip intall -U pip
python3 -m pip install flit
flit install