Skip to content

fetinin/persistent_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persistent dictionary for Python

Python >= 3.5 required

Install

pip install git+https://github.com/What-If-I/persistent_dict --user

Usage

from persistent_dict import PersistentDict
d = PersistentDict()
d['a'] = 'test'

Install for development

git clone https://github.com/What-If-I/persistent_dict
cd persistent_dict
pip install .[dev] --user

Run tests

pytest .

Tests coverage

pytests . --cov=./
coverage html

About

Persistent dictionary for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages