Metadata-Version: 2.1
Name: devpi-web
Version: 4.1.1
Summary: devpi-web: a web view for devpi-server
Home-page: https://devpi.net
Maintainer: Florian Schulze
Maintainer-email: mail@pyfidelity.com
License: MIT
Project-URL: Bug Tracker, https://github.com/devpi/devpi/issues
Project-URL: Changelog, https://github.com/devpi/devpi/blob/main/web/CHANGELOG
Project-URL: Documentation, https://doc.devpi.net
Project-URL: Source Code, https://github.com/devpi/devpi
Classifier: Development Status :: 5 - Production/Stable
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 :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.4
License-File: LICENSE
License-File: AUTHORS

================================================
devpi-web: web interface plugin for devpi-server
================================================

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

.. _devpi-server: https://pypi.org/project/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 `devpi-dev@python.org mailing list`_.

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

.. _issue tracker at Github: https://github.com/devpi/devpi/issues/
.. _devpi-dev@python.org mailing list: https://mail.python.org/mailman3/lists/devpi-dev.python.org/
.. _GitHub Discussions: https://github.com/devpi/devpi/discussions


=========
Changelog
=========



.. towncrier release notes start


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.

