Metadata-Version: 1.1
Name: kylie
Version: 0.1.0
Summary: Kylie provides mappings between JSON data structures and Python objects.
Home-page: https://github.com/judy2k/kylie
Author: Mark Smith
Author-email: mark.smith@practicalpoetry.co.uk
License: BSD
Description: =====
        Kylie
        =====
        
        .. image:: https://img.shields.io/travis/judy2k/kylie.svg
                :target: https://travis-ci.org/judy2k/kylie
        
        .. image:: https://img.shields.io/pypi/v/kylie.svg
                :target: https://pypi.python.org/pypi/kylie
        
        
        Kylie provides mappings between JSON data structures and Python objects.
        
        * Free software: BSD license
        * Documentation: https://kylie.readthedocs.org.
        
        Features
        --------
        
        * Allows properties to have different names between Models and python dictionary keys.
        * Allows type conversion when serializing and deserializing objects.
        * Automatic serialization/deserialization of attributes that are also Models.
        
        
        
        
        History
        -------
        
        0.1.0 (2015-04-12)
        ---------------------
        
        * First release on PyPI.
        
Keywords: kylie
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
