Skip to main content

A generic key-store library.

Project description

anguis

https://img.shields.io/pypi/v/anguis.svg https://img.shields.io/travis/reale/anguis.svg Documentation Status Updates

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

  • memcached

  • SFTP

  • Sqlite

  • AWS S3

  • Google Drive

Rationale

TODO

Installation

From source:

$ python setup.py install

From PyPI:

$ pip3 install anguis

Example of usage

from anguis.fs import AnguisFS

cache = AnguisFS()

cache['foo'] = 'bar'
print(cache['foo'])
# bar

del(cache['foo'])
print(cache['foo'])
# None

History

0.3.6 (2021-02-05)

  • AWS S3 support.

0.3.5 (2021-02-03)

  • Partial support for Google Drive.

0.3.4 (2021-02-03)

  • Partial support for memcached.

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


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.6.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

anguis-0.3.6-py2.py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page