Skip to content

Commit edba392

Browse files
committed
Updated templates
1 parent 8da473a commit edba392

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
**This SDK is compatible with Appwrite server version 0.5.3. For older versions, please check previous releases.**
77

8-
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](https://appwrite.io/docs)
8+
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
9+
Use the Python SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
10+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
911

1012

1113

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
packages = ['appwrite', 'appwrite/services'],
66
version = '0.0.4',
77
license='BSD-3-Clause',
8-
description = '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](https://appwrite.io/docs)',
8+
description = 'Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
9+
Use the Python SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
10+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)',
911
author = 'Appwrite Team',
1012
author_email = 'team@appwrite.io',
1113
maintainer = 'Appwrite Team',

0 commit comments

Comments
 (0)