MANIFEST.in
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/intro.rst
docs/quickstart.rst
docs/requirements.txt
docs/toc.rst
mfw_template/__init__.py
mfw_template/cli.py
mfw_template/commands.py
mfw_template.egg-info/PKG-INFO
mfw_template.egg-info/SOURCES.txt
mfw_template.egg-info/dependency_links.txt
mfw_template.egg-info/entry_points.txt
mfw_template.egg-info/not-zip-safe
mfw_template.egg-info/requires.txt
mfw_template.egg-info/top_level.txt
mfw_template/templates/project/cookiecutter.json
mfw_template/templates/project/{{cookiecutter.project_name}}/.mfwtemplaterc
mfw_template/templates/project/{{cookiecutter.project_name}}/MANIFEST.in
mfw_template/templates/project/{{cookiecutter.project_name}}/Pipfile
mfw_template/templates/project/{{cookiecutter.project_name}}/settings.yml
mfw_template/templates/project/{{cookiecutter.project_name}}/setup.cfg
mfw_template/templates/project/{{cookiecutter.project_name}}/setup.py
mfw_template/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/__init__.py
mfw_template/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/app.py
mfw_template/templates/resource/cookiecutter.json
mfw_template/templates/resource/{{cookiecutter.module_name}}/__init__.py
mfw_template/templates/resource/{{cookiecutter.module_name}}/model.py
mfw_template/templates/resource/{{cookiecutter.module_name}}/path.py
mfw_template/templates/resource/{{cookiecutter.module_name}}/permission_rule.py
mfw_template/templates/resource/{{cookiecutter.module_name}}/schema.py
mfw_template/templates/resource/{{cookiecutter.module_name}}/storage.py