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
- Host: GitHub
- URL: https://github.com/garciparedes/ringer
- Owner: garciparedes
- License: mit
- Created: 2019-04-15T17:48:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:30:04.000Z (over 2 years ago)
- Last Synced: 2025-10-08T10:46:57.544Z (6 months ago)
- Topics: buffer, circular-buffer, filesystem, in-memory, large-scale, python, python-package, python3
- Language: Python
- Homepage: https://ringer.readthedocs.io/
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ringer
[](https://pypi.org/project/ringer)
[](https://ringer.readthedocs.io/)
[](https://travis-ci.org/garciparedes/ringer/branches)
[](https://coveralls.io/github/garciparedes/ringer)
[](https://github.com/garciparedes/ringer/blob/master/LICENSE)
[](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)**.