Metadata-Version: 2.1
Name: ringer
Version: 0.0.1
Summary: Large-scale circular buffering supported by both in-memory and file-system patterns
Home-page: https://github.com/garciparedes/ringer
Author: Sergio García Prado
Author-email: sergio@garciparedes.me
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# ringer

## Description 

Large-scale circular buffering supported by both in-memory and file-system patterns.

## Installation
[TODO]

## Usage
[TODO]

## Development

You can install it simply typing:

```bash
python setup.py install
```

To run the tests perform:

```bash
python -m unittest discover tests
```


