Find a file
hozan 930b94358a
Merge pull request #93 from deta/delete-detalib
remove detalib & fix dependencies issues
2023-09-15 16:25:33 +03:00
.github/workflows gihtub/workflows: update ubuntu version 2023-09-15 15:42:56 +03:00
deta bug fix in _fetch function 2023-09-14 23:47:22 +03:00
scripts Manual merge from testing fork 2021-04-16 14:26:40 +02:00
tests update contributing file 2023-09-15 11:07:59 +03:00
.gitignore Add venv to gitignore 2021-08-16 09:41:38 -05:00
CHANGELOG.md changelog: added changelog 2021-04-15 14:15:07 +02:00
CONTRIBUTING.md update contributing file 2023-09-15 11:07:59 +03:00
env.sample guide changes 2021-08-16 21:20:41 +02:00
LICENSE Create LICENSE 2021-03-09 14:25:09 +01:00
Makefile Add async tests 2021-08-26 13:27:14 +02:00
pytest.ini Make asyncio_mode auto for pytest 2022-09-24 23:50:17 +03:00
README.md Apply suggestions from code review 2023-07-13 10:32:34 +02:00
requirements.txt Add async extra 2021-08-26 13:26:55 +02:00
setup.py release 1.2.0 (#91) 2023-07-18 17:34:27 +02:00

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)

  1. Add changes to CHANGELOG.md
  2. Merge the master branch with the release branch.
  3. After scripts finish, update release and tag with relevant info