An open API service indexing awesome lists of open source software.

https://github.com/garciparedes/ringer

Large-scale data structures hosted on the file-system
https://github.com/garciparedes/ringer

buffer circular-buffer filesystem in-memory large-scale python python-package python3

Last synced: about 1 month ago
JSON representation

Large-scale data structures hosted on the file-system

Awesome Lists containing this project

README

          

# 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)**.