poetry
poetry copied to clipboard
Python packaging and dependency management made easy
…or highlighted in issue 8662 # Pull Request Check List Resolves: #8662 Provides additional help text error message for `Warning: The current project could not be installed`. I know the...
- [X] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [X] I have searched the [documentation](https://poetry.eustace.io/docs/) and believe that my question...
RF003: src directory doesn't need to be specified anymore (0.6+) Ruff now (0.6+) looks in the src directory by default. The src setting doesn't need to be specified if it's...
- [x ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x ] I have searched the [documentation](https://python-poetry.org/docs/) and believe that...
# Pull Request Check List Resolves: - #834 - #6409 - #6419 - #7748 - #9537 This PR exposes the `extras` supplied at install to the 'extra' marker for dependencies,...
# Pull Request Check List - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. This PR proposes more meaningful messages on installation operations: -...
time to find out what is broken at python 3.13
### Description I've published a package on PyPI, and the `homepage` URL wasn't picked up from `[tool.poetry]`: https://test.pypi.org/project/poetry-homepage-bug-repro/ ```toml [tool.poetry] # ... homepage = "https://example.com/" repository = "https://example.net/repo.git" documentation =...
### Description TLDR: if you're having problems with corrupt pip/setuptools, then delete `~/. local/share/virtualenv` I tried to install a new environment today and ran into a lot of weird import...
Apply repo-review suggestion PP309: `filterwarnings` must be set (probably to at least `["error"]`). Python will hide important warnings otherwise, like deprecations. # Pull Request Check List - [ ] Added...