Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

appwrite/playground-for-python

Repository files navigation

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 the 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 intoplayground.py
  5. Run the playground:Python:- Install dependencies using pippip install -r requirements.txt- Execute the commandpython playground.pyDocker:- Execute the commanddocker compose up
  6. You will see the JSON response in the console.

API's Covered

  • Database

    • 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 thecontribution guide.

Security

For security issues, kindly email ussecurity@appwrite.io instead of posting a public issue in GitHub.

Follow Us

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

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors14


[8]ページ先頭

©2009-2025 Movatter.jp