[PR #2662] Add meatie library to HTTP clients #1978

Open
opened 2025-11-06 13:27:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2662
Author: @pmateusz
Created: 3/14/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • c18d424 Add meatie library to HTTP clients

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Meatie is a Python library that simplifies the implementation of REST API clients. The library generates code for calling REST endpoints based on method signatures annotated with type hints. Meatie takes care of mechanics related to HTTP communication, such as building URLs, encoding query parameters, and serializing the body in the HTTP requests and responses. Rate limiting, retries, and caching are available with some modest extra setup.

Meatie works with all major HTTP client libraries (request, httpx, aiohttp) and offers seamless integration with Pydantic (v1 and v2). The minimum officially supported version is Python 3.9.

What's the difference between this Python project and similar ones?

  • Rapid REST API Client Implementation: Eliminate boilerplate tasks such as URL assembly and request/response body serialization. Meatie automatically generates HTTP requests using type hints and annotations.
  • Optional Pydantic Integration: Serialize request and response bodies with seamless integration with Pydantic.
  • Built-in Rate Limiting, Caching, and Retries: More advanced features required for writing reliable, production-ready REST API clients are integrated with the library and optimized for ease of use.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2662 **Author:** [@pmateusz](https://github.com/pmateusz) **Created:** 3/14/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c18d424`](https://github.com/vinta/awesome-python/commit/c18d424eb386e7ee6e25af105e5b481bdbb76682) Add meatie library to HTTP clients ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Meatie is a Python library that simplifies the implementation of REST API clients. The library generates code for calling REST endpoints based on method signatures annotated with type hints. Meatie takes care of mechanics related to HTTP communication, such as building URLs, encoding query parameters, and serializing the body in the HTTP requests and responses. Rate limiting, retries, and caching are available with some modest extra setup. Meatie works with all major HTTP client libraries (request, httpx, aiohttp) and offers seamless integration with Pydantic (v1 and v2). The minimum officially supported version is Python 3.9. ## What's the difference between this Python project and similar ones? - **Rapid REST API Client Implementation**: Eliminate boilerplate tasks such as URL assembly and request/response body serialization. Meatie automatically generates HTTP requests using type hints and annotations. - **Optional Pydantic Integration**: Serialize request and response bodies with seamless integration with Pydantic. - **Built-in Rate Limiting, Caching, and Retries**: More advanced features required for writing reliable, production-ready REST API clients are integrated with the library and optimized for ease of use. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:27:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1978