-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathREADME.md.twig
More file actions
48 lines (33 loc) · 1.6 KB
/
README.md.twig
File metadata and controls
48 lines (33 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# {{ spec.title }} {{sdk.name}} SDK


[](https://travis-ci.com/appwrite/sdk-generator)
{% if sdk.twitterHandle %}
[](https://twitter.com/{{ sdk.twitterHandle }})
{% endif %}
{% if sdk.discordChannel %}
[]({{ sdk.discordUrl }})
{% endif %}
{% if sdk.warning %}
{{ sdk.warning|raw }}
{% endif %}
{{ sdk.description }}
{% if sdk.logo %}

{% endif %}
## Installation
To install via [PyPI](https://pypi.org/):
```bash
pip install {{ language.params.pipPackage }}
```
Or with `uv`:
```bash
uv add {{ language.params.pipPackage }}
```
{% if sdk.gettingStarted %}
{{ sdk.gettingStarted|raw }}
{% endif %}
## 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.
## License
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.