Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)