poetry
poetry copied to clipboard
Python packaging and dependency management made easy
- [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 my question...
- [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...
- **Poetry version**: 1.2.2 - **Python version**: 3.8.10 - **OS version and name**: Ubuntu 18.04 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a recommended method....
# Pull Request Check List Resolves: #6994 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. The change looks trivial, so I only...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue There is a discrepancy between the documentation when comparing `poetry...
- [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 my question...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue https://python-poetry.org/docs/configuration/ specifies which methods are availible to configure poetry, but...
I believe that the documentation could be improved regarding what `update` and `install` are doing. To me it is not really clear, for example: - when doing update are the...
I feel that from a user's POV, `poetry show` has two fairly separate modes, 'list packages' and 'single package info'. - This PR separates them in documentation, which I feel...