A generic key-store library.
Project description
anguis
Latet anguis in herba (Virgil, Eclogues, 3, 93)
anguis is a generic key-store library in Python.
Currently, the following backends are supported:
filesystem
Etcd
Git
Redis
SFTP
Sqlite
Rationale
TODO
Installation
From source:
$ python setup.py install
From PyPI:
$ pip3 install anguis
Example of usage
from anguis import anguisFS cache = anguisFS.AnguisFS() cache['foo'] = 'bar' print(cache['foo']) # bar del(cache['foo']) print(cache['foo']) # None
History
0.3.3 (2021-02-03)
Fix imports.
0.3.2 (2021-02-03)
Restructure.
0.3.0 (2021-02-03)
Dict-like behavior, added support for Sqlite, package restructured.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
anguis-0.3.3.tar.gz
(10.9 kB
view hashes)