LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
docs/build/blueprints.html
docs/build/cli.html
docs/build/decorators.html
docs/build/genindex.html
docs/build/index.html
docs/build/search.html
docs/source/blueprints.rst
docs/source/cli.rst
docs/source/conf.py
docs/source/decorators.rst
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/blueprints/__init__.py
lair/blueprints/json.py
lair/decorators/__init__.py
lair/decorators/crossdomain.py
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
tests/blueprints/__init__.py
tests/blueprints/test_json.py
tests/decorators/__init__.py
tests/decorators/test_crossdomain.py