Skip to content

markus61/selfstoredict

Repository files navigation

selfstoredict

a python class delivering a dict that stores itself into a JSON file.

install:

"pip install git+https://github.com/markus61/selfstoredict.git"

usage: all you do is, you call 'mydict = SelfStoreDict("mydict.json")'. from now on, whatever you add to the dict will be stored in 'mydict.json'. please have a look at the supplied tests and the source. have fun!

/markus

About

a python class delivering a dict that stores itself into a JSON file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages