MANIFEST.in
README.md
setup.cfg
setup.py
apg/__init__.py
apg/commands.py
apg/run.py
apg.egg-info/PKG-INFO
apg.egg-info/SOURCES.txt
apg.egg-info/dependency_links.txt
apg.egg-info/entry_points.txt
apg.egg-info/requires.txt
apg.egg-info/top_level.txt
apg/templates/__init__.py
apg/templates/aiohttp/framework/cookiecutter.json
apg/templates/aiohttp/framework/hooks/post_gen_project.py
apg/templates/aiohttp/framework/hooks/pre_gen_project.py
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/.dockerignore
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/.gitignore
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/Dockerfile
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/Makefile
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/README.md
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/alembic.ini
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/cli.py
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/config.py
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/constants.py
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/docker-compose.dev.yml
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/docker-compose.test.yml
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/docker-compose.yml
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/entrypoint.sh
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/pylama.ini
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/requirements.txt
apg/templates/aiohttp/framework/{{cookiecutter.app_name}}/run.py
apg/templates/aiohttp/module/cookiecutter.json
apg/templates/aiohttp/module/hooks/post_gen_project.py
apg/templates/aiohttp/module/hooks/pre_gen_project.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/__init__.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/models.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/schemas.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/specs.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/test_{{cookiecutter.module_name|lower}}.py
apg/templates/aiohttp/module/{{cookiecutter.module_name|lower}}s/views.py
apg/templates/flask/framework/cookiecutter.json
apg/templates/flask/framework/hooks/post_gen_project.py
apg/templates/flask/framework/hooks/pre_gen_project.py
apg/templates/flask/framework/{{cookiecutter.app_name}}/.dockerignore
apg/templates/flask/framework/{{cookiecutter.app_name}}/.gitignore
apg/templates/flask/framework/{{cookiecutter.app_name}}/Dockerfile
apg/templates/flask/framework/{{cookiecutter.app_name}}/Makefile
apg/templates/flask/framework/{{cookiecutter.app_name}}/README.md
apg/templates/flask/framework/{{cookiecutter.app_name}}/config.py
apg/templates/flask/framework/{{cookiecutter.app_name}}/constants.py
apg/templates/flask/framework/{{cookiecutter.app_name}}/docker-compose.dev.yml
apg/templates/flask/framework/{{cookiecutter.app_name}}/docker-compose.test.yml
apg/templates/flask/framework/{{cookiecutter.app_name}}/docker-compose.yml
apg/templates/flask/framework/{{cookiecutter.app_name}}/entrypoint.sh
apg/templates/flask/framework/{{cookiecutter.app_name}}/pylama.ini
apg/templates/flask/framework/{{cookiecutter.app_name}}/requirements.txt
apg/templates/flask/framework/{{cookiecutter.app_name}}/run.py
apg/templates/flask/module/cookiecutter.json
apg/templates/flask/module/hooks/post_gen_project.py
apg/templates/flask/module/hooks/pre_gen_project.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/__init__.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/models.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/schemas.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/specs.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/test_{{cookiecutter.module_name|lower}}s.py
apg/templates/flask/module/{{cookiecutter.module_name|lower}}s/views.py
apg/templates/react/framework/cookiecutter.json
apg/templates/react/framework/hooks/post_gen_project.py
apg/templates/react/framework/hooks/pre_gen_project.py
apg/templates/react/framework/{{cookiecutter.app_name}}/.babelrc
apg/templates/react/framework/{{cookiecutter.app_name}}/index.html
apg/templates/react/framework/{{cookiecutter.app_name}}/package.json
apg/templates/react/framework/{{cookiecutter.app_name}}/webpack.config.js
apg/utils/__init__.py
apg/utils/validators.py