Metadata-Version: 2.2
Name: devpi-findlinks
Version: 2.0.0
Summary: devpi-findlinks: find-links view for devpi-server
Home-page: https://github.com/devpi/devpi-findlinks
Maintainer: Florian Schulze
Maintainer-email: florian.schulze@gmx.net
License: MIT
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: devpi-server>=3.0.0
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

devpi-findlinks: find-links view for devpi-server
=================================================

This plugin adds a new view to each index which lists all packages uploaded on that index or any index inherited except root/pypi.

Installation
------------

``devpi-findlinks`` needs to be installed alongside ``devpi-server``.

You can install it with::

    pip install devpi-findlinks

There is no configuration needed as ``devpi-server`` will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.

Usage
-----

In a default installation with a user named ``user1`` which has an index named ``dev``, the view would be accessible at ``http://localhost:3141/user1/dev/+findlinks``.

Use such an url with the ``--find-links`` option of ``pip`` or ``easy_install``.

The view uses absolute URLs, to make it possible to use this view via proxy at any location for migration of old environments.


Changelog
=========

2.0.0 - 2016-12-06
------------------

- fixes for devpi-server 3.0.0, older versions aren't supported anymore


1.0.1 - 2015-09-30
------------------

- fixes for devpi-server 2.2.0, older versions aren't supported anymore


1.0.0 - 2014-08-12
------------------

- initial release
