Metadata-Version: 1.1
Name: node.ext.zodb
Version: 1.2
Summary: Node Implementation with ZODB persistence
Home-page: UNKNOWN
Author: BlueDynamics Alliance
Author-email: dev@bluedynamics.com
License: BSD
Description: ``node.ext.zodb`` is a persistent node implementation for the ZODB.
        
        For more information about ``node`` see https://pypi.python.org/pypi/node
        
        
        Source Code
        ===========
        
        The sources are in a GIT DVCS with its main branches at
        `github <http://github.com/bluedynamics/node.ext.zodb>`_.
        
        We'd be happy to see many forks and pull-requests to make it even better.
        
        Travis-CI test state:
        
        .. image:: https://secure.travis-ci.org/bluedynamics/node.ext.zodb.png
        
        
        Python Versions
        ===============
        
        - Python 2.7, 3.4+
        
        
        Contributors
        ============
        
        - Robert Niederreiter
        
        - Jens Klein
        
        
        
        History
        =======
        
        1.2 (2017-07-18)
        ----------------
        
        - Add python 3 support.
          [rnix, 2017-06-24]
        
        - Add ``keys`` to ``OOBTodict`` and accept any number of ``*args`` and ``**kw``
          to match expected contract by ``OOBTree`` and Fix tests with ZODB 5.
          [rnix, 2017-06-22]
        
        - Add ``__nonzero__`` and ``__bool__`` to ``OOBTodict`` in order to make it
          work properly with ZODB 5.
          [rnix, 2017-06-22]
        
        - Use ``@property`` and ``@property.setter`` for ``OOBTodict.lh`` and
          ``OOBTodict.lt``.
          [rnix, 2017-06-22]
        
        
        1.1.1
        -----
        
        - Change ``ZODB`` install requirement to ``ZODB3``. Latter one is a meta
          package as of version 3.11.0 and installs ``ZODB``
          [rnix, 2017-06-19]
        
        
        1.1
        ---
        
        - Remove superfluous ``__repr__`` function from ``OOBTodict``. ``odict``
          package properly outputs class name as of version 1.6.2.
          [rnix, 2017-06-14]
        
        - Fix ``volatile_property`` to work on classes overwriting ``__getattr__``.
          [rnix, 2017-06-14]
        
        - Use ``plumbing`` decorator instead of ``__metaclass__`` and ``__plumbing__``
          class attributes.
          [rnix, 2017-06-14]
        
        
        1.0.1
        -----
        
        - Add maintenance utilities.
          [rnix, 2014-05-13]
        
        - Cleanup tests.
          [rnix, 2014-05-13]
        
        
        1.0
        ---
        
        - initial
          [rnix]
        
        
        
        License
        =======
        
        Copyright (c) 2012-2017, BlueDynamics Alliance, Austria, Germany, Switzerland
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this 
          list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above copyright notice, this 
          list of conditions and the following disclaimer in the documentation and/or 
          other materials provided with the distribution.
        * Neither the name of the BlueDynamics Alliance nor the names of its 
          contributors may be used to endorse or promote products derived from this 
          software without specific prior written permission.
              
        THIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY
        EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL BlueDynamics Alliance BE LIABLE FOR ANY
        DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Keywords: node odict zodb persistent tree
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
