Skip to content

Claurt07/tasking-manager-client-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOTOSM Tasking Manager Client for Python

This python library is intended for workflow automation with the HOTOSM Tasking Manager.

Installing for use

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.

Configuring development environment

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

About

Python client library for the HOTOSM Tasking Manager API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.3%
  • Python 22.7%