rhiza 0.7.0__tar.gz → 0.7.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.
- {rhiza-0.7.0 → rhiza-0.7.1}/PKG-INFO +1 -1
- {rhiza-0.7.0 → rhiza-0.7.1}/pyproject.toml +1 -1
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/commands/init.py +2 -2
- {rhiza-0.7.0 → rhiza-0.7.1}/uv.lock +1 -1
- {rhiza-0.7.0 → rhiza-0.7.1}/.editorconfig +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/actions/setup-project/action.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/dependabot.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/renovate.json +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/rhiza/CONFIG.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/rhiza/TOKEN_SETUP.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/rhiza/copilot-instructions.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/rhiza/template.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/book.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/bump.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/customisations/build-extras.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/customisations/post-release.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/marimushka.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/release.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/scripts/update-readme-help.sh +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/book.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/ci.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/deptry.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/marimo.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/pre-commit.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/release.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/rhiza.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/scripts/version_matrix.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/scripts/version_max.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/security.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/structure.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.github/workflows/sync.yml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.gitignore +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.pre-commit-config.yaml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/.rhiza.history +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/CLI.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/CODE_OF_CONDUCT.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/CONTRIBUTING.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/GETTING_STARTED.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/LICENSE +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/Makefile +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/README.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/USAGE.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/Makefile.book +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/marimo/.gitkeep +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/marimo/README.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/marimo/rhiza.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/minibook-templates/custom.html.jinja2 +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/book/pdoc-templates/module.html.jinja2 +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/presentation/Makefile.presentation +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/presentation/README.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/pytest.ini +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/ruff.toml +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/__init__.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/__main__.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/cli.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/commands/__init__.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/commands/materialize.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/commands/validate.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/commands/welcome.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/src/rhiza/models.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/Makefile.tests +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_cli_commands.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_commands/test_init.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_commands/test_materialize.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_commands/test_validate.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_models.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_package.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/README.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/benchmarks/.gitignore +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/benchmarks/README.md +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/benchmarks/analyze_benchmarks.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/conftest.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_bump_script.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_docstrings.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_git_repo_fixture.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_makefile.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_marimushka_script.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_readme.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_release_script.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/tests/test_rhiza/test_structure.py +0 -0
- {rhiza-0.7.0 → rhiza-0.7.1}/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.7.
|
|
3
|
+
Version: 0.7.1
|
|
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
|
|
@@ -87,12 +87,12 @@ Next steps:
|
|
|
87
87
|
|
|
88
88
|
# Bootstrap basic Python project structure if it doesn't exist
|
|
89
89
|
# Get the name of the parent directory to use as package name
|
|
90
|
-
parent = target.
|
|
90
|
+
parent = target.name
|
|
91
91
|
logger.debug(f"Parent directory name: {parent}")
|
|
92
92
|
|
|
93
93
|
# Create src/{parent} directory structure following src-layout
|
|
94
94
|
src_folder = target / "src" / parent
|
|
95
|
-
if not
|
|
95
|
+
if not (target / "src").exists():
|
|
96
96
|
logger.info(f"Creating Python package structure: {src_folder}")
|
|
97
97
|
src_folder.mkdir(parents=True)
|
|
98
98
|
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|