Metadata-Version: 2.1
Name: persist
Version: 3.0
Summary: Persistent importable archival of python objects to disk
Home-page: https://bitbucket.org/mforbes/persist
Author: Michael McNeil Forbes
Author-email: michael.forbes+bitbucket@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: zope.interface (>=3.8.0)
Requires-Dist: six
Provides-Extra: doc
Requires-Dist: mmf-setup ; extra == 'doc'
Requires-Dist: sphinx (>=1.3.1) ; extra == 'doc'
Requires-Dist: sphinxcontrib-zopeext ; extra == 'doc'
Requires-Dist: nbsphinx (>=0.2.13) ; extra == 'doc'

Persistent archival of python objects in an importable format.

The method of archival is essentially pickling to disk for long term storage in
a human readable format.  The archives use importable code and so are
relatively robust to code changes (in the event that an interface changes, one
can manually edit the archive making appropriate changes). Large binary data is
stored in hdf5 format for efficiency.

**Source:**
  https://bitbucket.org/mforbes/persist
**Issues:**
  https://bitbucket.org/mforbes/persist/issues



