pysistency 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

pysistency 0.1.0

++++++++++Pysistency++++++++++Python containers with persistency|landscape| |travis| |codecov|`pysistency` provides clones of standard containers backed by persistent datastorage. These containers allow to wrk with data too large for memory, and toseamlessly keep data across program executions... |landscape| image:: https://landscape.io/github/maxfischer2781/pysistency/master/landscape.svg?style=flat :target: https://landscape.io/github/maxfischer2781/pysistency/develop :alt: Code Health.. |travis| image:: https://travis-ci.org/maxfischer2781/pysistency.svg?branch=develop :target: https://travis-ci.org/maxfischer2781/pysistency :alt: Test Health.. |codecov| image:: https://codecov.io/gh/maxfischer2781/pysistency/branch/develop/graph/badge.svg :target: https://codecov.io/gh/maxfischer2781/pysistency :alt: Code Coverage.. contents:: **Table of Contents** :depth: 2Containers==========Efficiently implementing each container requires code tailored to its datastructure and usage. Each implementation is developed separately from others.================ =========================================== ==============Python Pysistency Status================ =========================================== ==============`dict` `pysistency.pdict.PersistentDict` Stable`list` `pysistency.plist.PersistentList` Experimental================ =========================================== ==============The following `Status` categories are used:**Experimental** Public interfaces and data storage may change at any time. Functionality is lacking.**Stable** Core functionality fully implemented, data storage will remain stable. Some functionality still missing.**Complete** All functionality available. Internal implementation details may change.**Done** All functionality available, internal implementation stable, passes all applicable, official tests.Where's X?==========Priority for new/existing types depends mostly on ease of implementation andneed. If you require a specific type or interface, let me know.Backends========The containers of `pysistency` rely on backends to store data. This allowsswitching the storage backend for each container. Currently, there is onlyone backend: a file-based backend using `pickle`.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.