Metadata-Version: 2.0
Name: sanest
Version: 0.1.0
Summary: sane nested dictionaries and lists
Home-page: https://github.com/wbolster/sanest
Author: wouter bolsterlee
Author-email: wouter@bolsterl.ee
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules

======
sanest
======

*sane nested dictionaries and lists*

.. image:: https://travis-ci.org/wbolster/sanest.svg?branch=master
    :target: https://travis-ci.org/wbolster/sanest

*sanest* is a python (3+) library that makes it easy to work with nested
dictionaries and lists, such as those commonly used in json formats,
without losing your sanity.

* Documentation: https://sanest.readthedocs.io/

* Python Package Index (PyPI): https://pypi.python.org/pypi/sanest/

* Source code and issue tracker: https://github.com/wbolster/sanest


