Metadata-Version: 1.2
Name: devpi-web
Version: 3.5.1
Summary: devpi-web: a web view for devpi-server
Home-page: http://doc.devpi.net
Maintainer: Holger Krekel, Florian Schulze
Maintainer-email: holger@merlinux.eu
License: MIT
Description: ================================================
        devpi-web: web interface plugin for devpi-server
        ================================================
        
        This plugin adds a web interface with search for `devpi-server`_.
        
        .. _devpi-server: https://pypi.org/project/devpi-server/
        
        
        Installation
        ============
        
        ``devpi-web`` needs to be installed alongside ``devpi-server``.
        
        You can install it with::
        
            pip install devpi-web
        
        There is no configuration needed as ``devpi-server`` will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.
        
        
        =========
        Changelog
        =========
        
        
        
        .. towncrier release notes start
        
        3.5.1 (2019-04-26)
        ==================
        
        Bug Fixes
        ---------
        
        - when mirror names are indexed a full reindex was triggered, now only the project names of the mirror are indexed.
        
        - require --offline mode when using --recreate-search-index option. Otherwise reindexing may hang when trying to index a mirror.
        
        
        3.5.0 (2018-11-16)
        ==================
        
        Features
        --------
        
        - feature #193: adding support for using markdown in package descriptions.
        
        
        Bug Fixes
        ---------
        
        - fix #594: fix more url in search results
        
        
        3.4.1 (2018-09-18)
        ==================
        
        Bug Fixes
        ---------
        
        - Fix rendering of empty description which caused a traceback on Python 2.7.
        
        
        3.4.0 (2018-09-08)
        ==================
        
        Features
        --------
        
        - implement #503: the package description is rendered on demand instead of by event handling.
        
        - implement #504: the documentation is unpacked and cached on demand instead of relying on event processing.
        
        - Add possibility for plugins to implement search backends as replacement for the default whoosh based backend.
        
        
        3.3.0 (2018-05-04)
        ==================
        
        Features
        --------
        
        - add ``devpiserver_on_remove_file`` hook implementation to handle removal of
          unpacked documentation. Thanks to Dr Colin Kong for the PR.
        
        - Use ``mirror_web_url_fmt`` in ``get_description`` for mirror indexes.
        
        
        Bug Fixes
        ---------
        
        - fix #487: rewrite internal links in order to update browser history/URL
        
        - fix #494: fix redirect for +simple pages after PEP 503 fixes in devpi-server.
        
        - fix scroll for anchors on internal links of documentation
        
        
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
