https://github.com/tufayellus/python-concurrency-using-asyncio-template
A Python template code for asyncio based concurrent requests
https://github.com/tufayellus/python-concurrency-using-asyncio-template
asyncio concurrency python-asyncio python3 templates
Last synced: 12 months ago
JSON representation
A Python template code for asyncio based concurrent requests
- Host: GitHub
- URL: https://github.com/tufayellus/python-concurrency-using-asyncio-template
- Owner: TufayelLUS
- License: gpl-3.0
- Created: 2024-02-13T12:51:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T12:59:03.000Z (about 2 years ago)
- Last Synced: 2025-01-23T23:44:46.967Z (about 1 year ago)
- Topics: asyncio, concurrency, python-asyncio, python3, templates
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Concurrency Using AsyncIO Template
A Python template code for asyncio-based concurrent requests
# Install these libraries using pip command
pip install aiohttp asyncio aiofiles
# Suitable use cases
This type of concurrency can be used for I/O bound programs.