LeanCloud Python SDK
pip install leancloudor
easy_install leancloud Maybe you need the sudo prefix depends on your OS environment.
cd docs make htmlConfigure the following environment variables:
APP_IDAPP_KEYMASTER_KEYUSE_REGION
Install dependencies:
pip install -e .'[test]'Run tests:
nosetests- Edit
changelogandsetup.py(version). - Commit them and add a new tag. Then publish a new release at GitHub.
- Publish the package at PyPI with following commands:
python3 -m pip install --user --upgrade setuptools wheel rm -rf dist python3 setup.py sdist bdist_wheel python3 -m pip install --user --upgrade twine twine upload dist/*License: GNU LGPL.
Author: asaka ([email protected])