rhiza 0.8.1__tar.gz → 0.8.2__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 (87) hide show
  1. {rhiza-0.8.1 → rhiza-0.8.2}/PKG-INFO +1 -1
  2. {rhiza-0.8.1 → rhiza-0.8.2}/pyproject.toml +1 -1
  3. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/init.py +1 -0
  4. {rhiza-0.8.1 → rhiza-0.8.2}/uv.lock +1 -1
  5. {rhiza-0.8.1 → rhiza-0.8.2}/.editorconfig +0 -0
  6. {rhiza-0.8.1 → rhiza-0.8.2}/.github/dependabot.yml +0 -0
  7. {rhiza-0.8.1 → rhiza-0.8.2}/.github/rhiza/actions/setup-project/action.yml +0 -0
  8. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_book.yml +0 -0
  9. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_ci.yml +0 -0
  10. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_deptry.yml +0 -0
  11. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_devcontainer.yml +0 -0
  12. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_docker.yml +0 -0
  13. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_marimo.yml +0 -0
  14. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_pre-commit.yml +0 -0
  15. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_release.yml +0 -0
  16. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_sync.yml +0 -0
  17. {rhiza-0.8.1 → rhiza-0.8.2}/.github/workflows/rhiza_validate.yml +0 -0
  18. {rhiza-0.8.1 → rhiza-0.8.2}/.gitignore +0 -0
  19. {rhiza-0.8.1 → rhiza-0.8.2}/.pre-commit-config.yaml +0 -0
  20. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/CONFIG.md +0 -0
  21. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/TOKEN_SETUP.md +0 -0
  22. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/history +0 -0
  23. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/book.sh +0 -0
  24. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/bump.sh +0 -0
  25. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/customisations/build-extras.sh +0 -0
  26. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/customisations/post-release.sh +0 -0
  27. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/marimushka.sh +0 -0
  28. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/release.sh +0 -0
  29. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/scripts/update-readme-help.sh +0 -0
  30. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/template.yml +0 -0
  31. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/utils/version_matrix.py +0 -0
  32. {rhiza-0.8.1 → rhiza-0.8.2}/.rhiza/utils/version_max.py +0 -0
  33. {rhiza-0.8.1 → rhiza-0.8.2}/CLI.md +0 -0
  34. {rhiza-0.8.1 → rhiza-0.8.2}/CODE_OF_CONDUCT.md +0 -0
  35. {rhiza-0.8.1 → rhiza-0.8.2}/CONTRIBUTING.md +0 -0
  36. {rhiza-0.8.1 → rhiza-0.8.2}/GETTING_STARTED.md +0 -0
  37. {rhiza-0.8.1 → rhiza-0.8.2}/LICENSE +0 -0
  38. {rhiza-0.8.1 → rhiza-0.8.2}/Makefile +0 -0
  39. {rhiza-0.8.1 → rhiza-0.8.2}/README.md +0 -0
  40. {rhiza-0.8.1 → rhiza-0.8.2}/USAGE.md +0 -0
  41. {rhiza-0.8.1 → rhiza-0.8.2}/book/Makefile.book +0 -0
  42. {rhiza-0.8.1 → rhiza-0.8.2}/book/marimo/.gitkeep +0 -0
  43. {rhiza-0.8.1 → rhiza-0.8.2}/book/marimo/README.md +0 -0
  44. {rhiza-0.8.1 → rhiza-0.8.2}/book/marimo/rhiza.py +0 -0
  45. {rhiza-0.8.1 → rhiza-0.8.2}/book/minibook-templates/custom.html.jinja2 +0 -0
  46. {rhiza-0.8.1 → rhiza-0.8.2}/book/pdoc-templates/module.html.jinja2 +0 -0
  47. {rhiza-0.8.1 → rhiza-0.8.2}/presentation/Makefile.presentation +0 -0
  48. {rhiza-0.8.1 → rhiza-0.8.2}/presentation/README.md +0 -0
  49. {rhiza-0.8.1 → rhiza-0.8.2}/pytest.ini +0 -0
  50. {rhiza-0.8.1 → rhiza-0.8.2}/renovate.json +0 -0
  51. {rhiza-0.8.1 → rhiza-0.8.2}/ruff.toml +0 -0
  52. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/__init__.py +0 -0
  53. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/__main__.py +0 -0
  54. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/_templates/basic/__init__.py.jinja2 +0 -0
  55. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/_templates/basic/main.py.jinja2 +0 -0
  56. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/_templates/basic/pyproject.toml.jinja2 +0 -0
  57. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/cli.py +0 -0
  58. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/__init__.py +0 -0
  59. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/materialize.py +0 -0
  60. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/migrate.py +0 -0
  61. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/uninstall.py +0 -0
  62. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/validate.py +0 -0
  63. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/commands/welcome.py +0 -0
  64. {rhiza-0.8.1 → rhiza-0.8.2}/src/rhiza/models.py +0 -0
  65. {rhiza-0.8.1 → rhiza-0.8.2}/tests/Makefile.tests +0 -0
  66. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_cli_commands.py +0 -0
  67. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_commands/test_init.py +0 -0
  68. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_commands/test_materialize.py +0 -0
  69. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_commands/test_migrate.py +0 -0
  70. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_commands/test_uninstall.py +0 -0
  71. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_commands/test_validate.py +0 -0
  72. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_models.py +0 -0
  73. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_package.py +0 -0
  74. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/README.md +0 -0
  75. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/benchmarks/.gitignore +0 -0
  76. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/benchmarks/README.md +0 -0
  77. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/benchmarks/analyze_benchmarks.py +0 -0
  78. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/conftest.py +0 -0
  79. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_bump_script.py +0 -0
  80. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_docstrings.py +0 -0
  81. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_git_repo_fixture.py +0 -0
  82. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_makefile.py +0 -0
  83. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_marimushka_script.py +0 -0
  84. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_readme.py +0 -0
  85. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_release_script.py +0 -0
  86. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_structure.py +0 -0
  87. {rhiza-0.8.1 → rhiza-0.8.2}/tests/test_rhiza/test_updatereadme_script.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rhiza
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: Reusable configuration templates for modern Python projects
5
5
  Project-URL: Homepage, https://github.com/jebel-quant/rhiza-cli
6
6
  Project-URL: Repository, https://github.com/jebel-quant/rhiza-cli
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "rhiza"
7
- version = "0.8.1"
7
+ version = "0.8.2"
8
8
  description = "Reusable configuration templates for modern Python projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -85,6 +85,7 @@ def init(
85
85
  template_repository="jebel-quant/rhiza",
86
86
  template_branch="main",
87
87
  include=[
88
+ ".rhiza", # .rhiza folder
88
89
  ".github", # GitHub configuration and workflows
89
90
  ".editorconfig", # Editor configuration
90
91
  ".gitignore", # Git ignore patterns
@@ -771,7 +771,7 @@ wheels = [
771
771
 
772
772
  [[package]]
773
773
  name = "rhiza"
774
- version = "0.8.1"
774
+ version = "0.8.2"
775
775
  source = { editable = "." }
776
776
  dependencies = [
777
777
  { name = "jinja2" },
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
File without changes
File without changes
File without changes