Metadata-Version: 2.1
Name: uriregistry
Version: 0.3.0
Summary: A central URI registry that tracks where a certain URI is being used.
Home-page: http://uriregistry.readthedocs.org
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: GPLv3
Keywords: web wsgi pyramid uri
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Dist: pyramid
Requires-Dist: pyramid-urireferencer
Requires-Dist: requests
Requires-Dist: PyYAML

UriRegistry
===========

.. image:: https://badge.fury.io/py/uriregistry.png
        :target: http://badge.fury.io/py/uriregistry
.. image:: https://readthedocs.org/projects/uriregistry/badge/?version=latest
        :target: https://readthedocs.org/projects/uriregistry/?badge=latest

.. image:: https://travis-ci.org/OnroerendErfgoed/uriregistry.png?branch=master
        :target: https://travis-ci.org/OnroerendErfgoed/uriregistry
.. image:: https://coveralls.io/repos/OnroerendErfgoed/uriregistry/badge.png?branch=master
        :target: https://coveralls.io/r/OnroerendErfgoed/uriregistry

This project aims to provide a central location for keeping track of different
resources through their URI's. It has been designed to answer one simple
question: in which applications is a certain resource (ie. a URI) being used?


0.3.0 (21-02-2022)
------------------

- Improved performance (#8)
- Pyramid 2.0 upgrade (#85)

0.2.0 (07-12-2020)
------------------

- Library update(#69)
- Py3 compatibel maken (#66)

0.1.2 (08-06-2017)
------------------

- Make compatible with Python 3.5
- Update pyramid_urireferencer to 0.6.0 (#9)

0.1.1 (04-08-2015)
------------------

- Update pyramid_urireferencer to 0.4.0

0.1.0 (11-06-2015)
------------------

- Initial version
- Works with pyramid_urireferencer 0.2.0.


