Skip to content

Large-scale data structures hosted on the file-system

License

Notifications You must be signed in to change notification settings

garciparedes/ringer

Repository files navigation

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