2019-10-04 05:14:22 +00:00
# Appwrite SDK for Python
2019-06-09 18:13:55 +00:00

2020-03-26 13:20:07 +00:00

2019-06-09 18:13:55 +00:00
2020-04-05 20:39:45 +00:00
**This SDK is compatible with Appwrite server version 0.5.3. For older versions, please check previous releases.**
2019-08-30 06:10:29 +00:00
2020-04-30 19:16:14 +00:00
2019-06-09 18:13:55 +00:00
2019-08-22 17:20:27 +00:00

2019-06-09 18:13:55 +00:00
## Installation
To install via [PyPI ](https://pypi.org/ ):
```bash
pip install appwrite
```
2020-03-26 13:20:07 +00:00
## Contribution
This library is auto-generated by Appwrite custom [SDK Generator ](https://github.com/appwrite/sdk-generator ). To learn more about how you can help us improve this SDK, please check the [contribution guide ](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md ) before sending a pull-request.
2019-06-09 18:13:55 +00:00
## License
2019-06-10 05:44:55 +00:00
Please see the [BSD-3-Clause license ](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE ) file for more information.