Metadata-Version: 1.1
Name: uriregistry
Version: 0.1.2
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
Description: 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.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.
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
