| classifiers |
|
|---|---|
| description_content_type | text/x-rst |
| dynamic |
|
| license_expression | MIT |
| license_file |
|
| maintainer_email | Florian Schulze <[email protected]> |
| metadata_version | 2.4 |
| project_urls |
|
| requires_dist |
|
| requires_python | >=3.9 |
| File | Tox results | History |
|---|---|---|
devpi_web-5.2.0.dev0-py3-none-any.whl
|
|
|
devpi_web-5.2.0.dev0.tar.gz
|
|
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.2.0.dev0 (2026-08-10)
Features
With devpi-server 7.x remote indexes are only included in search if the new remote_include_in_search index option is set to true.
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.