PyPI page
Home page
Author:
pmateusz
Summary:
Meatie is a Python typed REST client library that eliminates the need for boilerplate code when integrating with external APIs. The library generates code for calling a REST API based on method signatures annotated with type hints. Meatie abstracts away mechanics related to HTTP communication, such as building URLs, encoding query parameters, parsing, and dumping Pydantic models. With some modest additional configuration effort, generated HTTP clients offer rate limiting, retries, and caching.
Latest version:
0.1.28
Required dependencies:
typing-extensions
Optional dependencies:
aiohttp
|
httpx
|
pydantic
|
requests
Downloads last day:
11
Downloads last week:
168
Downloads last month:
1,229