Metadata-Version: 1.2
Name: devpi-server
Version: 5.5.0
Summary: devpi-server: reliable private and pypi.org caching server
Home-page: http://doc.devpi.net
Maintainer: Holger Krekel, Florian Schulze
Maintainer-email: holger@merlinux.eu
License: MIT
Description: =============================================================================
        devpi-server: server for private package indexes and PyPI caching
        =============================================================================
        
        
        PyPI cache
        ==========
        
        You can point ``pip or easy_install`` to the ``root/pypi/+simple/``
        index, serving as a transparent cache for pypi-hosted packages.
        
        
        User specific indexes
        =====================
        
        Each user (which can represent a person, project or team) can have
        multiple indexes and upload packages and docs via standard ``twine`` or
        ``setup.py`` invocations.  Users and indexes can be manipulated through
        `devpi-client`_ and a RESTful HTTP API.
        
        
        Index inheritance
        =================
        
        Each index can be configured to merge in other indexes so that it serves
        both its uploads and all releases from other index(es).  For example, an
        index using ``root/pypi`` as a parent is a good place to test out a
        release candidate before you push it to PyPI.
        
        
        Good defaults and easy deployment
        =================================
        
        Get started easily and create a permanent devpi-server deployment
        including pre-configured templates for ``nginx`` and process managers.
        
        
        Separate tool for Packaging/Testing activities
        ==============================================
        
        The complementary `devpi-client`_ tool
        helps to manage users, indexes, logins and typical setup.py-based upload and
        installation workflows.
        
        See https://doc.devpi.net on how to get started and further documentation.
        
        
        .. _devpi-client: https://pypi.org/project/devpi-client/
        
        
        Support
        =======
        
        If you find a bug, use the `issue tracker at Github`_.
        
        For general questions use the #devpi IRC channel on `freenode.net`_ or the `devpi-dev@python.org mailing list`_.
        
        For support contracts and paid help contact `merlinux.eu`_.
        
        .. _issue tracker at Github: https://github.com/devpi/devpi/issues/
        .. _freenode.net: https://freenode.net/
        .. _devpi-dev@python.org mailing list: https://mail.python.org/mailman3/lists/devpi-dev.python.org/
        .. _merlinux.eu: https://merlinux.eu
        
        
        =========
        Changelog
        =========
        
        
        
        .. towncrier release notes start
        
        5.5.0 (2020-05-04)
        ==================
        
        Features
        --------
        
        - Proxy requests from replica to master are now streamed if possible. This improves reliability of large uploads through replicas and reduces RAM usage on the replica.
        
        
        5.4.1 (2020-03-26)
        ==================
        
        Bug Fixes
        ---------
        
        - Import won't abort anymore when a base index was removed. The bases setting will be imported as is.
        
        
        5.4.0 (2020-01-31)
        ==================
        
        .. note::
          This is the last feature release with Python 2.7 support!
        
          We will only make export related bugfix releases of 5.4.x.
        
        Features
        --------
        
        - The ``requires_python`` metadata is now included in version data on mirror indexes.
        
        - Downloaded files from mirrors can be included in exports with the ``--include-mirrored-files`` option.
        
        - On import files for mirror indexes are now imported when they were included in the dump (see ``--include-mirrored-files``).
        
        
        Bug Fixes
        ---------
        
        - Fix ``--no-root-pypi`` option when importing devpi data.
        
        - Fix pushing from mirror to an index when the file was removed and ``mirror_use_external_urls`` is active.
        
        
        5.3.1 (2019-12-05)
        ==================
        
        Bug Fixes
        ---------
        
        - fix #688: on file upload existing metadata is only updated, not replaced.
        
        
        5.3.0 (2019-12-03)
        ==================
        
        Features
        --------
        
        - fix #732: add ``--unix-socket-perms`` option to set Unix socket permissions when a Unix socket is in use, defaults to '600' if not specified, ignored if ``--unix-socket`` is not used.
        
        - proxy requests from the replica to the master will use number of seconds from the new ``--proxy-timeout`` option as their timeout value.
        
        
        Bug Fixes
        ---------
        
        - ignore obsolete pypi_whitelist index setting when sent by devpi-client and remove it when an index config is updated.
        
        
Keywords: pypi realtime cache server
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
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
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
Classifier: Programming Language :: Python :: 3.7
