Metadata-Version: 2.1
Name: devpi-client
Version: 4.0.2
Summary: devpi upload/install/... workflow commands for Python developers
Home-page: https://github.com/devpi/devpi
Maintainer: Holger Krekel
Maintainer-email: holger@merlinux.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: tox (!=3.0.0rc1,>=1.7.1)
Requires-Dist: devpi-common (<4,>=3.1.0)
Requires-Dist: pkginfo (>=1.4.2)
Requires-Dist: check-manifest (>=0.28)
Requires-Dist: pluggy (<1.0,>=0.3.0)
Requires-Dist: py (>=1.4.31)

===============================================================
devpi-client: commands for python packaging and testing
===============================================================

The "devpi" command line tool is typically used in conjunction
with `devpi-server <https://pypi.org/project/devpi-server/>`_.
It allows to upload, test and install packages from devpi indexes.
See http://doc.devpi.net for quickstart and more documentation.

* `issue tracker <https://github.com/devpi/devpi/issues>`_, `repo
  <https://github.com/devpi/devpi>`_

* IRC: #devpi on freenode, `mailing list
  <https://mail.python.org/mm3/mailman3/lists/devpi-dev.python.org/>`_ 

* compatibility: {win,unix}-py{27,34,35,36,py}





=========
Changelog
=========



.. towncrier release notes start

4.0.2 (2018-05-04)
==================

Bug Fixes
---------

- fix #361: allow deletion of versions with no releases.

- fix #524: require at least pkginfo 1.4.2 to support metadata 2.1.

- fix #532: add missing pluggy dependency to setup.py.

- Update default upload location to ``https://upload.pypi.org/legacy/`` for
  external ``devpi push``.


4.0.1 (2018-02-02)
==================

Bug Fixes
---------

- fix #508: on macOS the ``__PYVENV_LAUNCHER__`` environment variable needs to
  be removed when calling pip, otherwise the generated scripts use the wrong
  Python executable.


4.0.0 (2018-01-17)
==================

Features
--------

- CHANGED BEHAVIOR! If an activated virtualenv is detected, it is used by
  default for ``devpi install`` and ``devpi use --set-cfg`` now.


Bug Fixes
---------

- devpi test: if basic auth is configured, correctly pass credentials when
  downloading packages and submitting JSON reports. Thanks to Vytautas Liuolia
  for the PR.


3.1.0 (2017-11-23)
==================

No significant changes.


3.1.0rc1 (2017-09-08)
=====================

Features
--------

- fix #386: add ``passwd`` command to enable password setting with interactive
  input.

- add ``-l/--list`` option to ``devpi test`` command to only list the release
  files which would be tested.

- add ``-s/--select`` option to ``devpi test``. This is a regular expression to
  select release files for which tests will be run. With this option it's
  possible to select wheels that aren't universal, or run tests only for one
  specific release file.


Bug Fixes
---------

- fix check for extracted path when testing packages where the package name
  contains a dash, but the extracted path has underscores.

- skip and warn about wheels which can't be tested instead of testing nothing.

- fix issue227: add ``logout`` command as alias for ``logoff``.



