fschulze/dev/: devpi-client-2.8.0.dev0 metadata and description

devpi upload/install/... workflow commands for Python developers

Metadata
author Holger Krekel
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.3
Files
File Tox results History
devpi-client-2.8.0.dev0.tar.gz
Size
59 KB
Type
Source
sha256
30e22b61abfbd1f177a5a0f396643730ed1f9ad0d80a171f1dfc421f30f815ca
  • Replaced 1 time(s)
  • Uploaded to fschulze/dev by fschulze 2017-04-04 13:41:44
devpi_client-2.8.0.dev0-py2.py3-none-any.whl
Size
37 KB
Type
Python Wheel
Python
2.7
sha256
79026836733af33f44e6ece779bf629247a9307f5b573d9863c3a99fe6834f3b
  • Replaced 1 time(s)
  • Uploaded to fschulze/dev by fschulze 2017-04-04 13:41:43

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.

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.