Metadata-Version: 2.1
Name: sureberus
Version: 0.12.0
Summary: Validation & transformation.
Home-page: UNKNOWN
Author: Christopher Armstrong
License: MIT
Project-URL: Source Code, https://github.com/radix/sureberus/
Project-URL: Documentation, https://radix.github.io/sureberus/
Description: # Sureberus
        
        Sureberus is a data validation and transformation tool that is useful for validating and normalizing "documents" (nested data structures of basic Python data-types). You provide a schema which describes the expected structure of an object (and optionally, various directives that modify that structure), along with a document to validate and transform, and it returns the new version.
        
        Sureberus's schema format is based on [Cerberus](https://github.com/pyeve/cerberus/). It doesn't implement all of the features of that library, and where it does implement a feature it doesn't always implement it in the exact same way.
        
        ## Documentation
        
        There is relatively complete documentation at <a href="https://radix.github.io/sureberus/">radix.github.io/sureberus</a>.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
