openapi-python-client

Generate modern Python clients from OpenAPI (by triaxtec)

Openapi-python-client Alternatives

Similar projects and alternatives to openapi-python-client

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better openapi-python-client alternative or higher similarity.

openapi-python-client reviews and mentions

Posts with mentions or reviews of openapi-python-client. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-15.
  • GraphQL is for Backend Engineers
    1 project | dev.to | 5 Feb 2024
    On the backend, developers either need to manually document the entire API or rely on auto-generation tools that don’t fully meet their needs. Consumers face the same choice, write code by hand or workaround the bugs in their SDK generator (stated, lovingly, as the maintainer of an OpenAPI client generator). On top of this, these solutions result in inconsistent understandings of the API. Reproducing errors becomes time-consuming and frustrating, which feels like a battle instead of a collaboration. What we need is a shared language to describe how the API works—one that doesn’t add unnecessary layers of abstraction or manual work.
  • Microsoft Kiota: CLI for generating an API client to call OpenAPI-described API
    1 project | news.ycombinator.com | 11 Apr 2023
    Has anyone tried Kiota, specifically the Python support? How does it compare to https://github.com/openapi-generators/openapi-python-client ?
  • Python toolkits
    38 projects | /r/Python | 15 Jul 2022
    I think we use these - https://github.com/openapi-generators/openapi-python-client
  • YAML: It's Time to Move On
    29 projects | news.ycombinator.com | 14 Nov 2021
    Thanks for the link, but not necessarily.

    How WSDL and the code generation around it worked, was that you'd have a specification of the web API (much like OpenAPI attempts to do), which you could feed into any number of code generators, to get output code which has no coupling to the actual generator at runtime, whereas Pyotr is geared more towards validation and goes into the opposite direction: https://pyotr.readthedocs.io/en/latest/client/

    The best analogy that i can think of is how you can also do schema first application development - you do your SQL migrations (ideally in an automated way as well) and then just run a command locally to generate all of the data access classes and/or models for your database tables within your application. That way, you save your time for 80% of the boring and repetitive stuff while minimizing the risks of human error and inconsistencies, while nothing preventing you from altering the generated code if you have specific needs (outside of needing to make it non overrideable, for example, a child class of a generated class). Of course, there's no reason why this can't be applied to server code either - write the spec first and generate stubs for endpoints that you'll just fill out.

    Similarly there shouldn't be a need for a special client to generate stubs for OpenAPI, the closest that Python in particular has for now is this https://github.com/openapi-generators/openapi-python-client

    However, for some reason, model driven development never really took off, outside of niche frameworks, like JHipster: https://www.jhipster.tech/

    Furthermore, for whatever reason formal specs for REST APIs also never really got popular and aren't regarded as the standard, which to me seems silly: every bit of client code that you write will need a specific version to work against, which should be formalized.

  • Replacing FastAPI with Rust: Part 2 - Research
    7 projects | dev.to | 1 Jan 2021
    Tallying up the results, we get 7/8 "MUST" requirements met. I think that Paperclip + actix-web seems like the most promising candidate. I'm really not opposed to writing the OpenAPI v3 construction myself as I've worked with the structure a fair bit in my openapi-python-client project (shameless plug).
  • Replacing FastAPI with Rust: Part 1 - Intro
    3 projects | dev.to | 29 Dec 2020
    Automatic documentation via OpenAPI, which lets you do things like generate Python code that knows how to talk to your API.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic openapi-python-client repo stats
6
1,066
9.0
1 day ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com