Dobbin

Latest version: v0.3

Safety actively analyzes 622788 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3

----------------

- Add support for Python 3.

- Use C-optimized pickle module when available.

0.2

----------------

- Subclasses may now override existing methods (e.g. ``__setattr__``)
and use ``super`` to get at the overriden method.

- Transactions now see data in isolation.

- When a persistent object is first created, its state is immediately
local. This allows an ``__init__`` method to initialize the object.

- Added method to create a snapshot in time of an existing database.

- Added ``PersistentDict`` class.

- The ``Persistent`` class is now persisted as changesets rather than
complete object state.

- Set up tests to run using the nose testrunner (or using setuptools).

0.1

----------------

- Initial public release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.