poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Brand new capability ### Description Poetry should have the option or default to pulling certificates from the system certificate store like pip now does with use-feature=truststore. Without...
Used `typing_extensions.Self` instead of `(self: T, ...) -> T`. `typing_extensions` has a special stub in typeshed and is seen by mypy even if not installed as a direct/transitive dependency, so...
Fixes and improvements discovered when working on python-poetry/poetry-core#717
### Issue Kind Improving documentation ### Existing Link https://python-poetry.org/docs/cli/#cache-clear ### Description to reproduce: 1) go there: https://python-poetry.org/docs/cli/#cache-clear 2) You will find `poetry cache clear pypi --all` 3) On my (Arch...
### Issue Kind Other ### Description We would like to ship data files (config files, resources) in our packages. This was possible with setuptools, and lately with the unmainained [poeblix](/spoorn/poeblix)...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [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] If...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [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] If...
### Description Hello, I have a project on which I am using poetry for my dependency management and that I would like to have my unittest running in CI. For...
- **Poetry version**: 1.7.0 - **Python version**: 3.10.12 - **OS version and name**: Ubuntu 22.04 - **pyproject.toml**: https://gist.github.com/jeertmans/8416565ee6dbbb7ebc067899315a0acb - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
### Description help ### Workarounds -- ### Poetry Installation Method pip ### Operating System ubuntu ### Poetry Version 1.7.0 ### Poetry Configuration ```bash session dockerfile FROM python:3.11 ENV PYTHONUNBUFFERED 1...