$ python -m cdd --help usage: python -m cdd [-h] [--version] {sync_properties,sync,gen,gen_routes,openapi,doctrans,exmod} ... Open API to/fro routes, models, and tests. Convert between docstrings, classes, methods, argparse, pydantic, and SQLalchemy. positional arguments: {sync_prop...
By default methodcreate_modelsgenerate GinoORM models, to get Pydantic models output use the argumentmodels_type='pydantic'('sqlalchemy' for SQLAlchemy models; 'dataclass' for Dataclasses; 'sqlalchemy_core' for Sqlalchemy Core Tables).
Open API to/fro routes, models, and tests. Convert between docstrings, classes, methods, argparse, pydantic, and SQLalchemy. positional arguments: {sync_properties,sync,gen,gen_routes,openapi,doctrans,exmod} sync_properties Synchronise one or more properties between input and input_str Python ...