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
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
Built Distribution
Close
Hashes for devpi-client-extensions-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bed20918dc68e2f8209fb6afeae71ea9dbd43f8d775eb97d4181c589780c3f8 |
|
MD5 | e17f8742654a4d43ca1169315f66cff7 |
|
BLAKE2b-256 | 658b12a567daccc8dcb9c06dba2a6c4eb90e83d89339579690a31afe7563c5a4 |
Close
Hashes for devpi_client_extensions-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddd959c083c1b10d7db859dc99e81128014f7cc748dbf0dff0837772a0ac66a5 |
|
MD5 | 863ecfc7722ecce96b78488b3484af7a |
|
BLAKE2b-256 | b35815d1d68bd6f1ac54c3e6551909ca6e0a423e3c5ee29c63fbea1bff2df628 |