Metadata-Version: 2.1
Name: smartmonkey
Version: 1.0.2
Summary: Python client for Smartmonkey API Web Services
Home-page: https://github.com/smartmonkeyio/smartmonkey-services-python
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (<3.0,>=2.11.1)

Publish

```bash

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

```

Generate documentation

```bash

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
```


