instant-python 0.12.0__tar.gz → 0.12.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.12.0 → instant_python-0.12.1}/CHANGELOG.md +8 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/PKG-INFO +1 -1
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/github_issues_template.yml.j2 +1 -1
- {instant_python-0.12.0 → instant_python-0.12.1}/pyproject.toml +1 -1
- {instant_python-0.12.0 → instant_python-0.12.1}/uv.lock +1 -1
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/FUNDING.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/actions/python_setup/action.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/pull_request_template.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/workflows/ci.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/workflows/pages.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.github/workflows/release.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.gitignore +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.pre-commit-config.yaml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/.python-version +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/CITATION.cff +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/LICENSE +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/README.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/SECURITY.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/codeql-config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/assets/favicon.svg +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/assets/logo.svg +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_header.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_init.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_update.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changes.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/first_release.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/macros.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/versioned_changes.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.release_notes.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/CHANGELOG.md.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/downloads_macro.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/examples/configuration.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/examples/custom_template.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/guide/command_config.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/guide/command_init.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/home/contributing.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/home/getting_started.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/home/index.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/home/releases.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/docs/home/security.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/cli/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/cli/cli.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/cli/instant_python_typer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/application/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/application/config_generator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/delivery/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/delivery/cli.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/config_parser.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/config_writer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/configuration_schema.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/dependency_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/general_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/git_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/question_wizard.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/template_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/errors.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/parser.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/questionary_console_wizard.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/dependencies_step.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/general_step.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/git_step.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/questionary.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/steps.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/question_wizard/step/template_step.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/writer/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/writer/yaml_config_writer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/parser/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/parser/configuration_file_not_found.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/parser/parser.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/command_execution_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/dependency_manager_factory.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/pdm_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/unknown_dependency_manager_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/uv_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/formatter/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/formatter/project_formatter.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/git/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/git/git_configurer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/initialize/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/initialize/delivery/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/initialize/delivery/cli.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/directory.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/file.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/file_has_not_been_created.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/file_system.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/node.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/unknown_node_typer_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/custom_project_renderer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/jinja_custom_filters.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/jinja_environment.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/jinja_project_renderer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/template_file_not_found_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/unknown_template_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/application_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/error_types.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_built_in_features.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_licenses.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_managers.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_python_versions.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_templates.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/.gitignore +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/.pre-commit-config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/.python-version +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/CITATION.cff +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/LICENSE +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/README.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/SECURITY.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/domain_event.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_deserializer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_serializer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/domain_event_subscriber.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/event_aggregate.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/event_bus.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/exchange_type.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/mock_event_bus.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_configurer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_connection.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_consumer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_event_bus.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_queue_formatter.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_settings.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/base_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/domain_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/domain_event_type_not_found_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/incorrect_value_type_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/invalid_id_format_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/invalid_negative_value_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/rabbit_mq_connection_not_established_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/exceptions/required_value_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/application.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/error_handlers.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/error_response.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/fastapi_log_middleware.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/lifespan.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/fastapi/success_response.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/action.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/bug_report.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/ci.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/feature_request.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/release.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/logger/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/logger/file_logger.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/logger/file_rotating_handler.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/logger/json_formatter.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/mypy.ini +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/alembic_migrator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/README.md +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/alembic.ini +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/async_engine_fixture.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/env.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/models_metadata.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/postgres_settings.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/script.py.mako +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/async/sqlalchemy_repository.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/base.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/synchronous/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/synchronous/session_maker.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/persistence/synchronous/sqlalchemy_repository.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/pyproject.toml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/pytest.ini +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/random_generator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/add_dependency.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/create_aggregate.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/insert_template.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/integration.sh +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/local_setup.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/makefile +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/post-merge.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/pre-commit.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/pre-push.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/remove_dependency.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/unit.sh +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/aggregate.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/int_primitives_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/int_value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/string_primitives_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/string_value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/test_int_value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/test_string_value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/test_uuid_value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/uuid.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/uuid_primitives_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/validation.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/value_object/value_object.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/alembic_migrator.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/async_alembic.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/async_sqlalchemy.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/citation.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/clean_architecture/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/clean_architecture/source.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/clean_architecture/test.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/domain_driven_design/bounded_context.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/domain_driven_design/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/domain_driven_design/source.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/domain_driven_design/test.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/event_bus_domain.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/event_bus_infra.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/fastapi_app.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/fastapi_domain.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/fastapi_infra.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/github_action.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/gitignore.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/license.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/logger.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/macros.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/makefile.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/mypy.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/precommit_hook.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/pyproject.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/pytest.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/python_version.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/readme.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/security.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/standard_project/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/standard_project/source.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/standard_project/test.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/synchronous_sqlalchemy.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/test_value_objects.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/project_structure/value_objects.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/makefile +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/mkdocs.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/mypy.ini +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/scripts/add_dependency.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/scripts/remove_dependency.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/application/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/application/test_config_generator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/configuration_schema_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/dependency_configuration_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/general_configuration_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/git_configuration_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/mothers/template_configuration_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/test_dependency_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/test_general_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/test_git_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/domain/test_template_configuration.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/approvaltests_config.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/approved_files/TestParser.test_should_parse_valid_answers.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/missing_dependencies_fields.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/missing_general_fields.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/missing_git_fields.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/missing_keys_answers.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/missing_template_fields.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/resources/valid_answers.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/parser/test_parser.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/writer/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/config/infra/writer/test_yaml_config_writer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/approvaltests_config.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/approved_files/TestParser.test_should_parse_configuration.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/empty_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/missing_dependencies_fields_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/missing_general_fields_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/missing_git_fields_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/missing_keys_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/resources/missing_template_fields_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/configuration/parser/test_parser.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/dependency_manager/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/dependency_manager/mock_pdm_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/dependency_manager/mock_uv_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/dependency_manager/test_pdm_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/dependency_manager/test_uv_dependency_manager.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/formatter/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/formatter/mock_project_formatter.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/formatter/test_project_formatter.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/git/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/git/mock_git_configurer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/git/test_git_configurer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approvaltests_config.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_custom_project_structure.json.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_project_structure.json.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_project_structure_fastapi_with_logger.json.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_project_structure_fastapi_with_migrator.json.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_project_structure_only_with_fastapi.json.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_folders_and_files.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/approved_files/TestFileSystem.test_should_generate_file_system_tree.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/directory_mother.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/exceptions/domain_error.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/exceptions/domain_error_simple.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/fastapi/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/fastapi/application.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/fastapi/http_response.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/fastapi/lifespan.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/logger/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/logger/logger.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/boilerplate/persistence/alembic_migrator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/clean_architecture/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/config_fastapi_with_logger.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/config_fastapi_with_migrator.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/config_with_only_fastapi.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/rendered_custom_project_structure.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/rendered_project_structure.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/rendered_project_structure_fastapi_with_logger.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/rendered_project_structure_fastapi_with_migrator.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/resources/rendered_project_structure_only_with_fastapi.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/test_directory.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/test_file.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/project_creator/test_file_system.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/random_generator.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/__init__.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approvaltests_config.json +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestCustomProjectRenderer.test_should_render_custom_template.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.clean_architecture_config.yml.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.domain_driven_design_config.yml.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.received.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.standard_project_with_dependency_config.yml.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.standard_project_with_git_config.yml.approved.txt +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/clean_architecture/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/clean_architecture_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/custom_template.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/domain_driven_design/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/domain_driven_design_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/standard_project/main_structure.yml.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/standard_project_with_dependency_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/standard_project_with_git_config.yml +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/resources/test_template.j2 +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/test_custom_project_renderer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/test_jinja_environment.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/test/render/test_jinja_project_renderer.py +0 -0
- {instant_python-0.12.0 → instant_python-0.12.1}/tox.ini +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v0.12.1 (2025-10-23)
|
|
6
|
+
|
|
7
|
+
### 🪲 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **templates**: Create github issues templates folder with correct name
|
|
10
|
+
([`751e58f`](https://github.com/dimanu-py/instant-python/commit/751e58fa2ffd637e7984e4c2040616deb300f2f8))
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## v0.12.0 (2025-10-23)
|
|
6
14
|
|
|
7
15
|
### ✨ Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: instant-python
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.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/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_header.md.j2
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_init.md.j2
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/changelog_update.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/first_release.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/docs/changelog/.components/versioned_changes.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/application/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/config_parser.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/config_writer.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/configuration_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/git_configuration.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/domain/question_wizard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/__init__.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/errors.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/parser/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/config/infra/writer/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/parser/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/configuration/parser/parser.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/dependency_manager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/formatter/project_formatter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/initialize/delivery/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/project_creator/file_system.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/custom_project_renderer.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/jinja_custom_filters.py
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/jinja_project_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/render/unknown_template_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_built_in_features.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_python_versions.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/shared/supported_templates.py
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/.python-version
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/CITATION.cff
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/LICENSE
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/README.md
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/SECURITY.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/github/ci.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/mypy.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/pyproject.toml
RENAMED
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/pytest.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instant_python-0.12.0 → instant_python-0.12.1}/instant_python/templates/boilerplate/scripts/unit.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|