Metadata-Version: 1.1
Name: zodburi
Version: 1.1
Summary: Constructs ZODB storage instances from URIs.
Home-page: UNKNOWN
Author: Chris Rossi
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``zodburi``
        ===========
        
        A library which parses URIs and converts them to ZODB storage objects and
        database arguments.
        
        See the documentation at http://docs.pylonsproject.org/projects/zodburi/dev/
        for more information.
        
        
        
        ``zodburi`` Changelog
        =====================
        
        1.1 (2012-09-12)
        ----------------
        
        - Removed support for ``postgres://`` URIs, which will now be provided by
          the ``relstorage`` package.  Thanks to Georges Dubus for
          the patch!
        
        1.0 (2012-06-07)
        ----------------
        
        - Added support for ``postgres://`` URIs.  Thanks to Georges Dubus for
          the patch!
        
        - Pinned dependencies to Python 2.5-compatible versions when testing with
          tox under Python 2.5.
        
        - Updated the documentation for publication to `ReadTheDocs
          <http://docs.pylonsproject.org/projects/zodburi/dev/>`_
        
        1.0b1 (2011-08-21)
        ------------------
        
        - Initial release.
        
Keywords: zodb zodbconn
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: Repoze Public License
