LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
maestria/__init__.py
maestria/cli.py
maestria/config.py
maestria/context.py
maestria/environment.py
maestria/security.py
maestria.egg-info/PKG-INFO
maestria.egg-info/SOURCES.txt
maestria.egg-info/dependency_links.txt
maestria.egg-info/entry_points.txt
maestria.egg-info/requires.txt
maestria.egg-info/top_level.txt
maestria/commands/__init__.py
maestria/commands/audit.py
maestria/commands/build.py
maestria/commands/env.py
maestria/commands/helpers.py
maestria/commands/init.py
maestria/commands/install.py
maestria/commands/lint.py
maestria/commands/plugin.py
maestria/commands/release.py
maestria/commands/run.py
maestria/commands/test.py
maestria/plugins/__init__.py
maestria/templates/__init__.py
maestria/templates/data/basic/.bumpversion.cfg
maestria/templates/data/basic/MANIFEST.in
maestria/templates/data/basic/README.md
maestria/templates/data/basic/pyproject.toml
maestria/templates/data/basic/setup.py
maestria/templates/data/basic/docs/index.md
maestria/templates/data/basic/docs/installation.md
maestria/templates/data/basic/docs/quickstart.md
maestria/templates/data/basic/docs/api/calculator.md
maestria/templates/data/basic/docs/api/index.md
maestria/templates/data/basic/docs/cli/batch.md
maestria/templates/data/basic/docs/cli/calculate.md
maestria/templates/data/basic/docs/cli/index.md
maestria/templates/data/basic/docs/cli/memory.md
maestria/templates/data/basic/docs/cli/shell.md
maestria/templates/data/basic/docs/development/contributing.md
maestria/templates/data/basic/docs/tutorials/getting-started-cli.md
maestria/templates/data/basic/docs/tutorials/index.md
maestria/templates/data/basic/tests/__init__.py
maestria/templates/data/basic/tests/conftest.py
maestria/templates/data/basic/tests/test_cli.py
maestria/templates/data/basic/tests/api/test_calculator.py
maestria/templates/data/basic/tests/cli/test_batch_commands.py
maestria/templates/data/basic/tests/cli/test_interactive_shell.py
maestria/templates/data/basic/tests/data/sample_numbers.json
maestria/templates/data/basic/{{project_slug}}/__init__.py
maestria/templates/data/basic/{{project_slug}}/cli.py
maestria/templates/data/basic/{{project_slug}}/api/__init__.py
maestria/templates/data/basic/{{project_slug}}/api/calculator.py
maestria/templates/data/plugin_template/.bumpversion.cfg
maestria/templates/data/plugin_template/MANIFEST.in
maestria/templates/data/plugin_template/README.md
maestria/templates/data/plugin_template/pyproject.toml
maestria/templates/data/plugin_template/setup.py
maestria/templates/data/plugin_template/docs/index.md
maestria/templates/data/plugin_template/tests/__init__.py
maestria/templates/data/plugin_template/tests/test_plugin.py
maestria/templates/data/plugin_template/{{package_name}}/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/plugin.py
maestria/templates/data/plugin_template/{{package_name}}/commands/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/commands/analyze.py
maestria/templates/data/plugin_template/{{package_name}}/commands/hello.py
maestria/templates/data/plugin_template/{{package_name}}/commands/main.py
maestria/templates/data/plugin_template/{{package_name}}/hooks/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/README.md
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/pyproject.toml
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/example/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/example/__main__.py
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/tests/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/templates/data/example/tests/test_example.py
maestria/templates/data/plugin_template/{{package_name}}/utils/__init__.py
maestria/templates/data/plugin_template/{{package_name}}/utils/analysis.py
maestria/templates/data/plugin_template/{{package_name}}/utils/formatting.py
maestria/utils/__init__.py
maestria/utils/bump.py
maestria/utils/dependencies.py
maestria/utils/envloader.py
maestria/utils/installer.py
maestria/utils/version.py
tests/test_cli.py
tests/test_commands_audit.py
tests/test_commands_build.py
tests/test_commands_env.py
tests/test_commands_init.py
tests/test_commands_install.py
tests/test_commands_lint.py
tests/test_commands_plugin.py
tests/test_commands_release.py
tests/test_commands_run.py
tests/test_commands_test.py
tests/test_config.py
tests/test_environment.py
tests/test_plugins.py
tests/test_security.py
tests/test_templates.py
tests/test_utils_bump.py
tests/test_utils_dependencies.py
tests/test_utils_envloader.py
tests/test_utils_helpers.py
tests/test_utils_installer.py
tests/test_utils_version.py