https://github.com/asdf-community/asdf-poetry
Poetry plugin for the asdf version manager [maintainer=@crflynn]
https://github.com/asdf-community/asdf-poetry
asdf asdf-plugin
Last synced: 3 months ago
JSON representation
Poetry plugin for the asdf version manager [maintainer=@crflynn]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-poetry
- Owner: asdf-community
- License: mit
- Created: 2020-02-01T21:58:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T02:56:34.000Z (8 months ago)
- Last Synced: 2025-10-24T04:32:07.256Z (8 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 48.8 KB
- Stars: 83
- Watchers: 2
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-poetry
[Poetry](https://github.com/python-poetry/poetry) plugin for asdf version
manager
## Build History
[](https://github.com/asdf-community/asdf-poetry/actions)
## Installation
```bash
asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
```
For pre-0.16.0 asdf versions:
```bash
asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git
```
## Usage
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.
### Overriding installer
`ASDF_POETRY_INSTALL_URL` is an optional variable you can specific to point to
the hosted installer of your choosing, e.g. `get-poetry.py` or the new `install-poetry.py`
(compatible with [1.1.7+](https://github.com/python-poetry/poetry/releases/tag/1.1.7) and
[default in 1.2](https://python-poetry.org/blog/announcing-poetry-1.2.0a1/#deprecation-of-the-get-poetrypy-script)).
For example, to force `install-poetry.py` on 1.1.9:
```
ASDF_POETRY_INSTALL_URL=https://install.python-poetry.org asdf install poetry 1.1.9
```
Doing so is not recommended and may result in poetry installations which
disregard the `asdf-python` plugin. See [issue #10](https://github.com/asdf-community/asdf-poetry/issues/10).
## License
Licensed under the
[MIT license](https://github.com/asdf-community/asdf-poetry/blob/master/LICENSE).