I made Arrest, a small utility to wrap your API calls from your Python application

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • arrest

    Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx

  • Hey guys! I'm super excited to announce arrest. It is a small library that you can use to define the structure of the REST Apis your Python application will be interacting with. it provides a straightforward way to call the different routes in your API and additionally enriches them with Pydantic classes for data validation. And it is also backward compatible with [email protected].

  • Flask-Muck

    🧹 Flask REST framework for generating CRUD APIs and OpenAPI specs in the SQLAlchemy, Marshmallow/Pydantic application stack.

  • It would be kind of neat to combine this with the Flask REST framework I just released, https://github.com/dtiesling/flask-muck. I’ve already been thinking about adding a feature to generate clients for the apis.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • django-rest-client

    Framework for rapid building of ease-of-use, type-hinted and self-documented API clients in python.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts