sdk-for-python icon indicating copy to clipboard operation
sdk-for-python copied to clipboard

[READ-ONLY] Official Appwrite Python SDK 🐍

Results 19 sdk-for-python issues
Sort by recently updated
recently updated
newest added

### 🔖 Feature description The entire package should be type hinted to make it easier for developers to use it. ### 🎤 Pitch So I was using the appwrite python...

We can optimize the performance of the SDK by making it compatible to run in an asynchronous manner. I have a few ideas about where to start. If this aligns...

### 🔖 Feature description Why does the SDK uses str.replace() instead fstring?. ### 🎤 Pitch In the past few days I'm working on implementing the front of appwrite in python...

## What does this PR do? This PR has an updated README.md with grammar correction ## Test Plan (Write your test plan here. If you changed any code, please provide...

## What does this PR do? Add Client type and remove unused AppwriteException imports ## Test Plan Every service should be tested ### Have you read the [Contributing Guidelines on...

## What does this PR do? Updated Getting Started link and removed broken picture ## Test Plan ## Related PRs and Issues https://github.com/appwrite/sdk-for-python/issues/73 ### Have you read the [Contributing Guidelines...

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

### 💭 Description The code snippet for creating a user in the getting started guide throws an error due to an invalide phone number. This: ```python result = users.create('[USER_ID]', '[email protected]',...

bug
good first issue
hacktoberfest

### 👟 Reproduction steps Followed the steps in: https://appwrite.io/docs/quick-starts/python. Ensured correct Project Id and API key. ### 👍 Expected behavior Expected my_app to launch, connect to API / db, and...

bug

### 👟 Reproduction steps Traceback (most recent call last): File "/usr/local/server/src/server.py", line 165, in handler output = await asyncio.wait_for(execute(context), timeout=safeTimeout) File "/usr/local/lib/python3.9/asyncio/tasks.py", line 479, in wait_for return fut.result() File "/usr/local/server/src/server.py",...

bug