Skip to content

Raidzin/poetry-truststore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poetry Truststore Plugin

Truststore plugin for poetry.

The plugin is needed to use system ssl/tls certificates to download and install packages from repositories with self-signed certificates. The plugin is also useful if a self-signed certificate from an internal center is added to the certificate chain

Installation

With poetry

poetry self add poetry-truststore

With pip

$POETRY_HOME/pip inistall poetry-truststore

You may need the --use-feature=truststore parameter if you cannot download packages due to SSL errors.

$POETRY_HOME/pip inistall poetry-truststore --use-feature=truststore

Reed more about plugins at poetry docs

Usage

After installation, you can usepoetry as usual. ✨ The plugin indicates that it is enabled with the message "Enabling Truststore" when you use the poetry add command

About

poetry truststore plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages