node.ext.zodb


Namenode.ext.zodb JSON
Version 1.6 PyPI version JSON
download
home_pagehttp://github.com/conestack/node.ext.zodb
SummaryNode Implementation with ZODB persistence
upload_time2022-12-05 11:53:19
maintainer
docs_urlNone
authorNode Contributors
requires_python
licenseSimplified BSD
keywords node odict zodb persistent tree
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            node.ext.zodb
=============

.. image:: https://img.shields.io/pypi/v/node.ext.zodb.svg
    :target: https://pypi.python.org/pypi/node.ext.zodb
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/node.ext.zodb.svg
    :target: https://pypi.python.org/pypi/node.ext.zodb
    :alt: Number of PyPI downloads

.. image:: https://github.com/conestack/node.ext.zodb/actions/workflows/test.yaml/badge.svg
    :target: https://github.com/conestack/node.ext.zodb/actions/workflows/test.yaml
    :alt: Test node.ext.zodb


Overview
========

``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/conestack/node.ext.zodb>`_.

We'd be happy to see many forks and pull-requests to make it even better.


Python Versions
===============

- Python 2.7, 3.7+


Contributors
============

- Robert Niederreiter (Author)
- Jens Klein


Changes
=======

1.6 (2022-12-05)
----------------

- Pass ``name`` and ``parent`` as keyword arguments all over the place.
  Preparation for use of ``NodeInit`` behavior instead of ``DefaultInit``.
  [rnix]


1.5 (2022-03-21)
----------------

- Replace deprecated use of ``Storage`` by ``MappingStorage``.
  [rnix]

- Replace deprecated use of ``Nodify`` by ``MappingNode``.
  [rnix]

- Replace deprecated use of ``Adopt`` by ``MappingAdopt``.
  [rnix]

- Replace deprecated use of ``NodeChildValidate`` by ``MappingConstraints``.
  [rnix]

- Replace deprecated use of ``allow_non_node_childs`` by ``child_constraints``.
  [rnix]


1.4 (2021-10-21)
----------------

- Implement ``_list_factory`` on ``Podict`` and ``OOBTodict`` and use
  ``PersistentList`` for internal double linked list triples to allow
  transaction property detect changes.
  [rnix, jensens]

- Drop ZODB3.
  [rnix]


1.3 (2020-07-09)
----------------

- Access ``attrs`` when initializing nodes with ``ZODBAttributes`` behavior
  applied to avoid lazy creation. Needed to prevent ``_p_changed`` being set on
  first access.
  [rnix, 2020-06-23]

- Access ``storage`` when initializing nodes with ``PodictStorage`` or
  ``OOBTodictStorage`` behaviors applied to avoid lazy creation. Needed
  to prevent ``_p_changed`` being set on first access.
  [rnix, 2020-06-23]

- Use ``plumb`` instead of overriding ``__setattr__`` to change ``__parent__``
  name to ``_v_parent`` on ``ZODBBehavior``.
  [rnix, 2020-06-23]

- Use ``plumb`` instead of overriding ``__getitem__`` to set parent on
  ``ZODBBehavior``.
  [rnix, 2020-02-28]


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-2021, BlueDynamics Alliance, Austria, Germany, Switzerland
Copyright (c) 2021-2022, Node Contributors
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.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/conestack/node.ext.zodb",
    "name": "node.ext.zodb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "node odict zodb persistent tree",
    "author": "Node Contributors",
    "author_email": "dev@conestack.org",
    "download_url": "https://files.pythonhosted.org/packages/10/7b/6a30e17994d5004dcc6822378bfef3818556e8e859f990ac87cb1d181974/node.ext.zodb-1.6.tar.gz",
    "platform": null,
    "description": "node.ext.zodb\n=============\n\n.. image:: https://img.shields.io/pypi/v/node.ext.zodb.svg\n    :target: https://pypi.python.org/pypi/node.ext.zodb\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/node.ext.zodb.svg\n    :target: https://pypi.python.org/pypi/node.ext.zodb\n    :alt: Number of PyPI downloads\n\n.. image:: https://github.com/conestack/node.ext.zodb/actions/workflows/test.yaml/badge.svg\n    :target: https://github.com/conestack/node.ext.zodb/actions/workflows/test.yaml\n    :alt: Test node.ext.zodb\n\n\nOverview\n========\n\n``node.ext.zodb`` is a persistent node implementation for the ZODB.\n\nFor more information about ``node`` see https://pypi.python.org/pypi/node\n\n\nSource Code\n===========\n\nThe sources are in a GIT DVCS with its main branches at\n`github <http://github.com/conestack/node.ext.zodb>`_.\n\nWe'd be happy to see many forks and pull-requests to make it even better.\n\n\nPython Versions\n===============\n\n- Python 2.7, 3.7+\n\n\nContributors\n============\n\n- Robert Niederreiter (Author)\n- Jens Klein\n\n\nChanges\n=======\n\n1.6 (2022-12-05)\n----------------\n\n- Pass ``name`` and ``parent`` as keyword arguments all over the place.\n  Preparation for use of ``NodeInit`` behavior instead of ``DefaultInit``.\n  [rnix]\n\n\n1.5 (2022-03-21)\n----------------\n\n- Replace deprecated use of ``Storage`` by ``MappingStorage``.\n  [rnix]\n\n- Replace deprecated use of ``Nodify`` by ``MappingNode``.\n  [rnix]\n\n- Replace deprecated use of ``Adopt`` by ``MappingAdopt``.\n  [rnix]\n\n- Replace deprecated use of ``NodeChildValidate`` by ``MappingConstraints``.\n  [rnix]\n\n- Replace deprecated use of ``allow_non_node_childs`` by ``child_constraints``.\n  [rnix]\n\n\n1.4 (2021-10-21)\n----------------\n\n- Implement ``_list_factory`` on ``Podict`` and ``OOBTodict`` and use\n  ``PersistentList`` for internal double linked list triples to allow\n  transaction property detect changes.\n  [rnix, jensens]\n\n- Drop ZODB3.\n  [rnix]\n\n\n1.3 (2020-07-09)\n----------------\n\n- Access ``attrs`` when initializing nodes with ``ZODBAttributes`` behavior\n  applied to avoid lazy creation. Needed to prevent ``_p_changed`` being set on\n  first access.\n  [rnix, 2020-06-23]\n\n- Access ``storage`` when initializing nodes with ``PodictStorage`` or\n  ``OOBTodictStorage`` behaviors applied to avoid lazy creation. Needed\n  to prevent ``_p_changed`` being set on first access.\n  [rnix, 2020-06-23]\n\n- Use ``plumb`` instead of overriding ``__setattr__`` to change ``__parent__``\n  name to ``_v_parent`` on ``ZODBBehavior``.\n  [rnix, 2020-06-23]\n\n- Use ``plumb`` instead of overriding ``__getitem__`` to set parent on\n  ``ZODBBehavior``.\n  [rnix, 2020-02-28]\n\n\n1.2 (2017-07-18)\n----------------\n\n- Add python 3 support.\n  [rnix, 2017-06-24]\n\n- Add ``keys`` to ``OOBTodict`` and accept any number of ``*args`` and ``**kw``\n  to match expected contract by ``OOBTree`` and Fix tests with ZODB 5.\n  [rnix, 2017-06-22]\n\n- Add ``__nonzero__`` and ``__bool__`` to ``OOBTodict`` in order to make it\n  work properly with ZODB 5.\n  [rnix, 2017-06-22]\n\n- Use ``@property`` and ``@property.setter`` for ``OOBTodict.lh`` and\n  ``OOBTodict.lt``.\n  [rnix, 2017-06-22]\n\n\n1.1.1\n-----\n\n- Change ``ZODB`` install requirement to ``ZODB3``. Latter one is a meta\n  package as of version 3.11.0 and installs ``ZODB``\n  [rnix, 2017-06-19]\n\n\n1.1\n---\n\n- Remove superfluous ``__repr__`` function from ``OOBTodict``. ``odict``\n  package properly outputs class name as of version 1.6.2.\n  [rnix, 2017-06-14]\n\n- Fix ``volatile_property`` to work on classes overwriting ``__getattr__``.\n  [rnix, 2017-06-14]\n\n- Use ``plumbing`` decorator instead of ``__metaclass__`` and ``__plumbing__``\n  class attributes.\n  [rnix, 2017-06-14]\n\n\n1.0.1\n-----\n\n- Add maintenance utilities.\n  [rnix, 2014-05-13]\n\n- Cleanup tests.\n  [rnix, 2014-05-13]\n\n\n1.0\n---\n\n- initial\n  [rnix]\n\n\nLicense\n=======\n\nCopyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland\nCopyright (c) 2021-2022, Node Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice, this\n  list of conditions and the following disclaimer in the documentation and/or\n  other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n",
    "bugtrack_url": null,
    "license": "Simplified BSD",
    "summary": "Node Implementation with ZODB persistence",
    "version": "1.6",
    "split_keywords": [
        "node",
        "odict",
        "zodb",
        "persistent",
        "tree"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "04e85543522526e1a037e7396d07ac62",
                "sha256": "667a580421e10ae23cf4a86598bbaedebaa6f630c228fa3e765799bda4327f79"
            },
            "downloads": -1,
            "filename": "node.ext.zodb-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04e85543522526e1a037e7396d07ac62",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12613,
            "upload_time": "2022-12-05T11:53:16",
            "upload_time_iso_8601": "2022-12-05T11:53:16.952650Z",
            "url": "https://files.pythonhosted.org/packages/43/eb/29ff611d95f95e0feb7c953a67f323927b33d0c17c4d1a2fe7744bd971fe/node.ext.zodb-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9e7f246fcecc9d6ecdadf3c1e47ba926",
                "sha256": "03a14b1e59437a1a347eec2e505dc45122b8ab557b369f260d7348cf913afac1"
            },
            "downloads": -1,
            "filename": "node.ext.zodb-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9e7f246fcecc9d6ecdadf3c1e47ba926",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13258,
            "upload_time": "2022-12-05T11:53:19",
            "upload_time_iso_8601": "2022-12-05T11:53:19.021162Z",
            "url": "https://files.pythonhosted.org/packages/10/7b/6a30e17994d5004dcc6822378bfef3818556e8e859f990ac87cb1d181974/node.ext.zodb-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 11:53:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "conestack",
    "github_project": "node.ext.zodb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "node.ext.zodb"
}
        
Elapsed time: 0.01579s