Skip to content

lupintheforth/python-sdk

 
 

Repository files navigation

Python-SDK

Build Status Python3 Support Codecov

LeanCloud Python SDK

Install

pip install leancloud

or

easy_install leancloud

Maybe you need the sudo prefix depends on your OS environment.

Generate API document

cd docs
make html

Release a New Version

  1. Edit changelog and setup.py (version).
  2. Commit them and add a new tag. Then publish a new release at GitHub.
  3. 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

License: GNU LGPL.

Author: asaka (lan@leancloud.rocks)