LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/d20_orm.egg-info/PKG-INFO
src/d20_orm.egg-info/SOURCES.txt
src/d20_orm.egg-info/dependency_links.txt
src/d20_orm.egg-info/requires.txt
src/d20_orm.egg-info/top_level.txt
src/dtwentyORM/BasicElement.py
src/dtwentyORM/DBConnector.py
src/dtwentyORM/Defaults_json.py
src/dtwentyORM/Element.py
src/dtwentyORM/Error.py
src/dtwentyORM/GraphClassFactory.py
src/dtwentyORM/Metadata.py
src/dtwentyORM/__init__.py
src/dtwentyORM/__version__.py
src/dtwentyORM/support.py
test/test_basic_element_test.py
test/test_build_db.py
test/test_crud_collection.py
test/test_metadata.py
test/test_object_crud.py
test/test_params.py