| author | Holger Krekel |
|---|---|
| author_email | [email protected] |
| classifiers |
|
| File | Tox results | History |
|---|---|---|
devpi-client-2.8.0.dev0.tar.gz
|
|
|
devpi_client-2.8.0.dev0-py2.py3-none-any.whl
|
|
devpi-client: commands for python packaging and testing
The “devpi” command line tool is typically used in conjunction with devpi-server. It allows to upload, test and install packages from devpi indexes. See http://doc.devpi.net for quickstart and more documentation.
IRC: #devpi on freenode, mailing list
compatibility: {win,unix}-py{26,27,33}
Changelog
2.8.0 (Unreleased)
add --pip-set-trusted=[yes|no|auto] option to devpi use to add or remove trusted-host option to pip configuration when --set-cfg is also given. auto is the default and sets it for http servers and https which do not pass certificate validation. Thanks to Andrew Leech for the PR.
add devpiclient_get_password hook which allows plugins to return a password based on username and server url.
2.7.0 (2016-10-14)
fix issue268: upload of docs with PEP440 version strings now works
fix issue362: close requests session, so all sockets are closed on exit
add --no-upload option to devpi test to skip upload of tox results
2.6.4 (2016-07-15)
fix issue337: devpi upload for packages that produce output during build now works.
2.6.3 (2016-05-13)
update devpi-common requirement, so devpi-client can be installed in the same virtualenv as devpi-server 4.0.0.
2.6.2 (2016-04-28)
devpi upload failed to use basic authentication and client certificate information.