ringer

Large-scale data structures hosted on the file-system


Keywords
buffer, circular-buffer, filesystem, in-memory, large-scale, python, python-package, python3
License
MIT
Install
pip install ringer==0.0.4

Documentation

ringer

PyPI Read the Docs Travis (.org) branch Coveralls github GitHub GitHub stars

Description

Large-scale data structures hosted on the file-system.

Installation

You can install the latest ringer version via pip:

pip install ringer

Usage

[TODO]

Development

You can install it simply typing:

python setup.py install

To run the tests perform:

python -m unittest discover tests

License