Skip to main content

devpi client extensions

Project description

Some useful stuff around devpi client. Although this package is proudly named extensions, currently there is only one thing implemented ready to be used: a hook that uses passwords from .pypirc or keyring on login to devpi server so you don’t have to enter your password if you store it for upload anyway.

Install

$ pip install devpi-client-extensions

Usage

Just use the devpi login command as usual:

$ devpi login hoefling
Using hoefling credentials from .pypirc
logged in 'hoefling', credentials valid for 10.00 hours

Keyring Support

Since version 0.3, reading credentials using keyring is supported. Install the package with keyring extras:

$ pip install devpi-client-extensions[keyring]

Example with storing the password in keyring:

$ keyring set https://my.devpi.url/ hoefling
$ devpi login hoefling
Using hoefling credentials from keyring
logged in 'hoefling', credentials valid for 10.00 hours

Stats

Package on PyPI Build status on Github Actions Coverage status Requirements status black

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devpi-client-extensions-0.3.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

devpi_client_extensions-0.3.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page