Metadata-Version: 1.1
Name: jsmapper
Version: 0.1.5
Summary: A Object - JSON Schema Mapper.
Home-page: https://github.com/yosida95/python-jsmapper
Author: Kohei YOSHIDA
Author-email: license@yosida95.com
License: The MIT License (MIT) Copyright © 2014 Kohei YOSHIDA <license@yosida95.com>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Description: python-jsmapper
        ===============
        |travis|_ |coveralls|_ |pypibadge|_
        
        -----
        About
        -----
        A Object - JSON Schema Mapper.
        
        -------
        Install
        -------
        
        .. code:: shell
        
          $ pip install jsmapper
        
        Or
        
        .. code:: shell
        
          $ python setup.py install
        
        -------------
        Run the tests
        -------------
        
        .. code:: shell
        
          $ tox
        
        -------
        License
        -------
        python-jsmapper is licensed under the MIT LICENSE.  See ./LICENSE.rst.
        
        
        .. _travis: https://travis-ci.org/yosida95/python-jsmapper
        .. |travis| image:: https://travis-ci.org/yosida95/python-jsmapper.svg?branch=master
        
        .. _coveralls: https://coveralls.io/r/yosida95/python-jsmapper?branch=master
        .. |coveralls| image:: https://coveralls.io/repos/yosida95/python-jsmapper/badge.png?branch=master
        
        .. _pypibadge: http://badge.fury.io/py/jsmapper
        .. |pypibadge| image:: https://badge.fury.io/py/jsmapper.svg?dummy
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
