Metadata-Version: 1.1
Name: Relief
Version: 0.1.0
Summary: datastructure validation
Home-page: https://github.com/DasIch/relief
Author: Daniel Neuhäuser
Author-email: ich@danielneuhaeuser.de
License: BSD
Description: Relief
        ======
        
        .. image:: https://travis-ci.org/DasIch/relief.png?branch=master
           :target: https://travis-ci.org/DasIch/relief
        
        .. image:: https://coveralls.io/repos/DasIch/relief/badge.png?branch=master
           :target: https://coveralls.io/r/DasIch/relief?branch=master
        
        Relief provides validation and mapping of datastructures inspired by Flatland_.
        Unlike Flatland which is designed specifically with mapping and validation of
        HTML forms, Relief attempts to be more general to allow usage and modeling of
        any kind of untrusted data.
        
        Relief is licensed under a 3-clause BSD license. See LICENSE.rst for more
        details.
        
        Read the documentation at `read the docs`_.
        
        .. _Flatland: http://discorporate.us/projects/flatland/
        .. _read the docs: https://relief.readthedocs.org
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
