oracle / oracle/oci-python-sdk
Support Async
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 474
- Forks
- 321
- Avg merge
- 23m
- Merged PRs (30d)
- 4
Description
Are there any plans to support async?
Most of the newer python frameworks have moved to leverage asyncio(eg. FastAPI). Having async support would help in cases like uploading files to object storage or managing other resources by directly calling the sdk instead of having to run the sdk code in a threadpool executor.
The Azure SDK for example as optional asyncio support for those who need it. https://learn.microsoft.com/en-us/azure/developer/python/sdk/azure-sdk-library-usage-patterns?tabs=pip#asynchronous-libraries
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reviewing the SDK's current client and service API, then compare the linked Azure asynchronous-library pattern and FastAPI's asyncio usage. Define which SDK operations need async support and how completion would be tested across those operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100