gituser/production/: devpi-web-3.2.2 metadata and description

Homepage Simple index

devpi-web: a web view for devpi-server

author Holger Krekel, Florian Schulze
author_email holger@merlinux.eu
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Topic :: Internet :: WWW/HTTP
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
license MIT
requires_dist
  • Whoosh (<3)
  • beautifulsoup4 (>=4.3.2)
  • defusedxml
  • devpi-server (>=3.0.0)
  • devpi-common (>=3.2.0rc1)
  • docutils (>=0.11)
  • pygments (>=1.6)
  • pyramid
  • pyramid-chameleon
  • readme-renderer
File Tox results History
devpi-web-3.2.2.tar.gz
Size
88 KB
Type
Source
devpi_web-3.2.2-py2.py3-none-any.whl
Size
83 KB
Type
Python Wheel
Python
2.7

devpi-web: web interface plugin for devpi-server

This plugin adds a web interface with search for 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.2.2 (2018-01-17)

Bug Fixes

  • fix issue482: let external links in documentation open outside of iframe.

  • Prevent stale static resources from browser caching by adding devpi-web version to their URLs.

3.2.1 (2017-11-23)

No significant changes.

3.2.1rc1 (2017-09-08)

Bug Fixes

  • make search results compatible with pip showing INSTALLED/LATEST info.

  • fix server error by returning 404 when a toxresult can’t be found.

3.2.0 (2017-04-23)

  • version.pt: add “No releases” when there are none.

  • project.pt: add “Documentation” column with link to documentation per version.

3.1.1 (2016-07-15)

  • removed unnecessary fetching of mirror data during indexing.