json2python-models icon indicating copy to clipboard operation
json2python-models copied to clipboard

Generate Python model classes (pydantic, attrs, dataclasses) based on JSON datasets with typing module support

Results 6 json2python-models issues
Sort by recently updated
recently updated
newest added

## Describe It would be great if there is an option to add the values from json as default values in the Model ## Reproduce (Optional) **Package version**: ... JSON...

enhancement
wontfix
CLI

## Describe Plural names of JSON objects are converted to singular nouns (e.g. details -> Detail, statistics -> Statistic). It is an expected behaviour for JSON arrays but not for...

enhancement
help wanted

Migrate from python setup.py test to tox to simplify test env setup and rid of deprecation warning about setup.py test

internal

Thanks for your work! [SQLModel](https://sqlmodel.tiangolo.com/) models are built on top of and compatible with Pydantic and SQLAlchemy, which avoids code duplication. Are there any plans to support it as output?...

enhancement

Current CLI class has a lot of boiler plate code and based on obsolete ArgParser. So it would be easeir to maintain it if it will be rewritten to some...

internal

## Describe This cannot be installed with pip version >=24.1. ## Actual result WARNING: Ignoring version 0.3.0 of json2python-models since it has invalid metadata: Requested json2python-models==0.3.0 from https://files.pythonhosted.org/packages/89/23/467ea3c1157d320dfe8652a32e0005ba8cd25f9987a31de18dae9f8ace27/json2python_models-0.3.0-py3-none-any.whl (from -r...

bug