Releases: DavidVujic/python-polylith
feat(poly deps): first version of a new brick deps visualization command
Adding a new command: poly deps
. This is the first version of it, and the development is currently ongoing to add more capabilities, such as visualizing individual bricks and their usage/usings.
Details in Pull Request #173
fix(pdm): add workspace paths to PDM venv for TDD theme
fix: PDM hook when using the tdd theme.
Details in Pull Request #171
feat: allow workspace config in top pyproject.toml
Allow the Workspace configuration to be put in the top pyproject.toml
as an alternative to the default workspace.toml
.
Idea and implementation by @GH-maggio in Pull Request #166 🚀 ⭐
docs(rye): add quick start and basic info
Details in Pull Request #165
fix(hatch): the project toml template
fix(hatch): the project toml template with included build hook table.
Details in Pull Request #164
feat: official support for PDM
fix(hatch): add missing third-party dependency
Add missing third-party dependency (tomlkit) to the hatch build hook project.
Details in #155
fix: typo in Hatch build hook entry point
Details in #154
feat: new project, hatch build hook
Also, bug fixes in the CLI.
Details in #153
fix: PEP-621 template
Fixing an issue with the "authors" section of the PEP-621/Hatch template.
Also: add missing bracket in the template.
Details: #157