All Projects → appwrite → playground-for-python

appwrite / playground-for-python

Licence: MIT license
Simple examples that help you get started with Appwrite + Python (=❤️)

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to playground-for-python

playground-for-node
Simple examples that help you get started with Appwrite + Node.js (=❤️)
Stars: ✭ 39 (+8.33%)
Mutual labels:  appwrite
appwrite-todo-with-nextjs
About A basic demo example for integrating between Appwrite & Next JS 💙
Stars: ✭ 14 (-61.11%)
Mutual labels:  appwrite
demo-todo-with-react
A basic demo example for integrating between Appwrite & React JS 💙
Stars: ✭ 88 (+144.44%)
Mutual labels:  appwrite
playground-for-php
Simple examples that help you get started with Appwrite + PHP (=❤️)
Stars: ✭ 24 (-33.33%)
Mutual labels:  appwrite
sdk-for-kotlin
[READ-ONLY] Official Appwrite Kotlin SDK 💙🧡
Stars: ✭ 41 (+13.89%)
Mutual labels:  appwrite
sdk-for-svelte
Appwrite SDK for Svelte 🧡 ⚠️ Warning - this SDK was designed to support Appwrite 0.9 and is not compatible with the latest Appwrite versions. We are planing to refactor it as part of the SDK Generator for better support and maintenance.
Stars: ✭ 69 (+91.67%)
Mutual labels:  appwrite
playground-for-android
Simple examples that help you get started with Appwrite + Android (=❤️)
Stars: ✭ 48 (+33.33%)
Mutual labels:  appwrite
demos-for-vue
Demos and tutorials for getting started with Appwrite + Vue.js
Stars: ✭ 37 (+2.78%)
Mutual labels:  appwrite
demos-for-svelte
Demos and tutorials for getting started with Appwrite + Svelte
Stars: ✭ 27 (-25%)
Mutual labels:  appwrite
sdk-for-php
[READ-ONLY] Official Appwrite PHP SDK 🐘
Stars: ✭ 109 (+202.78%)
Mutual labels:  appwrite
sdk-for-android
[READ-ONLY] Official Appwrite Android SDK 💚 🤖
Stars: ✭ 62 (+72.22%)
Mutual labels:  appwrite
FoodMagic
An AR App for Restaurants and Food Delivery ✨✨
Stars: ✭ 53 (+47.22%)
Mutual labels:  appwrite
php-clamav
ClamAV network and pipe client for PHP
Stars: ✭ 45 (+25%)
Mutual labels:  appwrite
Appwrite
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
Stars: ✭ 14,592 (+40433.33%)
Mutual labels:  appwrite
sdk-for-dart
[READ-ONLY] Official Appwrite Dart SDK 💙
Stars: ✭ 79 (+119.44%)
Mutual labels:  appwrite
sdk-for-dotnet
[READ-ONLY] Official Appwrite .NET SDK
Stars: ✭ 37 (+2.78%)
Mutual labels:  appwrite
vscode-appwrite
Appwrite extension for Visual Studio Code
Stars: ✭ 30 (-16.67%)
Mutual labels:  appwrite
sdk-for-ruby
[READ-ONLY] Official Appwrite Ruby SDK 💎 🔴
Stars: ✭ 45 (+25%)
Mutual labels:  appwrite

Appwrite's Python Playground 🎮

Appwrite playground is a simple way to explore the Appwrite API & Appwrite Python SDK. Use the source code of this repository to learn how to use the different Appwrite Python SDK features.

Work in progress

System Requirements

  • A system with Python 3+ or Docker installed.
  • An Appwrite instance.
  • An Appwrite project created in the console.
  • An Appwrite API key created in the console.

Installation

  1. Clone this repository.
  2. cd into to repository.
  3. Open the playground.py file found in the root of the cloned repository.
  4. Copy Project ID, endpoint and API key from Appwrite console into playground.py
  5. Run the playground: Python: - Install dependencies using pip pip install -r requirements.txt - Execute the command python playground.py Docker: - Execute the command docker compose up
  6. You will see the JSON response in the console.

API's Covered

  • Databse

    • Create Collection
    • List Collections
    • Add Document
    • List Documents
    • Delete Document
    • Delete Collection
  • Storage

    • Create Bucket
    • List Buckets
    • Upload File
    • List Files
    • Delete File
    • Delete Bucket
  • Users

    • Create User
    • List Users
    • Delete User
  • Functions

    • Create Function
    • List Functions
    • Delete Function

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us [email protected] instead of posting a public issue in GitHub.

Follow Us

Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our Discord Server for more help, ideas and discussions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].