Skip to content

asdf-community/asdf-poetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-poetry

Poetry plugin for asdf version manager

Build History

Build history

Installation

asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git

Usage

Check 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+ and default in 1.2).

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.

License

Licensed under the MIT license.