instant-python 0.22.0__tar.gz → 0.23.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- instant_python-0.23.1/.github/dependabot.yml +40 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/workflows/ci.yml +17 -17
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/workflows/pages.yml +5 -5
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/workflows/release.yml +5 -5
- {instant_python-0.22.0 → instant_python-0.23.1}/CHANGELOG.md +67 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/PKG-INFO +2 -2
- instant_python-0.23.1/instant_python/__init__.py +1 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/supported_built_in_features.py +1 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/ci.yml +17 -17
- instant_python-0.23.1/instant_python/templates/boilerplate/github/dependabot.yml +62 -0
- instant_python-0.23.1/instant_python/templates/boilerplate/github/pages.yml +63 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/release.yml +5 -5
- instant_python-0.23.1/instant_python/templates/boilerplate/mkdocs.yml +70 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/pyproject.toml +20 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/makefile +8 -2
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/main_structure.yml +2 -1
- instant_python-0.23.1/instant_python/templates/project_structure/documentation/documentation.yml +14 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/main_structure.yml +2 -1
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/github/github_action.yml +11 -1
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/main_structure.yml +2 -1
- {instant_python-0.22.0 → instant_python-0.23.1}/makefile +2 -1
- {instant_python-0.22.0 → instant_python-0.23.1}/pyproject.toml +3 -6
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_template_section_combinations.approved.txt +4 -0
- instant_python-0.23.1/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_template_section_combinations.received.txt +56 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/uv.lock +147 -1495
- instant_python-0.22.0/instant_python/__init__.py +0 -1
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/commands/code-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/commands/commit.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/commands/security-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/commands/technical-debt-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/adr/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/complexity-review/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/complexity-review/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/design-doc/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/hamburger-method/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/hamburger-method/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/micro-steps-coach/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/micro-steps-coach/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/mutation-testing/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/story-splitting/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/story-splitting/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/test-desiderata/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/test-desiderata/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.agents/skills/xp-refactor/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/FUNDING.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/actions/python_setup/action.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.github/pull_request_template.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.gitignore +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.pre-commit-config.yaml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/.python-version +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/AGENTS.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/CITATION.cff +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/LICENSE +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/README.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/SECURITY.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/codeql-config.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/adrs/adr-guidelines.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/changelog_header.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/changelog_init.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/changelog_update.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/changes.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/first_release.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/macros.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.components/versioned_changes.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/.release_notes.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/changelog/CHANGELOG.md.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/design_docs/0001-metrics-middleware-refactor.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/design_docs/design-doc-guidelines.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/design_docs/technical-debt-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/assets/favicon.svg +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/assets/logo.svg +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/development/contributing.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/development/releases.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/development/security.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/downloads_macro.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/getting_started/first_steps.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/getting_started/installation.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/getting_started/privacy_and_metrics.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/command_config.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/command_init.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/custom_projects.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/default_features.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/index.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/guide/template_reference.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/docs/documentation/home/index.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/cli/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/cli/cli.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/cli/instant_python_typer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/application/config_generator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/delivery/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/delivery/cli.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/domain/question_wizard.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/questionary_console_wizard.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/dependencies_step.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/general_step.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/git_step.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/questionary.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/steps.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/config/infra/question_wizard/step/template_step.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/application/project_initializer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/delivery/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/delivery/cli.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/env_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/node.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/project_formatter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/project_renderer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/project_structure.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/project_writer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/domain/version_control_configurer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/env_manager/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/env_manager/env_manager_factory.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/env_manager/pdm_env_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/env_manager/system_console.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/env_manager/uv_env_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/formatter/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/formatter/ruff_project_formatter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/renderer/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/renderer/jinja_environment.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/renderer/jinja_project_renderer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/version_control/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/version_control/git_configurer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/writer/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/initialize/infra/writer/file_system_project_writer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/application/config_snapshot_creator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/application/usage_metrics_sender.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/delivery/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/delivery/metrics_middleware.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/domain/config_snapshot.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/domain/error_metrics_event.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/domain/metrics_reporter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/domain/usage_metrics_data.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/infra/post_hog_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/infra/post_hog_metrics_reporter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/metrics/infra/user_identity_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/application_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/config_repository.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/config_schema.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/dependency_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/general_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/git_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/domain/template_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/infra/persistence/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/infra/persistence/yaml_config_repository.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/supported_licenses.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/supported_managers.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/supported_python_versions.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/shared/supported_templates.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/.gitignore +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/.pre-commit-config.yaml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/.python-version +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/CITATION.cff +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/LICENSE +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/README.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/SECURITY.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/AGENTS.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/adr-guidelines.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/commands/code-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/commands/commit.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/commands/security-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/commands/technical-debt-review.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/design-doc-guidelines.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/adr/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/complexity-review/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/complexity-review/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/design-doc/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/hamburger-method/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/hamburger-method/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/micro-steps-coach/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/micro-steps-coach/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/mutation-testing/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/story-splitting/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/story-splitting/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/test-desiderata/REFERENCE.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/test-desiderata/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/agents/skills/xp-refactor/SKILL.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/domain_event.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_deserializer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_serializer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/domain_event_subscriber.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/event_aggregate.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/event_bus.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/exchange_type.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/mock_event_bus.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_configurer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_connection.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_consumer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_event_bus.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_queue_formatter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_settings.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/base_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/domain_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/domain_event_type_not_found_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/rabbit_mq_connection_not_established_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/exceptions/required_value_error.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/application.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/error_handlers.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/error_response.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/fastapi_log_middleware.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/lifespan.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/fastapi/success_response.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/action.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/bug_report.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/feature_request.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/logger/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/logger/file_logger.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/logger/file_rotating_handler.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/logger/json_formatter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/mypy.ini +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/alembic_migrator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/README.md +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/alembic.ini +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/async_engine_fixture.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/async_session.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/env.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/models_metadata.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/postgres_settings.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/script.py.mako +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/async/sqlalchemy_repository.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/base.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/synchronous/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/synchronous/session_maker.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/persistence/synchronous/sqlalchemy_repository.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/add_dependency.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/create_aggregate.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/insert_template.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/integration.sh +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/local_setup.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/post-merge.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/pre-commit.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/pre-push.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/remove_dependency.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/scripts/unit.sh +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/agents/agents.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/application.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/delivery.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/test_application.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/test_delivery.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/test_domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/layers/test_infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/source.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/clean_architecture/test.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/config_files/gitignore.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/config_files/mypy.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/config_files/pyproject.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/config_files/python_version.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/documentation/citation.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/documentation/license.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/documentation/readme.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/documentation/security.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/bounded_context.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/delivery.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/shared.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/shared_domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/shared_infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/test_shared.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/test_shared_delivery.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/test_shared_domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/layers/test_shared_infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/source.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/domain_driven_design/test.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/errors.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/events/event_bus_domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/events/event_bus_infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/events/mock_event_bus.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/fastapi/fastapi_app.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/fastapi/fastapi_domain.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/fastapi/fastapi_infra.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/github/github_issues_template.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/github/makefile.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/github/precommit_hook.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/logger.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/macros.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/alembic_migrator.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/async_alembic.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/async_engine_conftest.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/async_sqlalchemy.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/persistence.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/persistence/synchronous_sqlalchemy.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/layers/source_features.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/layers/test_event_bus.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/layers/test_features.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/source.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/project_structure/standard_project/test.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/mkdocs.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/mypy.ini +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/opencode.json +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/schemas/ipy-schema.json +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/schemas/main-structure-schema.json +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/cli/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/cli/test_version_command.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/config/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/config/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/config/application/test_config_generator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/application/test_project_initializer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approvaltests_config.json +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_custom_project_structure.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_general_section_combinations.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_git_section_combinations.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/approved_files/TestInitCli.test_should_initialize_project_with_predefined_dependencies_and_different_managers.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/delivery/test_init_cli.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/domain/mothers/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/domain/mothers/node_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/domain/mothers/project_structure_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/domain/test_node.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/mother/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/mother/command_execution_result_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/test_pdm_env_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/test_system_console.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/env_manager/test_uv_env_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/formatter/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/formatter/test_ruff_project_formatter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/renderer/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/renderer/test_jinja_environment.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/renderer/test_jinja_project_renderer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/version_control/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/version_control/test_git_configurer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/writer/TestFileSystemProjectWriter.test_should_create_file_in_file_system.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/writer/TestFileSystemProjectWriter.test_should_create_python_module_in_file_system.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/writer/TestFileSystemProjectWriter.test_should_create_standard_directory_in_file_system.approved.txt +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/writer/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/initialize/infra/writer/test_file_system_project_writer.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/application/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/application/test_config_snapshot_creator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/application/test_usage_metrics_sender.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/domain/config_snapshot_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/domain/error_metrics_event_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/domain/usage_metrics_event_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/cassettes/error_posthog_reporter.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/cassettes/success_posthog_reporter.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/test_post_hog_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/test_post_hog_metrics_reporter.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/metrics/infra/test_user_identity_manager.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/random_generator.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/resources/base_ipy_config.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/resources/domain_error_template.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/resources/hello_world.j2 +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/resources/main_structure.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/resources/standard_project/main_structure.yml +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/config_schema_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/dependency_config_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/general_config_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/git_config_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/mothers/template_config_mother.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/test_config_schema.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/test_dependency_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/test_general_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/test_git_config.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/domain/test_template_configuration.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/persistence/__init__.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/shared/persistence/test_yaml_config_repository.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/test/utils.py +0 -0
- {instant_python-0.22.0 → instant_python-0.23.1}/tox.ini +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
|
|
3
|
+
updates:
|
|
4
|
+
- package-ecosystem: "uv"
|
|
5
|
+
directory: "/"
|
|
6
|
+
versioning-strategy: "increase"
|
|
7
|
+
open-pull-requests-limit: 5
|
|
8
|
+
commit-message:
|
|
9
|
+
prefix: "build"
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
12
|
+
day: "monday"
|
|
13
|
+
time: "06:00"
|
|
14
|
+
timezone: "Europe/Madrid"
|
|
15
|
+
cooldown:
|
|
16
|
+
semver-major-days: 90
|
|
17
|
+
semver-minor-days: 7
|
|
18
|
+
semver-patch-days: 3
|
|
19
|
+
groups:
|
|
20
|
+
development-minor-patch:
|
|
21
|
+
dependency-type: "development"
|
|
22
|
+
update-types:
|
|
23
|
+
- "minor"
|
|
24
|
+
- "patch"
|
|
25
|
+
production-minor-patch:
|
|
26
|
+
dependency-type: "production"
|
|
27
|
+
update-types:
|
|
28
|
+
- "minor"
|
|
29
|
+
- "patch"
|
|
30
|
+
|
|
31
|
+
- package-ecosystem: "github-actions"
|
|
32
|
+
directory: "/"
|
|
33
|
+
open-pull-requests-limit: 5
|
|
34
|
+
commit-message:
|
|
35
|
+
prefix: "ci"
|
|
36
|
+
schedule:
|
|
37
|
+
interval: "weekly"
|
|
38
|
+
day: "monday"
|
|
39
|
+
time: "06:00"
|
|
40
|
+
timezone: "Europe/Madrid"
|
|
@@ -15,12 +15,12 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- name: 🛡️ Harden runner
|
|
18
|
-
uses: step-security/harden-runner@
|
|
18
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
19
19
|
with:
|
|
20
20
|
egress-policy: audit
|
|
21
21
|
|
|
22
22
|
- name: 📥 Checkout the repository
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
24
24
|
with:
|
|
25
25
|
ref: ${{ github.head_ref }}
|
|
26
26
|
fetch-depth: 0
|
|
@@ -38,12 +38,12 @@ jobs:
|
|
|
38
38
|
runs-on: ubuntu-latest
|
|
39
39
|
steps:
|
|
40
40
|
- name: 🛡️ Harden runner
|
|
41
|
-
uses: step-security/harden-runner@
|
|
41
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
42
42
|
with:
|
|
43
43
|
egress-policy: audit
|
|
44
44
|
|
|
45
45
|
- name: 📥 Checkout the repository
|
|
46
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
47
47
|
with:
|
|
48
48
|
ref: ${{ github.head_ref }}
|
|
49
49
|
fetch-depth: 0
|
|
@@ -65,19 +65,19 @@ jobs:
|
|
|
65
65
|
|
|
66
66
|
steps:
|
|
67
67
|
- name: 🛡️ Harden runner
|
|
68
|
-
uses: step-security/harden-runner@
|
|
68
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
69
69
|
with:
|
|
70
70
|
egress-policy: audit
|
|
71
71
|
|
|
72
72
|
- name: 📥 Checkout the repository
|
|
73
|
-
uses: actions/checkout@
|
|
73
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
74
74
|
with:
|
|
75
75
|
ref: ${{ github.head_ref }}
|
|
76
76
|
fetch-depth: 0
|
|
77
77
|
persist-credentials: false
|
|
78
78
|
|
|
79
79
|
- name: ▶️ CodeQL Initialization
|
|
80
|
-
uses: github/codeql-action/init@
|
|
80
|
+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
|
81
81
|
with:
|
|
82
82
|
languages: python
|
|
83
83
|
build-mode: none
|
|
@@ -85,7 +85,7 @@ jobs:
|
|
|
85
85
|
config-file: ./codeql-config.yml
|
|
86
86
|
|
|
87
87
|
- name: 🧐 CodeQL Analysis
|
|
88
|
-
uses: github/codeql-action/analyze@
|
|
88
|
+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
|
89
89
|
with:
|
|
90
90
|
category: '/language:python'
|
|
91
91
|
|
|
@@ -99,12 +99,12 @@ jobs:
|
|
|
99
99
|
|
|
100
100
|
steps:
|
|
101
101
|
- name: 🛡️ Harden runner
|
|
102
|
-
uses: step-security/harden-runner@
|
|
102
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
103
103
|
with:
|
|
104
104
|
egress-policy: audit
|
|
105
105
|
|
|
106
106
|
- name: 📥 Checkout the repository
|
|
107
|
-
uses: actions/checkout@
|
|
107
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
108
108
|
with:
|
|
109
109
|
fetch-depth: 0
|
|
110
110
|
persist-credentials: false
|
|
@@ -123,12 +123,12 @@ jobs:
|
|
|
123
123
|
|
|
124
124
|
steps:
|
|
125
125
|
- name: 🛡️ Harden runner
|
|
126
|
-
uses: step-security/harden-runner@
|
|
126
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
127
127
|
with:
|
|
128
128
|
egress-policy: audit
|
|
129
129
|
|
|
130
130
|
- name: 📥 Checkout the repository
|
|
131
|
-
uses: actions/checkout@
|
|
131
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
132
132
|
with:
|
|
133
133
|
fetch-depth: 0
|
|
134
134
|
persist-credentials: false
|
|
@@ -144,12 +144,12 @@ jobs:
|
|
|
144
144
|
runs-on: ubuntu-latest
|
|
145
145
|
steps:
|
|
146
146
|
- name: 🛡️ Harden runner
|
|
147
|
-
uses: step-security/harden-runner@
|
|
147
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
148
148
|
with:
|
|
149
149
|
egress-policy: audit
|
|
150
150
|
|
|
151
151
|
- name: 📥 Checkout the repository
|
|
152
|
-
uses: actions/checkout@
|
|
152
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
153
153
|
with:
|
|
154
154
|
fetch-depth: 0
|
|
155
155
|
persist-credentials: false
|
|
@@ -164,7 +164,7 @@ jobs:
|
|
|
164
164
|
run: uv run pytest --cov --cov-report=xml --cov-branch test -ra -s
|
|
165
165
|
|
|
166
166
|
- name: 📥 Upload coverage report to Codecov
|
|
167
|
-
uses: codecov/codecov-action@
|
|
167
|
+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
|
168
168
|
with:
|
|
169
169
|
files: coverage.xml
|
|
170
170
|
flags: unittests
|
|
@@ -180,12 +180,12 @@ jobs:
|
|
|
180
180
|
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
|
|
181
181
|
steps:
|
|
182
182
|
- name: 🛡️ Harden runner
|
|
183
|
-
uses: step-security/harden-runner@
|
|
183
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
184
184
|
with:
|
|
185
185
|
egress-policy: audit
|
|
186
186
|
|
|
187
187
|
- name: 📥 Checkout the repository
|
|
188
|
-
uses: actions/checkout@
|
|
188
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
189
189
|
with:
|
|
190
190
|
fetch-depth: 0
|
|
191
191
|
persist-credentials: false
|
|
@@ -18,12 +18,12 @@ jobs:
|
|
|
18
18
|
|
|
19
19
|
steps:
|
|
20
20
|
- name: 🛡️ Harden runner
|
|
21
|
-
uses: step-security/harden-runner@
|
|
21
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
22
22
|
with:
|
|
23
23
|
egress-policy: audit
|
|
24
24
|
|
|
25
25
|
- name: 📥 Checkout the repository
|
|
26
|
-
uses: actions/checkout@
|
|
26
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
27
27
|
with:
|
|
28
28
|
fetch-depth: 0
|
|
29
29
|
persist-credentials: false
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
|
52
52
|
REDIRECT_EOF
|
|
53
53
|
|
|
54
54
|
- name: 📤 Upload documentation artifact
|
|
55
|
-
uses: actions/upload-pages-artifact@
|
|
55
|
+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
|
|
56
56
|
with:
|
|
57
57
|
path: site
|
|
58
58
|
|
|
@@ -71,10 +71,10 @@ jobs:
|
|
|
71
71
|
|
|
72
72
|
steps:
|
|
73
73
|
- name: 🛡️ Harden runner
|
|
74
|
-
uses: step-security/harden-runner@
|
|
74
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
75
75
|
with:
|
|
76
76
|
egress-policy: audit
|
|
77
77
|
|
|
78
78
|
- name: 🚀 Deploy to GitHub Pages
|
|
79
79
|
id: deployment
|
|
80
|
-
uses: actions/deploy-pages@
|
|
80
|
+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
|
|
@@ -17,19 +17,19 @@ jobs:
|
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- name: 🛡️ Harden runner
|
|
20
|
-
uses: step-security/harden-runner@
|
|
20
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
21
21
|
with:
|
|
22
22
|
egress-policy: audit
|
|
23
23
|
|
|
24
24
|
- name: 📥 Checkout the repository
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
26
26
|
with:
|
|
27
27
|
fetch-depth: 0
|
|
28
28
|
persist-credentials: false
|
|
29
29
|
|
|
30
30
|
- name: 🔖 Create release
|
|
31
31
|
id: released
|
|
32
|
-
uses: python-semantic-release/python-semantic-release@
|
|
32
|
+
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.0.2
|
|
33
33
|
with:
|
|
34
34
|
build: true
|
|
35
35
|
push: true
|
|
@@ -56,12 +56,12 @@ jobs:
|
|
|
56
56
|
|
|
57
57
|
steps:
|
|
58
58
|
- name: 🛡️ Harden runner
|
|
59
|
-
uses: step-security/harden-runner@
|
|
59
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
60
60
|
with:
|
|
61
61
|
egress-policy: audit
|
|
62
62
|
|
|
63
63
|
- name: 📥 Checkout the repository
|
|
64
|
-
uses: actions/checkout@
|
|
64
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
65
65
|
with:
|
|
66
66
|
fetch-depth: 0
|
|
67
67
|
persist-credentials: false
|
|
@@ -2,6 +2,73 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v0.23.1 (2026-06-05)
|
|
6
|
+
|
|
7
|
+
### ⚙️ Build System
|
|
8
|
+
|
|
9
|
+
- Remove pinned dependencies that generated problems in the past
|
|
10
|
+
([`709490c`](https://github.com/dimanu-py/instant-python/commit/709490c3391f61a0f74fdd23803a27e84a5b77a2))
|
|
11
|
+
|
|
12
|
+
- Update dependencies due to detected vulnerabilities
|
|
13
|
+
([`77084a1`](https://github.com/dimanu-py/instant-python/commit/77084a14475798566e96895e29b69a6077cd54e0))
|
|
14
|
+
|
|
15
|
+
### ♻️ Refactoring
|
|
16
|
+
|
|
17
|
+
- **templates**: Update 'make upgrade' command when using uv to perfom uv lock --upgrade and uv sync
|
|
18
|
+
--all-groups instead of uv sync --upgrade
|
|
19
|
+
([`3416e31`](https://github.com/dimanu-py/instant-python/commit/3416e315c471499d0afc14316679cffc5beecadf))
|
|
20
|
+
|
|
21
|
+
- **templates**: Update github actions versions in boilerplate templates
|
|
22
|
+
([`f913c6a`](https://github.com/dimanu-py/instant-python/commit/f913c6ad94940ea4470ba59d8939b92a4bded7bc))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## v0.23.0 (2026-06-05)
|
|
26
|
+
|
|
27
|
+
### ✨ Features
|
|
28
|
+
|
|
29
|
+
- **config**: Add new custom documentation to built in features selection
|
|
30
|
+
([`73f9976`](https://github.com/dimanu-py/instant-python/commit/73f99763c39082d1d9b9b1bf3d63eaf55976bdf1))
|
|
31
|
+
|
|
32
|
+
- **templates**: Introduce custom documentation structure in main default applications when is
|
|
33
|
+
selected
|
|
34
|
+
([`a6a101d`](https://github.com/dimanu-py/instant-python/commit/a6a101d5b8171af2113bad93951486ba2bac56b1))
|
|
35
|
+
|
|
36
|
+
- **templates**: Specify documentation folder structure to be created when custom documentation
|
|
37
|
+
feature is selected
|
|
38
|
+
([`482aa99`](https://github.com/dimanu-py/instant-python/commit/482aa99e84bf5edb2ea9e7b4059727ec51708d71))
|
|
39
|
+
|
|
40
|
+
- **templates**: Add github action to publish documentation to github pages when built in feature
|
|
41
|
+
for custom docs is selected
|
|
42
|
+
([`bae3778`](https://github.com/dimanu-py/instant-python/commit/bae37789a0845a281ee6a6f1c791ded35ef8648e))
|
|
43
|
+
|
|
44
|
+
- **templates**: Add mkdocs dependencies to pyproject.toml template when custom documentation built
|
|
45
|
+
in feature is selected
|
|
46
|
+
([`4c52158`](https://github.com/dimanu-py/instant-python/commit/4c52158fdb6e429dfb0be5815e312360c7b3ea67))
|
|
47
|
+
|
|
48
|
+
- **templates**: Add new command to makefile template to allow serving documentation locally when
|
|
49
|
+
built in feature is selected
|
|
50
|
+
([`390b4f7`](https://github.com/dimanu-py/instant-python/commit/390b4f798dd8d1d3342dfaba3e89ca84286c9aa9))
|
|
51
|
+
|
|
52
|
+
- **templates**: Add mkdocs basic template with single Home section and common features
|
|
53
|
+
([`11901d8`](https://github.com/dimanu-py/instant-python/commit/11901d84b4c7b38fc419d61efd18f91ba36c33e1))
|
|
54
|
+
|
|
55
|
+
- **templates**: Add dependabot automatically when github actions built in feature is selected
|
|
56
|
+
([`08db5de`](https://github.com/dimanu-py/instant-python/commit/08db5de21af8bfa7decfed1572a5df94da785344))
|
|
57
|
+
|
|
58
|
+
- **templates**: Avoid installing dependencies newer than 3 days when uv is selected
|
|
59
|
+
([`feae9d7`](https://github.com/dimanu-py/instant-python/commit/feae9d790802b02bb723d2eecf6dd8d611ae9cc8))
|
|
60
|
+
|
|
61
|
+
### 🪲 Bug Fixes
|
|
62
|
+
|
|
63
|
+
- **templates**: Correct invalid time format when dependabot.yml is updated
|
|
64
|
+
([`aa4c67a`](https://github.com/dimanu-py/instant-python/commit/aa4c67a40bc858b6e0949dcfd3bf3980493e511c))
|
|
65
|
+
|
|
66
|
+
### ♻️ Refactoring
|
|
67
|
+
|
|
68
|
+
- **templates**: Update github actions versions in templates to newer versions and using commit sha
|
|
69
|
+
([`a6a96de`](https://github.com/dimanu-py/instant-python/commit/a6a96de5c49a8f94959f6222dd4a65beda47e210))
|
|
70
|
+
|
|
71
|
+
|
|
5
72
|
## v0.22.0 (2026-06-03)
|
|
6
73
|
|
|
7
74
|
### ✨ Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: instant-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.1
|
|
4
4
|
Summary: Instant boilerplate generation for Python projects
|
|
5
5
|
Project-URL: documentation, https://dimanu-py.github.io/instant-python/
|
|
6
6
|
Project-URL: repository, https://github.com/dimanu-py/instant-python/
|
|
@@ -218,7 +218,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
218
218
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
219
219
|
Classifier: Topic :: System :: Installation/Setup
|
|
220
220
|
Classifier: Topic :: System :: Shells
|
|
221
|
-
Requires-Python: >=3.
|
|
221
|
+
Requires-Python: >=3.10
|
|
222
222
|
Requires-Dist: click>=8.1.0
|
|
223
223
|
Requires-Dist: jinja2>=3.1.6
|
|
224
224
|
Requires-Dist: platformdirs>=4.4.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.23.1"
|
{instant_python-0.22.0 → instant_python-0.23.1}/instant_python/templates/boilerplate/github/ci.yml
RENAMED
|
@@ -15,12 +15,12 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- name: 🛡️ Harden runner
|
|
18
|
-
uses: step-security/harden-runner@
|
|
18
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
19
19
|
with:
|
|
20
20
|
egress-policy: audit
|
|
21
21
|
|
|
22
22
|
- name: 📥 Checkout the repository
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
24
24
|
with:
|
|
25
25
|
ref: {% raw %}${{ github.head_ref }}{% endraw %}
|
|
26
26
|
|
|
@@ -38,12 +38,12 @@ jobs:
|
|
|
38
38
|
runs-on: ubuntu-latest
|
|
39
39
|
steps:
|
|
40
40
|
- name: 🛡️ Harden runner
|
|
41
|
-
uses: step-security/harden-runner@
|
|
41
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
42
42
|
with:
|
|
43
43
|
egress-policy: audit
|
|
44
44
|
|
|
45
45
|
- name: 📥 Checkout the repository
|
|
46
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
47
47
|
with:
|
|
48
48
|
ref: {% raw %}${{ github.head_ref }}{% endraw %}
|
|
49
49
|
|
|
@@ -60,12 +60,12 @@ jobs:
|
|
|
60
60
|
runs-on: ubuntu-latest
|
|
61
61
|
steps:
|
|
62
62
|
- name: 🛡️ Harden runner
|
|
63
|
-
uses: step-security/harden-runner@
|
|
63
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
64
64
|
with:
|
|
65
65
|
egress-policy: audit
|
|
66
66
|
|
|
67
67
|
- name: 📥 Checkout the repository
|
|
68
|
-
uses: actions/checkout@
|
|
68
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
69
69
|
with:
|
|
70
70
|
ref: {% raw %}${{ github.head_ref }}{% endraw %}
|
|
71
71
|
|
|
@@ -87,12 +87,12 @@ jobs:
|
|
|
87
87
|
|
|
88
88
|
steps:
|
|
89
89
|
- name: 🛡️ Harden runner
|
|
90
|
-
uses: step-security/harden-runner@
|
|
90
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
91
91
|
with:
|
|
92
92
|
egress-policy: audit
|
|
93
93
|
|
|
94
94
|
- name: 📥 Checkout the repository
|
|
95
|
-
uses: actions/checkout@
|
|
95
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
96
96
|
with:
|
|
97
97
|
ref: {% raw %}${{ github.head_ref }}{% endraw %}
|
|
98
98
|
|
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
100
100
|
persist-credentials: false
|
|
101
101
|
|
|
102
102
|
- name: ▶️ CodeQL Initialization
|
|
103
|
-
uses: github/codeql-action/init@
|
|
103
|
+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
|
104
104
|
with:
|
|
105
105
|
languages: python
|
|
106
106
|
build-mode: none
|
|
@@ -108,7 +108,7 @@ jobs:
|
|
|
108
108
|
# config-file: ./codeql-config.yml
|
|
109
109
|
|
|
110
110
|
- name: 🧐 CodeQL Analysis
|
|
111
|
-
uses: github/codeql-action/analyze@
|
|
111
|
+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
|
112
112
|
with:
|
|
113
113
|
category: '/language:python'
|
|
114
114
|
|
|
@@ -123,12 +123,12 @@ jobs:
|
|
|
123
123
|
|
|
124
124
|
steps:
|
|
125
125
|
- name: 🛡️ Harden runner
|
|
126
|
-
uses: step-security/harden-runner@
|
|
126
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
127
127
|
with:
|
|
128
128
|
egress-policy: audit
|
|
129
129
|
|
|
130
130
|
- name: 📥 Checkout the repository
|
|
131
|
-
uses: actions/checkout@
|
|
131
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
132
132
|
with:
|
|
133
133
|
fetch-depth: 0
|
|
134
134
|
persist-credentials: false
|
|
@@ -148,12 +148,12 @@ jobs:
|
|
|
148
148
|
|
|
149
149
|
steps:
|
|
150
150
|
- name: 🛡️ Harden runner
|
|
151
|
-
uses: step-security/harden-runner@
|
|
151
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
152
152
|
with:
|
|
153
153
|
egress-policy: audit
|
|
154
154
|
|
|
155
155
|
- name: 📥 Checkout the repository
|
|
156
|
-
uses: actions/checkout@
|
|
156
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
157
157
|
with:
|
|
158
158
|
fetch-depth: 0
|
|
159
159
|
persist-credentials: false
|
|
@@ -169,12 +169,12 @@ jobs:
|
|
|
169
169
|
runs-on: ubuntu-latest
|
|
170
170
|
steps:
|
|
171
171
|
- name: 🛡️ Harden runner
|
|
172
|
-
uses: step-security/harden-runner@
|
|
172
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
173
173
|
with:
|
|
174
174
|
egress-policy: audit
|
|
175
175
|
|
|
176
176
|
- name: 📥 Checkout the repository
|
|
177
|
-
uses: actions/checkout@
|
|
177
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
178
178
|
with:
|
|
179
179
|
fetch-depth: 0
|
|
180
180
|
persist-credentials: false
|
|
@@ -189,7 +189,7 @@ jobs:
|
|
|
189
189
|
run: {{ general.dependency_manager }} run pytest --cov --cov-report=xml --cov-branch test -ra -s
|
|
190
190
|
|
|
191
191
|
- name: 📥 Upload coverage report to Codecov
|
|
192
|
-
uses: codecov/codecov-action@
|
|
192
|
+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
|
193
193
|
with:
|
|
194
194
|
files: coverage.xml
|
|
195
195
|
flags: unittests
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
|
|
3
|
+
updates:
|
|
4
|
+
- package-ecosystem: "{{ general.dependency_manager }}"
|
|
5
|
+
directory: "/"
|
|
6
|
+
versioning-strategy: "increase"
|
|
7
|
+
open-pull-requests-limit: 5
|
|
8
|
+
commit-message:
|
|
9
|
+
prefix: "build"
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
12
|
+
day: "monday"
|
|
13
|
+
time: "06:00"
|
|
14
|
+
timezone: "Europe/Madrid"
|
|
15
|
+
cooldown:
|
|
16
|
+
semver-major-days: 90
|
|
17
|
+
semver-minor-days: 7
|
|
18
|
+
semver-patch-days: 3
|
|
19
|
+
groups:
|
|
20
|
+
development-minor-patch:
|
|
21
|
+
dependency-type: "development"
|
|
22
|
+
update-types:
|
|
23
|
+
- "minor"
|
|
24
|
+
- "patch"
|
|
25
|
+
production-minor-patch:
|
|
26
|
+
dependency-type: "production"
|
|
27
|
+
update-types:
|
|
28
|
+
- "minor"
|
|
29
|
+
- "patch"
|
|
30
|
+
|
|
31
|
+
- package-ecosystem: "github-actions"
|
|
32
|
+
directory: "/"
|
|
33
|
+
open-pull-requests-limit: 5
|
|
34
|
+
commit-message:
|
|
35
|
+
prefix: "ci"
|
|
36
|
+
schedule:
|
|
37
|
+
interval: "weekly"
|
|
38
|
+
day: "monday"
|
|
39
|
+
time: "06:00"
|
|
40
|
+
timezone: "Europe/Madrid"
|
|
41
|
+
|
|
42
|
+
- package-ecosystem: "docker"
|
|
43
|
+
directory: "/"
|
|
44
|
+
open-pull-requests-limit: 5
|
|
45
|
+
commit-message:
|
|
46
|
+
prefix: "build"
|
|
47
|
+
schedule:
|
|
48
|
+
interval: "weekly"
|
|
49
|
+
day: "monday"
|
|
50
|
+
time: "06:00"
|
|
51
|
+
timezone: "Europe/Madrid"
|
|
52
|
+
|
|
53
|
+
- package-ecosystem: "docker-compose"
|
|
54
|
+
directory: "/"
|
|
55
|
+
open-pull-requests-limit: 5
|
|
56
|
+
commit-message:
|
|
57
|
+
prefix: "build"
|
|
58
|
+
schedule:
|
|
59
|
+
interval: "weekly"
|
|
60
|
+
day: "monday"
|
|
61
|
+
time: "06:00"
|
|
62
|
+
timezone: "Europe/Madrid"
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
name: Build and Deploy Documentation to GitHub Pages
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
permissions:
|
|
10
|
+
contents: read
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
build:
|
|
14
|
+
name: Build documentation
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
permissions:
|
|
17
|
+
contents: read
|
|
18
|
+
|
|
19
|
+
steps:
|
|
20
|
+
- name: 🛡️ Harden runner
|
|
21
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
22
|
+
with:
|
|
23
|
+
egress-policy: audit
|
|
24
|
+
|
|
25
|
+
- name: 📥 Checkout the repository
|
|
26
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
27
|
+
with:
|
|
28
|
+
fetch-depth: 0
|
|
29
|
+
persist-credentials: false
|
|
30
|
+
|
|
31
|
+
- name: 🛠️ Setup environment
|
|
32
|
+
uses: ./.github/actions/python_setup
|
|
33
|
+
|
|
34
|
+
- name: 📖 Build documentation
|
|
35
|
+
run: uv run mkdocs build
|
|
36
|
+
|
|
37
|
+
- name: 📤 Upload documentation artifact
|
|
38
|
+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
|
|
39
|
+
with:
|
|
40
|
+
path: site
|
|
41
|
+
|
|
42
|
+
deploy:
|
|
43
|
+
name: Deploy to GitHub Pages
|
|
44
|
+
needs: build
|
|
45
|
+
if: github.ref == 'refs/heads/main'
|
|
46
|
+
runs-on: ubuntu-latest
|
|
47
|
+
permissions:
|
|
48
|
+
pages: write
|
|
49
|
+
id-token: write
|
|
50
|
+
|
|
51
|
+
environment:
|
|
52
|
+
name: github-pages
|
|
53
|
+
url: ${{ steps.deployment.outputs.page_url }}
|
|
54
|
+
|
|
55
|
+
steps:
|
|
56
|
+
- name: 🛡️ Harden runner
|
|
57
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
58
|
+
with:
|
|
59
|
+
egress-policy: audit
|
|
60
|
+
|
|
61
|
+
- name: 🚀 Deploy to GitHub Pages
|
|
62
|
+
id: deployment
|
|
63
|
+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
|
|
@@ -27,19 +27,19 @@ jobs:
|
|
|
27
27
|
|
|
28
28
|
steps:
|
|
29
29
|
- name: 🛡️ Harden runner
|
|
30
|
-
uses: step-security/harden-runner@
|
|
30
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
31
31
|
with:
|
|
32
32
|
egress-policy: audit
|
|
33
33
|
|
|
34
34
|
- name: 📥 Checkout the repository
|
|
35
|
-
uses: actions/checkout@
|
|
35
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
36
36
|
with:
|
|
37
37
|
fetch-depth: 0
|
|
38
38
|
persist-credentials: false
|
|
39
39
|
|
|
40
40
|
- name: 🔖 Create release
|
|
41
41
|
id: released
|
|
42
|
-
uses: python-semantic-release/python-semantic-release@
|
|
42
|
+
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.0.2
|
|
43
43
|
with:
|
|
44
44
|
build: true
|
|
45
45
|
push: true
|
|
@@ -72,12 +72,12 @@ jobs:
|
|
|
72
72
|
|
|
73
73
|
steps:
|
|
74
74
|
- name: 🛡️ Harden runner
|
|
75
|
-
uses: step-security/harden-runner@
|
|
75
|
+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
|
|
76
76
|
with:
|
|
77
77
|
egress-policy: audit
|
|
78
78
|
|
|
79
79
|
- name: 📥 Checkout the repository
|
|
80
|
-
uses: actions/checkout@
|
|
80
|
+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
81
81
|
with:
|
|
82
82
|
fetch-depth: 0
|
|
83
83
|
persist-credentials: false
|