LICENSE
README.md
pyproject.toml
pegasus_cli/__init__.py
pegasus_cli/__main__.py
pegasus_cli/api_client.py
pegasus_cli/cli.py
pegasus_cli/credentials.py
pegasus_cli/generate.py
pegasus_cli/install.py
pegasus_cli/jinja.py
pegasus_cli/migrate_css.py
pegasus_cli/monkeypatch.py
pegasus_cli/projects.py
pegasus_cli/ruff.py
pegasus_cli/startapp.py
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
pegasus_cli/templates/app_template/hooks/post_gen_project.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/__init__.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/admin.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/apps.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/forms.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/models.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/urls.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/views.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/migrations/__init__.py
pegasus_cli/templates/app_template/{{cookiecutter.app_name}}/tests/__init__.py
pegasus_cli/templates/app_template_templates/{{cookiecutter.template_dir_name}}/{{app_name}}_home.html
pegasus_cli/templates/internal/cli_output.txt
pegasus_cli/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_detail.html
pegasus_cli/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_form.html
pegasus_cli/templates/model_templates/{{cookiecutter.template_dir_name}}/{{model_name_lower}}_list.html
tests/test_api_client.py
tests/test_cli.py
tests/test_credentials.py
tests/test_generate.py
tests/test_install_app.py
tests/test_projects.py