News

Store is a Python class that uses a dictionary to work as a simple key-value in-memory store. The basic usage is like this. Unit tests for all the class methods are in test-store.py. The use-store.py ...