Metadata-Version: 2.1
Name: ringer
Version: 0.0.4
Summary: Large-scale data structures hosted on the file-system
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

[![PyPI](https://img.shields.io/pypi/v/ringer.svg)](https://pypi.org/project/ringer)
[![Read the Docs](https://img.shields.io/readthedocs/ringer.svg)](https://ringer.readthedocs.io/)
[![Travis (.org) branch](https://img.shields.io/travis/garciparedes/ringer/master.svg)](https://travis-ci.org/garciparedes/ringer/branches)
[![Coveralls github](https://img.shields.io/coveralls/github/garciparedes/ringer.svg)](https://coveralls.io/github/garciparedes/ringer)
[![GitHub](https://img.shields.io/github/license/garciparedes/ringer.svg)](https://github.com/garciparedes/ringer/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/garciparedes/ringer.svg)](https://github.com/garciparedes/ringer)

## Description 

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


## Installation

You can install the latest ``ringer`` version via ``pip``:

```bash
pip install ringer
```


## 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
```

## License

- This project is licensed under **[MIT license](http://opensource.org/licenses/mit-license.php)**.


