LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
dgen/__init__.py
dgen/cli.py
dgen/jinja.py
dgen/settings.py
dgen/tempdir.py
dgen.egg-info/PKG-INFO
dgen.egg-info/SOURCES.txt
dgen.egg-info/dependency_links.txt
dgen.egg-info/entry_points.txt
dgen.egg-info/not-zip-safe
dgen.egg-info/requires.txt
dgen.egg-info/top_level.txt
dgen/commands/__init__.py
dgen/commands/model/__init__.py
dgen/commands/model/command.py
dgen/commands/model/templates/model.py
dgen/commands/templates/__init__.py
dgen/commands/templates/command.py
dgen/commands/templates/templates/base.html
dgen/commands/templates/templates/breadcrumb.html
dgen/commands/templates/templates/confirm_delete.html
dgen/commands/templates/templates/form.html
dgen/commands/templates/templates/index.html
dgen/commands/templates/templates/list.html
dgen/validators/__init__.py
dgen/validators/model.py
tests/__init__.py
tests/test_model.py
tests/test_tempdir.py
tests/test_templates.py