LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
docs/source/conf.py
docs/source/index.rst
lair/__init__.py
lair/project_generator.py
lair/run.py
lair.egg-info/PKG-INFO
lair.egg-info/SOURCES.txt
lair.egg-info/dependency_links.txt
lair.egg-info/entry_points.txt
lair.egg-info/requires.txt
lair.egg-info/top_level.txt
lair.egg-info/zip-safe
lair/templates/MANIFEST.in.j2
lair/templates/Makefile.j2
lair/templates/README.rst.j2
lair/templates/_coveragerc.j2
lair/templates/_gitignore.j2
lair/templates/_travis.yml.j2
lair/templates/docs_Makefile.j2
lair/templates/docs_source_conf.py.j2
lair/templates/docs_source_index.rst.j2
lair/templates/requirements.txt.j2
lair/templates/setup.py.j2
lair/templates/tests_endpoints_test_main.py.j2
lair/templates/tox.ini.j2
lair/templates/{module-name}___init__.py.j2
lair/templates/{module-name}_app.py.j2
lair/templates/{module-name}_database.py.j2
lair/templates/{module-name}_endpoints___init__.py.j2
lair/templates/{module-name}_endpoints_main.py.j2
lair/templates/{module-name}_models_example.py.j2
lair/templates/{module-name}_run.py.j2
lair/templates/{module-name}_settings.ini.j2
tests/__init__.py
tests/test_project_generator.py
tests/test_run.py