Metadata-Version: 1.1
Name: devpi-client
Version: 2.6.2
Summary: devpi upload/install/... workflow commands for Python developers
Home-page: https://bitbucket.org/hpk42/devpi
Author: Holger Krekel
Author-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 <http://pypi.python.org/pypi/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://bitbucket.org/hpk42/devpi/issues>`_, `repo
          <https://bitbucket.org/hpk42/devpi>`_
        
        * IRC: #devpi on freenode, `mailing list
          <https://groups.google.com/d/forum/devpi-dev>`_ 
        
        * compatibility: {win,unix}-py{26,27,33}
        
        
        
        
        
        Changelog
        =========
        
        2.6.2 (2016-04-28)
        ------------------
        
        - ``devpi upload`` failed to use basic authentication and client certificate
          information.
        
        
        2.6.1 (2016-04-27)
        ------------------
        
        - fix issue340: basic authentication with ``devpi use`` didn't work anymore.
        
        
        2.6.0 (2016-04-22)
        ------------------
        
        - switching to another server with ``devpi use`` now reuses an existing
          authentication token as well as previously set basic auth and client cert.
        
        - basic authentication is now stored at the devpi-server root instead of the
          domain root, so you can have more than one devpi-server on different paths
          with different basic auth.
        
        - fix issue318: ``devpi test --index`` now accepts a URL, so one can test a
          package from another server without having to run ``devpi use`` first.
        
        
        2.5.0 (2016-02-08)
        ------------------
        
        - the ``user`` command now behaves slightly more like ``index`` to show
          current user settings and modify them.
        
        - fix issue309: print server versions with ``devpi --version`` if available.
          This is only supported on Python 3.x because of shortcomings in older
          argparse versions for Python 2.x.
        
        - fix issue310: with --set-cfg the ``index`` setting in the ``[search]``
          section would be set multiple times.
        
        - fix getjson to work when no index but a server is selected
        
        - allow full urls for getjson
        
        - "devpi quickstart" is not documented anymore and will be removed
          in a later release.
        
        
        2.4.1 (2016-02-01)
        ------------------
        
        - fix issue308: properly handle index reconfiguration in the client API.
          thanks to Jacob Geiger for the report and an initial PR.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
