instant-python 0.9.0__tar.gz → 0.9.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.
Files changed (341) hide show
  1. {instant_python-0.9.0 → instant_python-0.9.1}/.github/workflows/release.yml +1 -0
  2. {instant_python-0.9.0 → instant_python-0.9.1}/CHANGELOG.md +143 -0
  3. {instant_python-0.9.0 → instant_python-0.9.1}/PKG-INFO +4 -2
  4. {instant_python-0.9.0/instant_python → instant_python-0.9.1/instant_python/cli}/cli.py +1 -1
  5. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/github/ci.yml +1 -1
  6. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/github/release.yml +15 -23
  7. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/pyproject.toml +4 -2
  8. {instant_python-0.9.0 → instant_python-0.9.1}/pyproject.toml +8 -5
  9. instant_python-0.9.1/test/render/__init__.py +0 -0
  10. {instant_python-0.9.0 → instant_python-0.9.1}/tox.ini +1 -1
  11. {instant_python-0.9.0 → instant_python-0.9.1}/uv.lock +33 -1
  12. {instant_python-0.9.0 → instant_python-0.9.1}/.github/FUNDING.yml +0 -0
  13. {instant_python-0.9.0 → instant_python-0.9.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  14. {instant_python-0.9.0 → instant_python-0.9.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  15. {instant_python-0.9.0 → instant_python-0.9.1}/.github/actions/python_setup/action.yml +0 -0
  16. {instant_python-0.9.0 → instant_python-0.9.1}/.github/pull_request_template.md +0 -0
  17. {instant_python-0.9.0 → instant_python-0.9.1}/.github/workflows/ci.yml +0 -0
  18. {instant_python-0.9.0 → instant_python-0.9.1}/.github/workflows/pages.yml +0 -0
  19. {instant_python-0.9.0 → instant_python-0.9.1}/.gitignore +0 -0
  20. {instant_python-0.9.0 → instant_python-0.9.1}/.pre-commit-config.yaml +0 -0
  21. {instant_python-0.9.0 → instant_python-0.9.1}/.python-version +0 -0
  22. {instant_python-0.9.0 → instant_python-0.9.1}/CITATION.cff +0 -0
  23. {instant_python-0.9.0 → instant_python-0.9.1}/LICENSE +0 -0
  24. {instant_python-0.9.0 → instant_python-0.9.1}/README.md +0 -0
  25. {instant_python-0.9.0 → instant_python-0.9.1}/SECURITY.md +0 -0
  26. {instant_python-0.9.0 → instant_python-0.9.1}/codeql-config.yml +0 -0
  27. {instant_python-0.9.0 → instant_python-0.9.1}/docs/assets/favicon.svg +0 -0
  28. {instant_python-0.9.0 → instant_python-0.9.1}/docs/assets/logo.svg +0 -0
  29. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/changelog_header.md.j2 +0 -0
  30. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/changelog_init.md.j2 +0 -0
  31. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/changelog_update.md.j2 +0 -0
  32. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/changes.md.j2 +0 -0
  33. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/first_release.md.j2 +0 -0
  34. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/macros.md.j2 +0 -0
  35. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.components/versioned_changes.md.j2 +0 -0
  36. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/.release_notes.md.j2 +0 -0
  37. {instant_python-0.9.0 → instant_python-0.9.1}/docs/changelog/CHANGELOG.md.j2 +0 -0
  38. {instant_python-0.9.0 → instant_python-0.9.1}/docs/downloads_macro.py +0 -0
  39. {instant_python-0.9.0 → instant_python-0.9.1}/docs/examples/configuration.md +0 -0
  40. {instant_python-0.9.0 → instant_python-0.9.1}/docs/examples/custom_template.md +0 -0
  41. {instant_python-0.9.0 → instant_python-0.9.1}/docs/guide/command_config.md +0 -0
  42. {instant_python-0.9.0 → instant_python-0.9.1}/docs/guide/command_init.md +0 -0
  43. {instant_python-0.9.0 → instant_python-0.9.1}/docs/home/contributing.md +0 -0
  44. {instant_python-0.9.0 → instant_python-0.9.1}/docs/home/getting_started.md +0 -0
  45. {instant_python-0.9.0 → instant_python-0.9.1}/docs/home/index.md +0 -0
  46. {instant_python-0.9.0 → instant_python-0.9.1}/docs/home/releases.md +0 -0
  47. {instant_python-0.9.0 → instant_python-0.9.1}/docs/home/security.md +0 -0
  48. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/__init__.py +0 -0
  49. {instant_python-0.9.0/instant_python/commands → instant_python-0.9.1/instant_python/cli}/__init__.py +0 -0
  50. {instant_python-0.9.0/instant_python → instant_python-0.9.1/instant_python/cli}/instant_python_typer.py +0 -0
  51. {instant_python-0.9.0/instant_python/configuration → instant_python-0.9.1/instant_python/commands}/__init__.py +0 -0
  52. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/commands/config.py +0 -0
  53. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/commands/init.py +0 -0
  54. {instant_python-0.9.0/instant_python/configuration/dependency → instant_python-0.9.1/instant_python/configuration}/__init__.py +0 -0
  55. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/configuration_schema.py +0 -0
  56. {instant_python-0.9.0/instant_python/configuration/general → instant_python-0.9.1/instant_python/configuration/dependency}/__init__.py +0 -0
  57. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/dependency/dependency_configuration.py +0 -0
  58. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/dependency/not_dev_dependency_included_in_group.py +0 -0
  59. {instant_python-0.9.0/instant_python/configuration/git → instant_python-0.9.1/instant_python/configuration/general}/__init__.py +0 -0
  60. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/general/general_configuration.py +0 -0
  61. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/general/invalid_dependency_manager_value.py +0 -0
  62. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/general/invalid_license_value.py +0 -0
  63. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/general/invalid_python_version_value.py +0 -0
  64. {instant_python-0.9.0/instant_python/configuration/parser → instant_python-0.9.1/instant_python/configuration/git}/__init__.py +0 -0
  65. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/git/git_configuration.py +0 -0
  66. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/git/git_user_or_email_not_present.py +0 -0
  67. {instant_python-0.9.0/instant_python/configuration/question → instant_python-0.9.1/instant_python/configuration/parser}/__init__.py +0 -0
  68. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/parser/config_key_not_present.py +0 -0
  69. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/parser/configuration_file_not_found.py +0 -0
  70. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/parser/empty_configuration_not_allowed.py +0 -0
  71. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/parser/missing_mandatory_fields.py +0 -0
  72. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/parser/parser.py +0 -0
  73. {instant_python-0.9.0/instant_python/configuration/step → instant_python-0.9.1/instant_python/configuration/question}/__init__.py +0 -0
  74. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/boolean_question.py +0 -0
  75. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/choice_question.py +0 -0
  76. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/conditional_question.py +0 -0
  77. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/free_text_question.py +0 -0
  78. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/multiple_choice_question.py +0 -0
  79. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/question.py +0 -0
  80. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question/questionary.py +0 -0
  81. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/question_wizard.py +0 -0
  82. {instant_python-0.9.0/instant_python/configuration/template → instant_python-0.9.1/instant_python/configuration/step}/__init__.py +0 -0
  83. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/step/dependencies_step.py +0 -0
  84. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/step/general_step.py +0 -0
  85. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/step/git_step.py +0 -0
  86. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/step/steps.py +0 -0
  87. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/step/template_step.py +0 -0
  88. {instant_python-0.9.0/instant_python/dependency_manager → instant_python-0.9.1/instant_python/configuration/template}/__init__.py +0 -0
  89. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/template/bounded_context_not_applicable.py +0 -0
  90. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/template/bounded_context_not_especified.py +0 -0
  91. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/template/invalid_built_in_features_values.py +0 -0
  92. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/template/invalid_template_value.py +0 -0
  93. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/configuration/template/template_configuration.py +0 -0
  94. {instant_python-0.9.0/instant_python/formatter → instant_python-0.9.1/instant_python/dependency_manager}/__init__.py +0 -0
  95. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/command_execution_error.py +0 -0
  96. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/dependency_manager.py +0 -0
  97. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/dependency_manager_factory.py +0 -0
  98. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/pdm_dependency_manager.py +0 -0
  99. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/unknown_dependency_manager_error.py +0 -0
  100. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/dependency_manager/uv_dependency_manager.py +0 -0
  101. {instant_python-0.9.0/instant_python/git → instant_python-0.9.1/instant_python/formatter}/__init__.py +0 -0
  102. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/formatter/project_formatter.py +0 -0
  103. {instant_python-0.9.0/instant_python/project_creator → instant_python-0.9.1/instant_python/git}/__init__.py +0 -0
  104. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/git/git_configurer.py +0 -0
  105. {instant_python-0.9.0/instant_python/render → instant_python-0.9.1/instant_python/project_creator}/__init__.py +0 -0
  106. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/directory.py +0 -0
  107. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/file.py +0 -0
  108. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/file_has_not_been_created.py +0 -0
  109. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/file_system.py +0 -0
  110. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/node.py +0 -0
  111. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/project_creator/unknown_node_typer_error.py +0 -0
  112. {instant_python-0.9.0/instant_python/shared → instant_python-0.9.1/instant_python/render}/__init__.py +0 -0
  113. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/custom_project_renderer.py +0 -0
  114. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/jinja_custom_filters.py +0 -0
  115. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/jinja_environment.py +0 -0
  116. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/jinja_project_renderer.py +0 -0
  117. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/template_file_not_found_error.py +0 -0
  118. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/render/unknown_template_error.py +0 -0
  119. {instant_python-0.9.0/instant_python/templates/boilerplate/event_bus → instant_python-0.9.1/instant_python/shared}/__init__.py +0 -0
  120. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/application_error.py +0 -0
  121. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/error_types.py +0 -0
  122. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/supported_built_in_features.py +0 -0
  123. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/supported_licenses.py +0 -0
  124. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/supported_managers.py +0 -0
  125. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/supported_python_versions.py +0 -0
  126. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/shared/supported_templates.py +0 -0
  127. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/.gitignore +0 -0
  128. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/.pre-commit-config.yml +0 -0
  129. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/.python-version +0 -0
  130. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/CITATION.cff +0 -0
  131. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/LICENSE +0 -0
  132. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/README.md +0 -0
  133. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/SECURITY.md +0 -0
  134. {instant_python-0.9.0/instant_python/templates/boilerplate/exceptions → instant_python-0.9.1/instant_python/templates/boilerplate/event_bus}/__init__.py +0 -0
  135. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/domain_event.py +0 -0
  136. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_deserializer.py +0 -0
  137. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/domain_event_json_serializer.py +0 -0
  138. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/domain_event_subscriber.py +0 -0
  139. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/event_aggregate.py +0 -0
  140. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/event_bus.py +0 -0
  141. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/exchange_type.py +0 -0
  142. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/mock_event_bus.py +0 -0
  143. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_configurer.py +0 -0
  144. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_connection.py +0 -0
  145. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_consumer.py +0 -0
  146. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_event_bus.py +0 -0
  147. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_queue_formatter.py +0 -0
  148. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/event_bus/rabbit_mq_settings.py +0 -0
  149. {instant_python-0.9.0/instant_python/templates/boilerplate/fastapi → instant_python-0.9.1/instant_python/templates/boilerplate/exceptions}/__init__.py +0 -0
  150. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/domain_error.py +0 -0
  151. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/domain_event_type_not_found_error.py +0 -0
  152. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/error.py +0 -0
  153. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/incorrect_value_type_error.py +0 -0
  154. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/invalid_id_format_error.py +0 -0
  155. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/invalid_negative_value_error.py +0 -0
  156. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/rabbit_mq_connection_not_established_error.py +0 -0
  157. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/exceptions/required_value_error.py +0 -0
  158. {instant_python-0.9.0/instant_python/templates/boilerplate/logger → instant_python-0.9.1/instant_python/templates/boilerplate/fastapi}/__init__.py +0 -0
  159. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/application.py +0 -0
  160. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/error_handlers.py +0 -0
  161. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/error_response.py +0 -0
  162. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/fastapi_log_middleware.py +0 -0
  163. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/lifespan.py +0 -0
  164. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/fastapi/success_response.py +0 -0
  165. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/github/action.yml +0 -0
  166. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/github/bug_report.yml +0 -0
  167. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/github/feature_request.yml +0 -0
  168. {instant_python-0.9.0/instant_python/templates/boilerplate/persistence → instant_python-0.9.1/instant_python/templates/boilerplate/logger}/__init__.py +0 -0
  169. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/logger/file_logger.py +0 -0
  170. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/logger/file_rotating_handler.py +0 -0
  171. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/logger/json_formatter.py +0 -0
  172. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/mypy.ini +0 -0
  173. {instant_python-0.9.0/instant_python/templates/boilerplate/persistence/async → instant_python-0.9.1/instant_python/templates/boilerplate/persistence}/__init__.py +0 -0
  174. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/alembic_migrator.py +0 -0
  175. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/README.md +0 -0
  176. {instant_python-0.9.0/instant_python/templates/boilerplate/persistence/synchronous → instant_python-0.9.1/instant_python/templates/boilerplate/persistence/async}/__init__.py +0 -0
  177. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/alembic.ini +0 -0
  178. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/async_engine_fixture.py +0 -0
  179. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/env.py +0 -0
  180. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/models_metadata.py +0 -0
  181. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/postgres_settings.py +0 -0
  182. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/script.py.mako +0 -0
  183. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/async/sqlalchemy_repository.py +0 -0
  184. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/base.py +0 -0
  185. {instant_python-0.9.0/instant_python/templates/boilerplate/value_object → instant_python-0.9.1/instant_python/templates/boilerplate/persistence/synchronous}/__init__.py +0 -0
  186. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/synchronous/session_maker.py +0 -0
  187. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/persistence/synchronous/sqlalchemy_repository.py +0 -0
  188. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/pytest.ini +0 -0
  189. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/random_generator.py +0 -0
  190. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/add_dependency.py +0 -0
  191. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/create_aggregate.py +0 -0
  192. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/insert_template.py +0 -0
  193. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/integration.sh +0 -0
  194. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/local_setup.py +0 -0
  195. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/makefile +0 -0
  196. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/post-merge.py +0 -0
  197. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/pre-commit.py +0 -0
  198. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/pre-push.py +0 -0
  199. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/remove_dependency.py +0 -0
  200. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/scripts/unit.sh +0 -0
  201. {instant_python-0.9.0/test → instant_python-0.9.1/instant_python/templates/boilerplate/value_object}/__init__.py +0 -0
  202. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/aggregate.py +0 -0
  203. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/int_value_object.py +0 -0
  204. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/string_value_object.py +0 -0
  205. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/uuid.py +0 -0
  206. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/validation.py +0 -0
  207. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/boilerplate/value_object/value_object.py +0 -0
  208. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/alembic_migrator.yml.j2 +0 -0
  209. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/async_alembic.yml.j2 +0 -0
  210. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/async_sqlalchemy.yml.j2 +0 -0
  211. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/citation.yml.j2 +0 -0
  212. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/clean_architecture/main_structure.yml.j2 +0 -0
  213. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/clean_architecture/source.yml.j2 +0 -0
  214. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/clean_architecture/test.yml.j2 +0 -0
  215. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/domain_driven_design/bounded_context.yml.j2 +0 -0
  216. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/domain_driven_design/main_structure.yml.j2 +0 -0
  217. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/domain_driven_design/source.yml.j2 +0 -0
  218. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/domain_driven_design/test.yml.j2 +0 -0
  219. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/event_bus_domain.yml.j2 +0 -0
  220. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/event_bus_infra.yml.j2 +0 -0
  221. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/fastapi_app.yml.j2 +0 -0
  222. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/fastapi_domain.yml.j2 +0 -0
  223. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/fastapi_infra.yml.j2 +0 -0
  224. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/github_action.yml.j2 +0 -0
  225. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/github_issues_template.yml.j2 +0 -0
  226. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/gitignore.yml.j2 +0 -0
  227. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/license.yml.j2 +0 -0
  228. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/logger.yml.j2 +0 -0
  229. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/macros.j2 +0 -0
  230. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/makefile.yml.j2 +0 -0
  231. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/mypy.yml.j2 +0 -0
  232. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/precommit_hook.yml.j2 +0 -0
  233. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/pyproject.yml.j2 +0 -0
  234. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/pytest.yml.j2 +0 -0
  235. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/python_version.yml.j2 +0 -0
  236. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/readme.yml.j2 +0 -0
  237. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/security.yml.j2 +0 -0
  238. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/standard_project/main_structure.yml.j2 +0 -0
  239. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/standard_project/source.yml.j2 +0 -0
  240. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/standard_project/test.yml.j2 +0 -0
  241. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/synchronous_sqlalchemy.yml.j2 +0 -0
  242. {instant_python-0.9.0 → instant_python-0.9.1}/instant_python/templates/project_structure/value_objects.yml.j2 +0 -0
  243. {instant_python-0.9.0 → instant_python-0.9.1}/makefile +0 -0
  244. {instant_python-0.9.0 → instant_python-0.9.1}/mkdocs.yml +0 -0
  245. {instant_python-0.9.0 → instant_python-0.9.1}/mypy.ini +0 -0
  246. {instant_python-0.9.0 → instant_python-0.9.1}/scripts/add_dependency.py +0 -0
  247. {instant_python-0.9.0 → instant_python-0.9.1}/scripts/remove_dependency.py +0 -0
  248. {instant_python-0.9.0/test/configuration → instant_python-0.9.1/test}/__init__.py +0 -0
  249. {instant_python-0.9.0/test/configuration/dependency → instant_python-0.9.1/test/configuration}/__init__.py +0 -0
  250. {instant_python-0.9.0/test/configuration/general → instant_python-0.9.1/test/configuration/dependency}/__init__.py +0 -0
  251. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/dependency/dependency_configuration_mother.py +0 -0
  252. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/dependency/test_dependency_configuration.py +0 -0
  253. {instant_python-0.9.0/test/configuration/git → instant_python-0.9.1/test/configuration/general}/__init__.py +0 -0
  254. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/general/general_configuration_mother.py +0 -0
  255. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/general/test_general_configuration.py +0 -0
  256. {instant_python-0.9.0/test/configuration/parser → instant_python-0.9.1/test/configuration/git}/__init__.py +0 -0
  257. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/git/git_configuration_mother.py +0 -0
  258. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/git/test_git_configuration.py +0 -0
  259. {instant_python-0.9.0/test/configuration/parser/resources → instant_python-0.9.1/test/configuration/parser}/__init__.py +0 -0
  260. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/approvaltests_config.json +0 -0
  261. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/approved_files/TestParser.test_should_parse_configuration.approved.txt +0 -0
  262. {instant_python-0.9.0/test/configuration/question → instant_python-0.9.1/test/configuration/parser/resources}/__init__.py +0 -0
  263. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/config.yml +0 -0
  264. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/empty_config.yml +0 -0
  265. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/missing_dependencies_fields_config.yml +0 -0
  266. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/missing_general_fields_config.yml +0 -0
  267. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/missing_git_fields_config.yml +0 -0
  268. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/missing_keys_config.yml +0 -0
  269. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/resources/missing_template_fields_config.yml +0 -0
  270. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/parser/test_parser.py +0 -0
  271. {instant_python-0.9.0/test/configuration/template → instant_python-0.9.1/test/configuration/question}/__init__.py +0 -0
  272. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/question/test_boolean_question.py +0 -0
  273. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/question/test_choice_question.py +0 -0
  274. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/question/test_free_text_question.py +0 -0
  275. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/question/test_multiple_choice_question.py +0 -0
  276. {instant_python-0.9.0/test/dependency_manager → instant_python-0.9.1/test/configuration/template}/__init__.py +0 -0
  277. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/template/template_configuration_mother.py +0 -0
  278. {instant_python-0.9.0 → instant_python-0.9.1}/test/configuration/template/test_template_configuration.py +0 -0
  279. {instant_python-0.9.0/test/formatter → instant_python-0.9.1/test/dependency_manager}/__init__.py +0 -0
  280. {instant_python-0.9.0 → instant_python-0.9.1}/test/dependency_manager/mock_pdm_dependency_manager.py +0 -0
  281. {instant_python-0.9.0 → instant_python-0.9.1}/test/dependency_manager/mock_uv_dependency_manager.py +0 -0
  282. {instant_python-0.9.0 → instant_python-0.9.1}/test/dependency_manager/test_pdm_dependency_manager.py +0 -0
  283. {instant_python-0.9.0 → instant_python-0.9.1}/test/dependency_manager/test_uv_dependency_manager.py +0 -0
  284. {instant_python-0.9.0/test/git → instant_python-0.9.1/test/formatter}/__init__.py +0 -0
  285. {instant_python-0.9.0 → instant_python-0.9.1}/test/formatter/mock_project_formatter.py +0 -0
  286. {instant_python-0.9.0 → instant_python-0.9.1}/test/formatter/test_project_formatter.py +0 -0
  287. {instant_python-0.9.0/test/project_creator → instant_python-0.9.1/test/git}/__init__.py +0 -0
  288. {instant_python-0.9.0 → instant_python-0.9.1}/test/git/mock_git_configurer.py +0 -0
  289. {instant_python-0.9.0 → instant_python-0.9.1}/test/git/test_git_configurer.py +0 -0
  290. {instant_python-0.9.0/test/project_creator/resources/boilerplate/fastapi → instant_python-0.9.1/test/project_creator}/__init__.py +0 -0
  291. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/approvaltests_config.json +0 -0
  292. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_custom_project_structure.json.approved.txt +0 -0
  293. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_file_system_in_disk.rendered_project_structure.json.approved.txt +0 -0
  294. {instant_python-0.9.0 → instant_python-0.9.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
  295. {instant_python-0.9.0 → instant_python-0.9.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
  296. {instant_python-0.9.0 → instant_python-0.9.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
  297. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/approved_files/TestFileSystem.test_should_create_folders_and_files.approved.txt +0 -0
  298. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/approved_files/TestFileSystem.test_should_generate_file_system_tree.approved.txt +0 -0
  299. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/directory_mother.py +0 -0
  300. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/exceptions/domain_error.py +0 -0
  301. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/exceptions/domain_error_simple.py +0 -0
  302. {instant_python-0.9.0/test/project_creator/resources/boilerplate/logger → instant_python-0.9.1/test/project_creator/resources/boilerplate/fastapi}/__init__.py +0 -0
  303. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/fastapi/application.py +0 -0
  304. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/fastapi/http_response.py +0 -0
  305. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/fastapi/lifespan.py +0 -0
  306. {instant_python-0.9.0/test/render → instant_python-0.9.1/test/project_creator/resources/boilerplate/logger}/__init__.py +0 -0
  307. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/logger/logger.py +0 -0
  308. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/boilerplate/persistence/alembic_migrator.py +0 -0
  309. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/clean_architecture/main_structure.yml.j2 +0 -0
  310. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/config.yml +0 -0
  311. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/config_fastapi_with_logger.yml +0 -0
  312. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/config_fastapi_with_migrator.yml +0 -0
  313. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/config_with_only_fastapi.yml +0 -0
  314. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/rendered_custom_project_structure.json +0 -0
  315. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/rendered_project_structure.json +0 -0
  316. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/rendered_project_structure_fastapi_with_logger.json +0 -0
  317. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/rendered_project_structure_fastapi_with_migrator.json +0 -0
  318. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/resources/rendered_project_structure_only_with_fastapi.json +0 -0
  319. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/test_directory.py +0 -0
  320. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/test_file.py +0 -0
  321. {instant_python-0.9.0 → instant_python-0.9.1}/test/project_creator/test_file_system.py +0 -0
  322. {instant_python-0.9.0 → instant_python-0.9.1}/test/random_generator.py +0 -0
  323. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approvaltests_config.json +0 -0
  324. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestCustomProjectRenderer.test_should_render_custom_template.approved.txt +0 -0
  325. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.clean_architecture_config.yml.approved.txt +0 -0
  326. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.domain_driven_design_config.yml.approved.txt +0 -0
  327. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.received.txt +0 -0
  328. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.standard_project_with_dependency_config.yml.approved.txt +0 -0
  329. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/approved_files/TestJinjaProjectRenderer.test_should_render_template_for.standard_project_with_git_config.yml.approved.txt +0 -0
  330. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/clean_architecture/main_structure.yml.j2 +0 -0
  331. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/clean_architecture_config.yml +0 -0
  332. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/custom_template.yml +0 -0
  333. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/domain_driven_design/main_structure.yml.j2 +0 -0
  334. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/domain_driven_design_config.yml +0 -0
  335. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/standard_project/main_structure.yml.j2 +0 -0
  336. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/standard_project_with_dependency_config.yml +0 -0
  337. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/standard_project_with_git_config.yml +0 -0
  338. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/resources/test_template.j2 +0 -0
  339. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/test_custom_project_renderer.py +0 -0
  340. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/test_jinja_environment.py +0 -0
  341. {instant_python-0.9.0 → instant_python-0.9.1}/test/render/test_jinja_project_renderer.py +0 -0
@@ -23,6 +23,7 @@ jobs:
23
23
  uses: actions/checkout@v4
24
24
  with:
25
25
  fetch-depth: 0
26
+ fetch-tags: true
26
27
  persist-credentials: false
27
28
 
28
29
  - name: 🔖 Create release
@@ -1,5 +1,148 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v0.9.0 (2025-07-18)
4
+
5
+ ### ✨ Features
6
+
7
+ - **templates**: Add github action release to project structure for github actions ([`9e3309f`](https://github.com/dimanu-py/instant-python/commit/9e3309f8154a72954427f947ae61753d37253060))
8
+
9
+ - **templates**: Include python semantic release library in default dependencies if github actions is selected ([`5374ba4`](https://github.com/dimanu-py/instant-python/commit/5374ba4e77f8790dc6d5b691d3f511889df87f24))
10
+
11
+ - **shared**: Add github issues template as possible built in feature ([`9d97ce5`](https://github.com/dimanu-py/instant-python/commit/9d97ce53baded8ed6e782ea437daa9110c74c316))
12
+
13
+ - **templates**: Add template for release with python semantic release ([`23569a0`](https://github.com/dimanu-py/instant-python/commit/23569a0bafb33b1726beab47bf11e6f7fde95065))
14
+
15
+ - **templates**: Include github issues template into project structure templates ([`36a2975`](https://github.com/dimanu-py/instant-python/commit/36a2975e726db3172965e2f8866b2af48488c193))
16
+
17
+ - **templates**: Add templates for github issues templates ([`fec68e4`](https://github.com/dimanu-py/instant-python/commit/fec68e48418875c57e98a16dbc041e3eeeffdea9))
18
+
19
+ - **templates**: Include pip audit and precommit as default dependencies if they are selected as built in features ([`86a8af5`](https://github.com/dimanu-py/instant-python/commit/86a8af5592c03046d0228131beb4b9718bd00f57))
20
+
21
+ - **templates**: Include audit command in makefile template if github actions is selected ([`8035fab`](https://github.com/dimanu-py/instant-python/commit/8035fab7a66b1735da07d6a750bc754b1f6c4d48))
22
+
23
+ - **templates**: Modify project structure for github action including joined ci workflow ([`4ae4bd7`](https://github.com/dimanu-py/instant-python/commit/4ae4bd77d292697761dd4b631a6f87b32dc0796e))
24
+
25
+ - **templates**: Join lint and test github workflows into one single file and include more security and code quality jobs ([`a21eafe`](https://github.com/dimanu-py/instant-python/commit/a21eafebc11da2fe2d440acdfc96e3d6910e8bdc))
26
+
27
+ - **shared**: Include security as supported built in feature ([`5cfa228`](https://github.com/dimanu-py/instant-python/commit/5cfa228abca91b5e0d09ca7f68baa0a910f5da26))
28
+
29
+ - **templates**: Include security template into project structures ([`65c9b84`](https://github.com/dimanu-py/instant-python/commit/65c9b849f2b37faf5c0fcae8993e9981b71da829))
30
+
31
+ - **templates**: Create security file template ([`21b1bb0`](https://github.com/dimanu-py/instant-python/commit/21b1bb0257e1caa23db66e645e9e047010c10920))
32
+
33
+ - **shared**: Add citation as supported built in feature ([`893abab`](https://github.com/dimanu-py/instant-python/commit/893abab4e16a66b0da7e8b9e26d2f2ed452453d5))
34
+
35
+ - **templates**: Add citation project structure template to default templates ([`0a798d5`](https://github.com/dimanu-py/instant-python/commit/0a798d57642eb990f42b2e614d840f543829c767))
36
+
37
+ - **templates**: Add citation file template ([`888e8c6`](https://github.com/dimanu-py/instant-python/commit/888e8c696ad1ab2ce9916fa4a85c6ceae529cf14))
38
+
39
+ - **shared**: Add precommit option in SupportedBuiltInFeatures enum ([`f69cadb`](https://github.com/dimanu-py/instant-python/commit/f69cadb733634a6ecb4e9ab092e2a2bb375f98c9))
40
+
41
+ - **templates**: Include precommit template project structure in all default templates ([`8601841`](https://github.com/dimanu-py/instant-python/commit/8601841cb74c7a3a68b1d06daa89c25b3b23c0f3))
42
+
43
+ - **templates**: Include specific make commands in template based on installed dependencies and selected built in features ([`62688c0`](https://github.com/dimanu-py/instant-python/commit/62688c072cb6bfa1d00e7f6a08f82a1ed975aa8e))
44
+
45
+ - **templates**: Include pre commit hook in makefile if it's selected as built in features ([`2c391fb`](https://github.com/dimanu-py/instant-python/commit/2c391fb6c1c69990ae551c6bf8621bb1b40811d1))
46
+
47
+ - **templates**: Update pre commit config file to be included as built in feature ([`972aaa4`](https://github.com/dimanu-py/instant-python/commit/972aaa4131e54d3e875b14e3d117ea30a23bc0e9))
48
+
49
+ - **templates**: Include new base aggregate in value objects and when in EDA project structure ([`4f038ef`](https://github.com/dimanu-py/instant-python/commit/4f038ef59fd4f0c54ba2880c4a505984560a4254))
50
+
51
+ - **templates**: Create base aggregate class and make aggregate for event driven architecture inherit from it ([`44f843d`](https://github.com/dimanu-py/instant-python/commit/44f843de0c6fcf739309f37350e9ba8b4c7bc650))
52
+
53
+ - **templates**: Include error handlers in fastapi application template for project structure ([`add3634`](https://github.com/dimanu-py/instant-python/commit/add36343fb11e4be42c96dca42ef00153d178187))
54
+
55
+ - **templates**: Separate template files for fastapi error handlers ([`cfd7d14`](https://github.com/dimanu-py/instant-python/commit/cfd7d14cd1f515b513774df5f25f2180baee2cb3))
56
+
57
+ - **templates**: Include new model for value objects in project structure ([`39d2ba1`](https://github.com/dimanu-py/instant-python/commit/39d2ba101aab089addd80ce38ee1753c0dff7883))
58
+
59
+ - **templates**: Update value object templates to use new version that autovalidates using @validate decorator ([`186ecd5`](https://github.com/dimanu-py/instant-python/commit/186ecd518b8c9ca685a4db04598eb55e27fc3316))
60
+
61
+ - **templates**: Update project structure templates that were using old version of domain error an include error base class as well as rename the folder to errors instead of exceptions ([`5c363b6`](https://github.com/dimanu-py/instant-python/commit/5c363b6e126942531f6bb1ca5990ede9dc92bf18))
62
+
63
+ - **templates**: Implement new error template as base class for errors and let domain error inherit from it ([`1e15d5d`](https://github.com/dimanu-py/instant-python/commit/1e15d5d58dbb583fb681df648ddda573ef2c1679))
64
+
65
+ - **templates**: Update logger project structure template to include new handler and new logger implementation ([`b33bd1e`](https://github.com/dimanu-py/instant-python/commit/b33bd1e4021006b236607d28dd7472431bfc3ddf))
66
+
67
+ - **templates**: Include log middleware in fastapi application project structure if logger is selected ([`4ca7641`](https://github.com/dimanu-py/instant-python/commit/4ca76411a0f906ec51aac38653ec29cec9cdf9b1))
68
+
69
+ - **templates**: Update fastapi main application template to include log middleware if logger is selected too ([`c92810c`](https://github.com/dimanu-py/instant-python/commit/c92810ce79b199892a03ce7e29dd03daacf00130))
70
+
71
+ - **templates**: Create fastapi log middleware template ([`b196afc`](https://github.com/dimanu-py/instant-python/commit/b196afce1838180439c2a4a900816fdda5063ef5))
72
+
73
+ - **templates**: Modify fastapi main application template with new logger ([`021039d`](https://github.com/dimanu-py/instant-python/commit/021039de56a92bf018dbbbd68d57bc60bbd2126d))
74
+
75
+ - **templates**: Add new templates for logger implementation ([`d937478`](https://github.com/dimanu-py/instant-python/commit/d9374786fd1cb95c89933331b678ef6fa0e2d7cf))
76
+
77
+ - **templates**: Remove http_response and status_code templates ([`5f75969`](https://github.com/dimanu-py/instant-python/commit/5f759699f15818cf0b73e9c88e13cc4ff567dc57))
78
+
79
+ - **templates**: Use new response model in fastapi error handlers ([`ef4e543`](https://github.com/dimanu-py/instant-python/commit/ef4e54308ae783360fb0eaa75fab8642c896a0d7))
80
+
81
+ - **templates**: Substitute http_response and status_code templates from fastapi infra for success and error responses model ([`2c086be`](https://github.com/dimanu-py/instant-python/commit/2c086bebdb646d34447f82f2cdf93aef894b0e66))
82
+
83
+ - **templates**: Add ErrorResponse and SuccessResponse templates for fastapi application ([`9ec98f1`](https://github.com/dimanu-py/instant-python/commit/9ec98f1e8db59386f76c636825f889f117ff9871))
84
+
85
+ ### 🪲 Bug Fixes
86
+
87
+ - **templates**: Add semantic release config to pyproject template if github actions is selected ([`a6533ce`](https://github.com/dimanu-py/instant-python/commit/a6533ceeb62b2877b5698f4ca39eb1e4cdb2a374))
88
+
89
+ - **templates**: Fix indentations in github actions templates ([`cd0d882`](https://github.com/dimanu-py/instant-python/commit/cd0d88293612e4e83206615b903ff40af69b5dac))
90
+
91
+ - **templates**: Add {% raw %} and {% endraw %} tags in github actions templates when they access repository variables ([`46ec5c1`](https://github.com/dimanu-py/instant-python/commit/46ec5c1489b937065b6ebd8a1723ae581adc9445))
92
+
93
+ - **templates**: Correct forma of helper scripts when makefile built in feature is selected and include custom hooks only if precommit feature is not selected ([`fe15d7e`](https://github.com/dimanu-py/instant-python/commit/fe15d7e7521bd70879490e1a96973477524518f3))
94
+
95
+ - **templates**: Correct error in conditional in makefile template ([`b126eed`](https://github.com/dimanu-py/instant-python/commit/b126eed146787cf254070e4169afbde1433b5ce2))
96
+
97
+ - **templates**: Use selected dependency manager for new make commands ([`80bf833`](https://github.com/dimanu-py/instant-python/commit/80bf8333d06facae66b3f15992f0d59bc5bab785))
98
+
99
+ - **templates**: Include makefile if precommit built in feature is selected ([`9dcec97`](https://github.com/dimanu-py/instant-python/commit/9dcec97973b1a91a78d2bdf11a3bd20e097e8c68))
100
+
101
+ - **templates**: Write correct name for aggregate template file in value objects project structure ([`d651243`](https://github.com/dimanu-py/instant-python/commit/d651243d7baf602f262ed63d31bc4b0d0c2c2952))
102
+
103
+ - **render**: Create jinja environment with autoscape argument enabled to avoid potential XSS attacks ([`976d459`](https://github.com/dimanu-py/instant-python/commit/976d459538ae8eea403c65300304e6405fec46b6))
104
+
105
+ - **templates**: Format correctly if statement in application.py template ([`409d606`](https://github.com/dimanu-py/instant-python/commit/409d6064d97ef016c34dab57d3c9456a47e6542f))
106
+
107
+ - **templates**: Include logger and migrator in fastapi application only if they are selected too for DDD and standard project templates ([`f5a8087`](https://github.com/dimanu-py/instant-python/commit/f5a80870d0ecdd2f47419ad5e51d20131649b422))
108
+
109
+ - **templates**: Include logger and migrator in fastapi application only if they are selected as built in feature too in clean architecture template ([`191d81f`](https://github.com/dimanu-py/instant-python/commit/191d81fd8ace560f3a6359bc9cf767c73c310d50))
110
+
111
+ ### ⚙️ Build System
112
+
113
+ - Modify release job and semantic release configuration to be able to update uv.lock with the new version ([`2d52828`](https://github.com/dimanu-py/instant-python/commit/2d5282804956e4e5ab31c20b320663f9184f0a84))
114
+
115
+ - Update version in uv.lock ([`9d1bd2c`](https://github.com/dimanu-py/instant-python/commit/9d1bd2c380293c7e1635a03da0654e7084b9e1eb))
116
+
117
+ - Update semantic release to not update major version if is zero and to allow 0 major version ([`34d251e`](https://github.com/dimanu-py/instant-python/commit/34d251e8a57eafa595a0c54e314238f389218dd6))
118
+
119
+ - Remove test hook in precommit config ([`b8d451d`](https://github.com/dimanu-py/instant-python/commit/b8d451db1a024ae41a6958dbf9513801f3b69627))
120
+
121
+ - Remove final echo from makefile commands to let output of the command itself inform the user ([`cd895ad`](https://github.com/dimanu-py/instant-python/commit/cd895adacfe1e470a746165380369c9c365996e8))
122
+
123
+ - Remove -e command from echo in makefile ([`6a624a3`](https://github.com/dimanu-py/instant-python/commit/6a624a3cacf8b96adaeba20bb635b7e43d853002))
124
+
125
+ - Exclude resources folder from being formatted or linted ([`cf00038`](https://github.com/dimanu-py/instant-python/commit/cf000382ba13a0bc4dbda8eb346e9cdeb4fe4541))
126
+
127
+ - Remove AST check from pre commit hook ([`b46437e`](https://github.com/dimanu-py/instant-python/commit/b46437e804a1d54f13444e92827bd15d9fb2fd57))
128
+
129
+ - Add docs-serve command to makefile ([`9430934`](https://github.com/dimanu-py/instant-python/commit/943093498f168f49cc8b2593ea17911321f2e012))
130
+
131
+ - Improve messages of make command and add build and clean commands ([`6a0e428`](https://github.com/dimanu-py/instant-python/commit/6a0e4285d3bb43f9e88dad32fd2f93732ab271c8))
132
+
133
+ - Remove commitizen config as is not longer needed ([`0ed6a8b`](https://github.com/dimanu-py/instant-python/commit/0ed6a8bd50c6ebf30b71e4734fd3e4a81123b280))
134
+
135
+ ### ♻️ Refactoring
136
+
137
+ - **templates**: Improve format of github action template ([`a01b4b0`](https://github.com/dimanu-py/instant-python/commit/a01b4b0c5f57ecbc5c66995abda26157b923ecd8))
138
+
139
+ - **templates**: Improve formatting of makefile and reorganize commands ([`efa8de5`](https://github.com/dimanu-py/instant-python/commit/efa8de5c5bae2bd79c8e4a0a01ef4aa016b0e54c))
140
+
141
+ - **templates**: Convert local setup and custom hooks into python scripts ([`12af46c`](https://github.com/dimanu-py/instant-python/commit/12af46c7cf2bd437f2f81b412ceb615a7cd563e5))
142
+
143
+ - **templates**: Convert add and remove dependency scripts into python scripts instead of bash scripts ([`0d29c14`](https://github.com/dimanu-py/instant-python/commit/0d29c14a7aa7a113fe365d1e30055ead52908b29))
144
+
145
+
3
146
  ## v0.8.2 (2025-07-16)
4
147
 
5
148
  ### 🪲 Bug Fixes
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instant-python
3
- Version: 0.9.0
3
+ Version: 0.9.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/
7
- Author-email: dimanu-py <diegomtz126@gmail.com>
7
+ Author-email: dimanu-py <dimanu.py@gmail.com>
8
8
  License: Apache License
9
9
  Version 2.0, January 2004
10
10
  http://www.apache.org/licenses/
@@ -223,6 +223,8 @@ Requires-Dist: jinja2>=3.1.6
223
223
  Requires-Dist: pyyaml>=6.0.2
224
224
  Requires-Dist: questionary>=2.1.0
225
225
  Requires-Dist: typer>=0.15.1
226
+ Provides-Extra: build
227
+ Requires-Dist: uv>=0.7.21; extra == 'build'
226
228
  Description-Content-Type: text/markdown
227
229
 
228
230
  <div align="center">
@@ -3,7 +3,7 @@ from rich.panel import Panel
3
3
 
4
4
  from instant_python.commands import init, config
5
5
  from instant_python.shared.application_error import ApplicationError
6
- from instant_python.instant_python_typer import InstantPythonTyper
6
+ from instant_python.cli.instant_python_typer import InstantPythonTyper
7
7
 
8
8
  app = InstantPythonTyper()
9
9
  console = Console()
@@ -1,4 +1,4 @@
1
- name: CI - Testing and Code analysis
1
+ name: Testing and Code analysis
2
2
 
3
3
  on:
4
4
  push:
@@ -19,12 +19,9 @@ jobs:
19
19
  runs-on: ubuntu-latest
20
20
  permissions:
21
21
  contents: write
22
- pull-requests: write
23
-
24
22
  outputs:
25
- released: {% raw %}${{ steps.released.outputs.released }}{% endraw %}
26
-
27
- tag: {% raw %}${{ steps.released.outputs.tag }}{% endraw %}
23
+ released: ${{ steps.released.outputs.released }}
24
+ tag: ${{ steps.released.outputs.tag }}
28
25
 
29
26
  steps:
30
27
  - name: 🛡️ Harden runner
@@ -38,34 +35,30 @@ jobs:
38
35
  fetch-depth: 0
39
36
  persist-credentials: false
40
37
 
41
- - name: 🔖 Semantic Release
38
+ - name: 🔖 Create release
42
39
  id: released
43
40
  uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.0.2
44
41
  with:
45
- build: false
42
+ build: true
46
43
  push: true
47
44
  changelog: true
48
45
  commit: true
49
46
  tag: true
50
47
  vcs_release: true
51
48
  config_file: pyproject.toml
52
- github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
53
-
54
- git_committer_email: {% raw %}${{ vars.GIT_COMMITTER_EMAIL }}{% endraw %}
55
-
56
- git_committer_name: {% raw %}${{ vars.GIT_COMMITTER_NAME }}{% endraw %}
57
-
58
- ssh_public_signing_key: {% raw %}${{ vars.SSH_PUBLIC_SIGNING_KEY }}{% endraw %}
59
-
60
- ssh_private_signing_key: {% raw %}${{ secrets.SSH_PRIVATE_SIGNING_KEY }}{% endraw %}
49
+ github_token: ${{ secrets.GITHUB_TOKEN }}
50
+ git_committer_email: ${{ vars.GIT_COMMITTER_EMAIL }}
51
+ git_committer_name: ${{ vars.GIT_COMMITTER_NAME }}
52
+ ssh_public_signing_key: ${{ vars.SSH_PUBLIC_SIGNING_KEY }}
53
+ ssh_private_signing_key: ${{ secrets.SSH_PRIVATE_SIGNING_KEY }}
61
54
 
62
55
  build-and-publish:
63
- name: Publish Release to PyPI Workflow
64
- needs: release
65
- if: needs.release.result == 'success' && needs.release.outputs.released == 'true'
56
+ name: Publish to PyPI
57
+ needs:
58
+ - release
59
+ if: needs.release.outputs.released == 'true'
66
60
  runs-on: ubuntu-latest
67
61
  environment: release
68
-
69
62
  permissions:
70
63
  id-token: write
71
64
 
@@ -80,8 +73,7 @@ jobs:
80
73
  with:
81
74
  fetch-depth: 0
82
75
  persist-credentials: false
83
- ref: {% raw %}refs/tags/${{ needs.release.outputs.tag }}{% endraw %}
84
-
76
+ ref: refs/tags/${{ needs.release.outputs.tag }}
85
77
 
86
78
  - name: 🛠️ Setup environment
87
79
  uses: ./.github/actions/python_setup
@@ -90,4 +82,4 @@ jobs:
90
82
  run: uv build
91
83
 
92
84
  - name: 🚀 Publish
93
- uses: pypa/gh-action-pypi-publish@release/v1
85
+ uses: pypa/gh-action-pypi-publish@release/v1
@@ -72,6 +72,9 @@ test = [
72
72
  {% endif %}
73
73
 
74
74
  {% if "github_actions" in template.built_in_features %}
75
+ [project.optional-dependencies]
76
+ build = ["uv>=0.7.21"]
77
+
75
78
  [tool.semantic_release]
76
79
  version_toml = ["pyproject.toml:project.version"]
77
80
  commit_message = "bump: new version {version} created"
@@ -84,8 +87,8 @@ build_command = """
84
87
  pip install -e '.[build]'
85
88
  uv lock --upgrade-package instant-python
86
89
  git add uv.lock
87
- uv build
88
90
  """
91
+
89
92
  [tool.semantic_release.commit_parser_options]
90
93
  minor_tags = ["feat"]
91
94
  patch_tags = ["fix", "perf", "refactor", "test", "build"]
@@ -95,7 +98,6 @@ parse_squash_commits = false
95
98
  ignore_merge_commits = true
96
99
 
97
100
  [tool.semantic_release.changelog]
98
- changelog_file = "CHANGELOG.md"
99
101
  exclude_commit_patterns = ['''^Merge pull request #''', '''^Merge branch ''']
100
102
  mode = "update"
101
103
  #template_dir = "docs/changelog"
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "instant-python"
7
- version = "0.9.0"
7
+ version = "0.9.1"
8
8
  description = "Instant boilerplate generation for Python projects"
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
11
- authors = [{name = "dimanu-py", email = "diegomtz126@gmail.com"}]
11
+ authors = [{name = "dimanu-py", email = "dimanu.py@gmail.com"}]
12
12
  requires-python = ">=3.9"
13
13
  dependencies = [
14
14
  "typer>=0.15.1",
@@ -39,7 +39,7 @@ documentation = "https://dimanu-py.github.io/instant-python/"
39
39
  repository = "https://github.com/dimanu-py/instant-python/"
40
40
 
41
41
  [project.scripts]
42
- ipy = "instant_python.cli:app"
42
+ ipy = "instant_python.cli.cli:app"
43
43
 
44
44
  [dependency-groups]
45
45
  docs = [
@@ -74,6 +74,9 @@ test = [
74
74
  "vermin>=1.6.0",
75
75
  ]
76
76
 
77
+ [project.optional-dependencies]
78
+ build = ["uv>=0.7.21"]
79
+
77
80
  [tool.uv]
78
81
  constraint-dependencies = [
79
82
  "requests>=2.32.4",
@@ -96,6 +99,7 @@ allow_zero_version = true
96
99
  no_git_verify = false
97
100
  tag_format = "{version}"
98
101
  build_command = """
102
+ python -m pip install -e '.[build]'
99
103
  uv lock --upgrade-package instant-python
100
104
  git add uv.lock
101
105
  """
@@ -109,12 +113,11 @@ parse_squash_commits = false
109
113
  ignore_merge_commits = true
110
114
 
111
115
  [tool.semantic_release.changelog]
112
- changelog_file = "CHANGELOG.md"
113
116
  exclude_commit_patterns = ['''^Merge pull request #''', '''^Merge branch ''']
114
117
  mode = "update"
115
118
  template_dir = "docs/changelog"
116
119
 
117
120
  [tool.semantic_release.changelog.default_templates]
118
- changelog_file = "CHANGELOG"
121
+ changelog_file = "CHANGELOG.md"
119
122
  output_format = "md"
120
123
  mask_initial_release = false
File without changes
@@ -3,7 +3,7 @@ envlist = py39, py310, py311, py312, py313
3
3
  isolated_build = True
4
4
 
5
5
  [testenv]
6
- commands = python instant_python/cli.py --help
6
+ commands = python instant_python/cli/cli.py --help
7
7
 
8
8
  deps =
9
9
  typer
@@ -531,7 +531,7 @@ wheels = [
531
531
 
532
532
  [[package]]
533
533
  name = "instant-python"
534
- version = "0.9.0"
534
+ version = "0.9.1"
535
535
  source = { editable = "." }
536
536
  dependencies = [
537
537
  { name = "jinja2" },
@@ -540,6 +540,11 @@ dependencies = [
540
540
  { name = "typer" },
541
541
  ]
542
542
 
543
+ [package.optional-dependencies]
544
+ build = [
545
+ { name = "uv" },
546
+ ]
547
+
543
548
  [package.dev-dependencies]
544
549
  docs = [
545
550
  { name = "mkdocs" },
@@ -579,7 +584,9 @@ requires-dist = [
579
584
  { name = "pyyaml", specifier = ">=6.0.2" },
580
585
  { name = "questionary", specifier = ">=2.1.0" },
581
586
  { name = "typer", specifier = ">=0.15.1" },
587
+ { name = "uv", marker = "extra == 'build'", specifier = ">=0.7.21" },
582
588
  ]
589
+ provides-extras = ["build"]
583
590
 
584
591
  [package.metadata.requires-dev]
585
592
  docs = [
@@ -1775,6 +1782,31 @@ wheels = [
1775
1782
  { url = "https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc", size = 129795, upload-time = "2025-06-18T14:07:40.39Z" },
1776
1783
  ]
1777
1784
 
1785
+ [[package]]
1786
+ name = "uv"
1787
+ version = "0.8.0"
1788
+ source = { registry = "https://pypi.org/simple" }
1789
+ sdist = { url = "https://files.pythonhosted.org/packages/f1/6c/0f42f6f59af910ab67ce5acb7f11e6341275cfe9cfa0b8a2ae97303e5775/uv-0.8.0.tar.gz", hash = "sha256:5d4b05056cc923e579007aede5ad1c3cf2c22628a89585f503b724521036748c", size = 3395163, upload-time = "2025-07-17T22:51:40.756Z" }
1790
+ wheels = [
1791
+ { url = "https://files.pythonhosted.org/packages/73/0a/07735385f63229c5a6079044861a7462b1f9ff02dc7c6a891d296ffed9b0/uv-0.8.0-py3-none-linux_armv6l.whl", hash = "sha256:7f1a7f9b10299d9db15acac6cdffc5af23c2b0fd6e56add6d6e5d100a82b5c1f", size = 17839329, upload-time = "2025-07-17T22:50:56.938Z" },
1792
+ { url = "https://files.pythonhosted.org/packages/8e/c1/160b81f8c34bf5ea6bddde96f80f3f000d083482f2612a98725a9f714707/uv-0.8.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:6aeecfef8955dafcbad24ef5258341f2fcdf969949f74ccaa16a7bf9c3ec44b4", size = 17952798, upload-time = "2025-07-17T22:51:02.635Z" },
1793
+ { url = "https://files.pythonhosted.org/packages/9d/98/9a89983caa05cf998eea3dac1e6cff2e0ab8099be0695fd8b9dc6a5038a0/uv-0.8.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2d0ebf05eaee75921b3f23e7401a56bc0732bcdabb7469081ab00769340a93b4", size = 16618272, upload-time = "2025-07-17T22:51:04.941Z" },
1794
+ { url = "https://files.pythonhosted.org/packages/6e/8a/ed8c00d04c621b693c53cc9570ecddf766f8ff2078d6182eba55d0c20b10/uv-0.8.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:b784215c688c4eb54df62fb7506ba7c763fb8c9ba8457cd5dd48f0679f5d0328", size = 17199728, upload-time = "2025-07-17T22:51:06.853Z" },
1795
+ { url = "https://files.pythonhosted.org/packages/c1/08/fd29a5f93576f81a4d912e60d98fcb78e727c293f57b5a703e121d1875f2/uv-0.8.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:422e6c61b1555478f34300663f0057d5d4fea788c50eae31b332d0cec2a71536", size = 17561205, upload-time = "2025-07-17T22:51:09.528Z" },
1796
+ { url = "https://files.pythonhosted.org/packages/f3/28/80a4c04e0c843b16c2406a9a699dea4d2ac0f4863295194a7e202b917afa/uv-0.8.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19bd1fc94de3714c41d9f9f4dbcfdd2feeca00439b2fb2212ece249649b85c72", size = 18337053, upload-time = "2025-07-17T22:51:12.064Z" },
1797
+ { url = "https://files.pythonhosted.org/packages/00/43/8c86a21efced9d2617311b456a1e8ad76f4eba2d4809fe5a8d4639719949/uv-0.8.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c039a27387033c84eb07023c941cb6c3f4d71336ada54b83866929af9db75839", size = 19484516, upload-time = "2025-07-17T22:51:14.336Z" },
1798
+ { url = "https://files.pythonhosted.org/packages/38/0b/e74a16000ad8e5811ed648bb1801377b311640ed5b7033959fb5c80ab826/uv-0.8.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6f5deec88789d0c03eba6af2e615e310eaa4426deb5c690f15e54f09d4a8ad0d", size = 19292816, upload-time = "2025-07-17T22:51:16.757Z" },
1799
+ { url = "https://files.pythonhosted.org/packages/91/73/c8ee97f38adee10abfa7040ea5e3f5c37e0be2e67437346ba4dcce211d01/uv-0.8.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d3fcbd19654f168e1cae3054ed75cfc0c80a452d0668f90fc579135de6d7588e", size = 18835921, upload-time = "2025-07-17T22:51:18.948Z" },
1800
+ { url = "https://files.pythonhosted.org/packages/bf/94/b8609393606e2f80dec8d6e2a26b79d703857a9d761487cdd05d081d628f/uv-0.8.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb939490ce24d5f88ddebf2ceaf30c613b2bd27f2e67ae62ec0960baa5f8412d", size = 18708625, upload-time = "2025-07-17T22:51:22.37Z" },
1801
+ { url = "https://files.pythonhosted.org/packages/2a/44/8754d0a27b4d52d8cce9a5d2e50196dc14a5b7c0739858eabf4abfec1740/uv-0.8.0-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:57af365c459d8e05274363cb10f4781a5e15b7b6f56d1427fd5b04302aa3d244", size = 17464028, upload-time = "2025-07-17T22:51:24.855Z" },
1802
+ { url = "https://files.pythonhosted.org/packages/1c/17/ce98535a2f167feeea4d3b5f266239ebfe11ba5ceb1be3aad9772b35e9e0/uv-0.8.0-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:9fb57d550887e9858b8c7c0417e5aa3e9629c2ec851f1567f1cde2ba9bf2ee79", size = 17503466, upload-time = "2025-07-17T22:51:27.253Z" },
1803
+ { url = "https://files.pythonhosted.org/packages/ce/37/3990cf8a19012010cd1fafce7934c0aaa8375712c8bc037e0c3ef148df0c/uv-0.8.0-py3-none-musllinux_1_1_i686.whl", hash = "sha256:7bd1ff23f8585e0e80024341aeb896b6b5ce94d43d3a95142be8e4bb3f1354b4", size = 17843023, upload-time = "2025-07-17T22:51:29.44Z" },
1804
+ { url = "https://files.pythonhosted.org/packages/e0/91/b88ffc2355fe6c2d1695f42a4605ff0f2773d5bd1a62699757c84ccc6496/uv-0.8.0-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:29757a08499e4c4462efa4fcba664c8850eb7ab8ec04852582adb901591dcc50", size = 18862516, upload-time = "2025-07-17T22:51:31.887Z" },
1805
+ { url = "https://files.pythonhosted.org/packages/37/39/c470b8de6e250fb8f146c3f72c396a9e9f457cfbb04618f430cc52a3a84f/uv-0.8.0-py3-none-win32.whl", hash = "sha256:84b03d7b34e1a8e62b34d13e88f434e3f1773a0841f7ba3603ca23d360529e84", size = 17757431, upload-time = "2025-07-17T22:51:34.24Z" },
1806
+ { url = "https://files.pythonhosted.org/packages/fd/4e/4a69b1baa14dfee113f76c823ffa4e79cd6bc6452c24454382a6fa793f2a/uv-0.8.0-py3-none-win_amd64.whl", hash = "sha256:2f47fca8cb0301408ec1ae7f3e0388afb36fc36188d1775dbd8daf336bf5be6f", size = 19493722, upload-time = "2025-07-17T22:51:36.672Z" },
1807
+ { url = "https://files.pythonhosted.org/packages/79/95/2803b563c61cd9b26f89a15b248d7e2ee5bbfbac892966ebd09111613f38/uv-0.8.0-py3-none-win_arm64.whl", hash = "sha256:aefc09b9a580f7f41a2358462215538f3806de60c6f20ade4a25ee4d678267e1", size = 18090168, upload-time = "2025-07-17T22:51:38.946Z" },
1808
+ ]
1809
+
1778
1810
  [[package]]
1779
1811
  name = "vermin"
1780
1812
  version = "1.6.0"
File without changes
File without changes