Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelletier/redistree
A simple Python library designed to create a virtual filesystem on top of Redis.
https://github.com/pelletier/redistree
Last synced: 25 days ago
JSON representation
A simple Python library designed to create a virtual filesystem on top of Redis.
- Host: GitHub
- URL: https://github.com/pelletier/redistree
- Owner: pelletier
- Created: 2011-03-04T14:27:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-12T09:36:19.000Z (over 12 years ago)
- Last Synced: 2024-05-08T17:39:15.496Z (6 months ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redistree
[![Build Status](https://secure.travis-ci.org/pelletier/redistree.png?branch=master)](http://travis-ci.org/pelletier/redistree)
Redistree is a simple Python library designed to create a virtual filesystem on
top of Redis.## Run tests
You can run tests using nose:
nosetests (--rednose)
If you want to time tests, use `nose-timetests`:
python nose-timetests.py --with-test-timer -sv (--rednose)