WORK IN PROGRESS - NOT READY FOR USAGE - Want to help us improve this client SDK? Send a pull request to Appwrite SDK generator repository.
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to https://appwrite.io/docs
API Version: latest
To install via PyPI:
pip install appwrite
Here's a small and simple example:
from appwrite import Account
account = Account ()
...
ToDo list:
- Fix weird function arguments in
database.py
(appwrite/services/database.py
) - Fix weird function arguments in
storage.py
(appwrite/services/storage.py
) - Fix weird function arguments in
teams.py
(appwrite/services/teams.py
)
Please see the BSD-3-Clause license file for more information.