fschulze/devpi620/: devpi-web-5.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
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application
description_content_type text/x-rst
dynamic
  • license-file
license_expression MIT
license_file
  • LICENSE
maintainer_email Florian Schulze <[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
  • Homepage, https://devpi.net
  • Source Code, https://github.com/devpi/devpi
requires_dist
  • Whoosh<3
  • attrs>=22.2.0
  • beautifulsoup4!=4.12.1,>=4.3.2
  • defusedxml
  • devpi-server>=6.13.0
  • devpi-common>=4.0.0
  • docutils>=0.11
  • pygments>=1.6
  • pyramid>=2
  • pyramid-chameleon
  • readme-renderer[md]>=23.0
  • tomli; python_version < "3.11"
requires_python >=3.9
Files
File Tox results History
devpi_web-5.1.1-py3-none-any.whl
Size
92 KB
Type
Python Wheel
Python
3
sha256
13e1aa712b587a6328f728316d565e7e2b257f127502e08d32358710759efb5c
  • Uploaded to devpi-github/devpi-devpi-web-5.1.1 by devpi-github 2026-07-02 08:41:20
  • Pushed from devpi-github/devpi-devpi-web-5.1.1 to fschulze/devpi620 by fschulze 2026-07-02 11:49:24
devpi_web-5.1.1.tar.gz
Size
109 KB
Type
Source
sha256
8ffcb65a0732b8444d54ab632586a532517c763580f1fdc9b75c5e7c2df9aac0
  • Uploaded to devpi-github/devpi-devpi-web-5.1.1 by devpi-github 2026-07-02 08:41:20
  • Pushed from devpi-github/devpi-devpi-web-5.1.1 to fschulze/devpi620 by fschulze 2026-07-02 11:49:24

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

5.1.1 (2026-07-02)

Bug Fixes

  • Fix compatibility with devpi-server 7.x.

5.1.0 (2026-04-30)

Features

  • With devpi-server 7.x information and warnings about inheritance from bases of an index are reported. This includes inheritance cycles, missing bases and how rules for merging project releases from bases are applied.

  • Support upcoming devpi-server 7.0.0 release.

Other Changes

  • index.pt: Moved bases and whitelist info to index_bases.pt macro.

  • project.pt, version.pt: Moved whitelist info to merge_info.pt macro in preparation for changes in devpi-server 7.x.

  • project.pt: Moved refresh button to project_refresh.pt macro.

5.0.2 (2026-03-17)

Bug Fixes

  • Prevent double indexing work on first start of freshly initialized/imported instance.

  • Optimize preparation of mirror project data for indexing.

  • Consistently use offline mode when indexing. This especially helps performance on startup.

  • Skip redirect if an installer is detected which is configured without +simple in the URL.

Other Changes

  • Support string timestamps for file history log entries from devpi-server 7.0.0.

5.0.1 (2025-06-15)

Bug Fixes

  • Fix traceback during unpacking of documentation in some cases.

5.0.0 (2025-06-12)

Deprecations and Removals

  • Removed macros.pt, the contained macros have all been moved to separate templates. See other news entries for details.

  • Remove support for Python below 3.9. In the future end of life Python 3 versions aren’t supported anymore.

  • Future releases will more often require newer devpi-server than before.

Bug Fixes

  • Fix #930: remove remaining uses of unmaintained py library.

Other Changes

  • style.css: Added styling for readme/description code block / literals.

  • macros.pt (navigation macro): Move breadcrumbs out of navigation macro to separate header_breadcrumbs.pt template.

  • macros.pt (head macro): Move favicon out of head macro to separate favicon.pt template.

  • macros.pt: Move footer macro to separate footer.pt template.

  • macros.pt: Move head macro to separate head.pt template.

  • macros.pt: Move headcss macro to separate html_head_css.pt template.

  • macros.pt: Move headscript macro to separate html_head_scripts.pt template.

  • macros.pt: Move logo macro to separate logo.pt template.

  • macros.pt: Move navigation macro to separate header.pt template.

  • macros.pt: Move query_doc macro to separate query_doc.pt template.

  • macros.pt: Move rootaboveuserindexlist macro to separate root_above_user_index_list.pt template.

  • macros.pt: Move rootbelowuserindexlist macro to separate root_below_user_index_list.pt template.

  • macros.pt: Move search macro to separate header_search.pt template.

  • macros.pt: Move status macro to separate header_status.pt template.

  • macros.pt: Move statusbadge macro to separate status_badge.pt template.

  • macros.pt: Move versions macro to separate footer_versions.pt template.