mirror of
https://github.com/deta/deta-python.git
synced 2026-03-12 06:45:54 +01:00
deta's official sdk
https://deta.space/docs/en/build/reference/sdk/base
|
|
||
|---|---|---|
| .github/workflows | ||
| deta | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| env.sample | ||
| LICENSE | ||
| Makefile | ||
| pytest.ini | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
Deta Python Library (SDK)
Please use a supported version of Python. This package requires a minimum of Python 3.6. Read the docs.
Install from PyPi
pip install deta
If you are interested in contributing, please look at CONTRIBUTING.md
How to release (for maintainers)
- Add changes to
CHANGELOG.md - Merge the
masterbranch with thereleasebranch. - After scripts finish, update release and tag with relevant info