fschulze/devpi67/: devpi-web-4.1.1 metadata and description

devpi-web: a web view for devpi-server

Metadata
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 :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
license MIT
maintainer Florian Schulze
maintainer_email [email protected]
project_urls
  • Bug Tracker, https://github.com/devpi/devpi/issues
  • Changelog, https://github.com/devpi/devpi/blob/main/web/CHANGELOG
  • Documentation, https://doc.devpi.net
  • Source Code, https://github.com/devpi/devpi
requires_dist
  • Whoosh (<3)
  • beautifulsoup4 (>=4.3.2)
  • defusedxml
  • devpi-server (>=5.2.0)
  • devpi-common (>=3.2.0)
  • docutils (>=0.11)
  • pygments (>=1.6)
  • pyramid (!=1.10a1)
  • pyramid-chameleon
  • readme-renderer[md] (>=23.0)
requires_python >=3.4
Files
File Tox results History
devpi-web-4.1.1.tar.gz
Size
109 KB
Type
Source
sha256
d66473c3675f5f59ee789b8d3ad32222bc4a4a446ca006a0f321d807e6c7bfe0
Minime.local darwin py310 3.10.4 Tests passed
Minime.local darwin py35-server520 3.5.10 Tests passed
Minime.local darwin py37 3.7.13 Tests passed
Minime.local darwin py37-keyfs 3.7.13 Tests passed
Minime.local darwin pypy3 3.7.13 Tests passed
All toxresults …
devpi_web-4.1.1-py3-none-any.whl
Size
94 KB
Type
Python Wheel
Python
3
sha256
15b571c2ef75748da1bd58513132b0af6d4ec6ce5da9fda5d71ce39b8ee24f35

devpi-web: web interface plugin for devpi-server

This plugin adds a web interface with search for devpi-server.

See https://doc.devpi.net for quickstart and more documentation.

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.

Support

If you find a bug, use the issue tracker at Github.

For general questions use GitHub Discussions or the [email protected] mailing list.

For support contracts and paid help contact mail at pyfidelity.com.

Changelog

4.1.1 (2022-09-28)

Bug Fixes

  • Generalize GET redirect from URLs with trailing slash to ones without for consistency.

4.1.0 (2022-08-16)

Features

  • Support original project names for mirrors with devpi-server 6.6.0.

  • project.pt: Fix #601: add refresh button to project page.

  • project.pt: add navigation links to original project page for mirrors and to “Simple page” of projects.

Bug Fixes

  • Fix #880: explicitly register views for GET method, so there is a 404 on POSTs, like when using twine with wrong upload url.

  • Fix #867: AttributeError during devpi-import and maybe other commands.

4.0.8 (2021-08-12)

Bug Fixes

  • On startup loop over mirror indexes last to avoid filling up the indexing queue, which processes non mirror indexes first.

4.0.7 (2021-07-11)

Bug Fixes

  • The “Not Found” view now works correctly with request methods other than GET, HEAD and POST.

4.0.6 (2021-02-19)

Bug Fixes

  • Fix trying to import fcntl on Windows.