Metadata-Version: 1.2
Name: devpi-client
Version: 4.4.0
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
Description: ===============================================================
        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.4.0 (2019-04-26)
        ==================
        
        Features
        --------
        
        - implement #93: support setting password hash with devpi-server 4.9.0.
        
        
        Bug Fixes
        ---------
        
        - fix #622: deletion of package with inherited versions failed.
        
        
        4.3.0 (2019-03-14)
        ==================
        
        Features
        --------
        
        - support for additional commands added by plugins via ``devpiclient_subcommands`` hook.
        
        
        Bug Fixes
        ---------
        
        - Update import location for detox 0.18.
        
        
        4.2.0 (2018-11-16)
        ==================
        
        Features
        --------
        
        - Use server side operations for modifying indexes if the devpi-server version supports it. This prevents overwriting changes if two clients modify the same index concurrently.
        
        
        4.1.0 (2018-09-09)
        ==================
        
        Features
        --------
        
        - implement #565: To show toxresults with ``devpi list`` the new ``-t/--toxresults`` option is now required, the toxresults aren't shown by default anymore.
        
        - implement #579: client can remove specific file with ``devpi remove url_to_file``. This requires at least devpi-server 4.6.0
        
        
        Bug Fixes
        ---------
        
        - fix #523: better error message when index does not support upload.
        
        
        4.0.3 (2018-07-12)
        ==================
        
        Bug Fixes
        ---------
        
        - fix #557: enable exporting links to directories inside packages for
          ``devpi upload``
        
        
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
