Skip to content

v1.1.0 Working locally with s2.db

Latest
Compare
Choose a tag to compare
@mirandrom mirandrom released this 31 Mar 17:56
· 21 commits to master since this release

s2.db: classes in this module inherit MutableMapping and provide a common dict-like interface for storing/retrieving S2 objects in a backend-agnostic manner. This release includes a first simple attempt at such a class: JsonS2PaperDB and JsonS2AuthorDB which work with flat json files and are adequate for working locally in an exploratory phase.