README.md
setup.cfg
setup.py
OpenAPI_SQLAlchemy.egg-info/PKG-INFO
OpenAPI_SQLAlchemy.egg-info/SOURCES.txt
OpenAPI_SQLAlchemy.egg-info/dependency_links.txt
OpenAPI_SQLAlchemy.egg-info/requires.txt
OpenAPI_SQLAlchemy.egg-info/top_level.txt
examples/__init__.py
examples/all_of_column_models.py
examples/all_of_model_models.py
examples/ref_column_models.py
examples/ref_model_models.py
examples/relationship_many_to_one_backref_models.py
examples/relationship_many_to_one_backref_models_traditional.py
examples/relationship_many_to_one_models.py
examples/relationship_many_to_one_models_traditional.py
examples/simple_models.py
examples/app/__init__.py
examples/app/api.py
examples/app/app.py
examples/app/models.py
openapi_SQLAlchemy.egg-info/PKG-INFO
openapi_SQLAlchemy.egg-info/SOURCES.txt
openapi_SQLAlchemy.egg-info/dependency_links.txt
openapi_SQLAlchemy.egg-info/requires.txt
openapi_SQLAlchemy.egg-info/top_level.txt
openapi_sqlalchemy/__init__.py
openapi_sqlalchemy/column_factory.py
openapi_sqlalchemy/exceptions.py
openapi_sqlalchemy/model_factory.py
openapi_sqlalchemy/types.py
openapi_sqlalchemy/helpers/__init__.py
openapi_sqlalchemy/helpers/merge_all_of.py
openapi_sqlalchemy/helpers/peek_type.py
openapi_sqlalchemy/helpers/prepare_schema.py
openapi_sqlalchemy/helpers/resolve_ref.py
openapi_sqlalchemy/helpers/testing_guard.py
openapi_sqlalchemy/helpers/get_ext_prop/__init__.py
tests/__init__.py
tests/examples/__init__.py
tests/examples/app/__init__.py
tests/examples/app/conftest.py
tests/examples/app/test_app.py
tests/openapi_sqlalchemy/__init__.py
tests/openapi_sqlalchemy/conftest.py
tests/openapi_sqlalchemy/test_column_factory.py
tests/openapi_sqlalchemy/test_integration.py
tests/openapi_sqlalchemy/test_model_factory.py