poetry-plugin-export
poetry-plugin-export copied to clipboard
Poetry plugin to export the dependencies to various formats
- [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...
- [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 have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue Though this issue is similar to python-poetry/poetry#1640, different a bit.I...
- [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/sdispater/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
Specifying an unknown group name on `poetry export` results in no error whatsoever. E.g. ``` poetry export --without gibberish && echo OK poetry export --with gibberish && echo OK ```...
Currently providing `--with` and `--without` simultaneously results in `without` being ignored. ``` toml [tool.poetry] name = "aaa" version = "0.1.0" description = "" authors = ["pmav99 "] readme = "README.md"...
I'm currenlty exporting requirements in a package using a script based on poetry and the lock information. I think this plugin would be a good place to add that functionality...