Async HTTP client with caching and metrics. Network utilities for AI agents. Perfect for AI agents and LLM applications.
Project description
pyfetcher
Async HTTP client
Installation
pip install pyfetcher
💡 Usage Examples
Basic Operations
from pylib_fetcher import fetch_async
# Async fetch
import asyncio
async def get_data():
result = await fetch_async("https://api.example.com/data")
return result
data = asyncio.run(get_data())
AI/ML Use Cases
from pylib_fetcher import fetch_async
# Fetch multiple AI API responses concurrently
results = await asyncio.gather(
fetch_async(api_url1),
fetch_async(api_url2),
fetch_async(api_url3)
)
📚 API Reference
See package documentation for complete API reference.
🤖 AI Agent Friendly
This package is optimized for AI agents and code generation tools:
- Clear function names and signatures
- Comprehensive docstrings with examples
- Type hints for better IDE support
- Common use cases documented
- Zero dependencies for reliability
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylib_fetcher-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylib_fetcher-0.1.0.tar.gz.
File metadata
- Download URL: pylib_fetcher-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93f83a901fcd6840a112ffbd8cb84b7f4255731e6ef58f87a58ea8155cbb9723
|
|
| MD5 |
7eb77905273e8407422b627afc14f9f8
|
|
| BLAKE2b-256 |
37a1310a92db5bd13c44fc36a9f01b1443b1092d7a5c166dfa98b8c8bcacc8d5
|
File details
Details for the file pylib_fetcher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pylib_fetcher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44513219f241b295fdd58a215220eb739d72cc514832d9d353f6f05a2bdbb5a
|
|
| MD5 |
f21a03928395ed66f3bbd1bdc8c0922d
|
|
| BLAKE2b-256 |
aa1316b5b3497b8ca74ad67c200ffa93884d1b26d9fb1738f79da60d9eee4a66
|