carlosperate / awesome-pyproject

An Awesome List of projects using the pyproject.toml Python configuration file.
Creative Commons Zero v1.0 Universal
936 stars 35 forks source link

Add datamodel-code-generator #31

Closed joshbode closed 4 years ago

joshbode commented 4 years ago

Resource description

This code generator creates pydantic model from an openapi file and others.

Version 0.5.23 adds support for pyproject.toml: https://koxudaxi.github.io/datamodel-code-generator/pyproject_toml/

By submitting this pull request I confirm I've read and complied with the below requirements

joshbode commented 4 years ago

cc: @koxudaxi :)

carlosperate commented 4 years ago

Ups, got too excited and didn't check the link properly. I normally like to link to the documentation that explains how to use the pyproject.toml config file. I hope you don't mind I've updated the URL in https://github.com/carlosperate/awesome-pyproject/commit/0ea49307477fec8b9c2773f3d3ffd3f39812ecbd.

joshbode commented 4 years ago

Thank you @carlosperate :) that link is perfect :)