LICENSE
README.md
pyproject.toml
pegasus/__init__.py
pegasus/__main__.py
pegasus/cli.py
pegasus/generate.py
pegasus/jinja.py
pegasus/monkeypatch.py
pegasus/startapp.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/__init__.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/admin.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/apps.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/forms.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/models.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/urls.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/views.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/migrations/__init__.py
pegasus/templates/app_template/{{cookiecutter.app_name}}/tests/__init__.py
pegasus/templates/app_template_templates/{{cookiecutter.template_dir_name}}/{{app_name}}_home.html
pegasus/templates/internal/cli_output.txt
pegasus/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_detail.html
pegasus/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_form.html
pegasus/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_list.html
pegasus_cli.egg-info/PKG-INFO
pegasus_cli.egg-info/SOURCES.txt
pegasus_cli.egg-info/dependency_links.txt
pegasus_cli.egg-info/entry_points.txt
pegasus_cli.egg-info/requires.txt
pegasus_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_generate.py