Metadata-Version: 1.1
Name: revise
Version: 0.0.1
Summary: Simple Schemas for JSON Validation
Home-page: http://github.com/rhyselsmore/revise
Author: Rhys Elsmore
Author-email: me@rhys.io
License: Copyright 2013 Rhys Elsmore

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
Description: Revise
        ======
        
        
        .. image:: https://travis-ci.org/rhyselsmore/revise.png?branch=master
                :target: https://travis-ci.org/rhyselsmore/revise
        
        .. image:: https://pypip.in/d/revise/badge.png
                :target: https://crate.io/packages/revise/
        
        Easily Transform and Validate JSON.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install revise
        
        Contribute
        ----------
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
        #. Fork `the repository`_ on Github to start making your changes to the **master** branch (or branch off of it).
        #. Write a test which shows that the bug was fixed or that the feature works as expected.
        #. Send a pull request and bug the maintainer until it gets merged and published.
        
        .. _`the repository`: http://github.com/rhyselsmore/revise
        
        History
        =======
        
        0.0.1 (7/10/2013)
        -----------------
        
        - Conception.
        - Initial Commit of Package to GitHub.
        - First Release.
Platform: any
Classifier: Development Status :: 4 - Beta
