Metadata-Version: 1.1
Name: devpi-web
Version: 3.1.0
Summary: devpi-web: a web view for devpi-server
Home-page: http://doc.devpi.net
Author: Holger Krekel, Florian Schulze
Author-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: http://pypi.python.org/pypi/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
        =========
        
        3.1.0 (2016-04-22)
        ------------------
        
        - use readme-renderer like PyPI does.
        
        - if rendering the description causes errors, they are appended at the end.
        
        - When creating the preview snippet for search results on documentation and the
          extracted doc files can't be accessed, then the preview will contain error
          information instead of raising an internal server error. See issue324
        
        - fix issue335: The documentation wasn't linked for projects with
          non-normalized names.
        
        - fix issue324: The project name wasn't correctly normalized when trying to
          access unpacked documentation in some code paths.
        
        - all generated URLs in devpi-web are now normalized and don't go through a
          redirect anymore.
        
        - added some internal infos to view data for use in theme templates. Any view
          data starting with an underscore is internal and may change between releases
          without notice. see issue319
        
        
        3.0.0 (2016-02-12)
        ------------------
        
        - dropped support for python2.6
        
        - index.pt, root.pt, style.css: added title and description to
          users and indexes.
        
        - root.pt, style.css: more compact styling of user/index overview using
          flexbox, resulting in three columns at most sizes
        
        - cleanup previously unpacked documentation to remove obsolete files.
        
        - store hash of doczip with the unpacked data to avoid unpacking if the data
          already exists.
        
        - project.pt, version.pt: renamed ``pypi_whitelist`` related things to
          ``mirror_whitelist``.
        
        - require and adapt to devpi-server-3.0.0 which always uses
          normalized project names internally and offers new hooks.
          devpi-web-3.0.0 is incompatible to devpi-server-2.X.
        
        - doc.pt, macros.pt, style.css, docview.js: use scrollbar of documentation
          iframe, so documentation that contains dynamically resizing elements works
          correctly. For that to work, the search from and navigation was moved into a
          wrapping div with class ``header``, so it can overlap the top of the iframe.
        
        
        2.6.0 (2016-01-29)
        ------------------
        
        - fix issue305: read documentation html files in binary and let BeautifulSoup
                        detect the encoding.
        
        - require devpi-server >= 2.6.0
        
        - support for ``pip search`` command on indexes
        
        
        2.5.0 (2015-11-19)
        ------------------
        
        - fix issue288: classifiers rendering wrong with read only data views
        
        - index.pt, project.pt, version.pt: added info about pypi_whitelist. This
          requires devpi-server > 2.4.0 to work.
        
        - fix issue286: indexing of most data failed due to new read only views
        
        
        2.4.2 (2015-11-11)
        ------------------
        
        - log exceptions during search index updates.
        
        - adapted tests/code to work with devpi-server-2.4
        
        
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
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.3
