Metadata-Version: 2.0
Name: slovar
Version: 0.0.13
Summary: slovar
Home-page: UNKNOWN
Author: vahan
Author-email: aivosha@gmail.com
License: UNKNOWN
Keywords: dict slovar
Platform: UNKNOWN
Classifier: Programming Language :: Python
Requires-Dist: python-dateutil

# Slovar

Slovar is a dict-like object that can be filtered, collapsed, expanded, etc.

## Setting up & testing

    virtualenv .
    pip install -r requirements.test
    pytest
    pytest benchmarks/




