smartmonkey

Python client for Smartmonkey API Web Services


Keywords
api-gateway, optimization
License
Apache-2.0
Install
pip install smartmonkey==1.0.2

Documentation

Publish

python setup.py sdist bdist_wheel
python3 setup.py sdist upload

Generate documentation

sphinx-build -a -E -b html -d docs/_build/doctrees docs docs/_build/html

Develop

pip install -r requirements.txt
pip install pre-commit
pre-commit install