Metadata-Version: 1.1
Name: serialization
Version: 1.1.0
Summary: Smart serialization library for Python language
Home-page: https://github.com/pragmaticcoders/serialization
Author: Sebastien Merle, Marek Kowalski, Mateusz Probachta
Author-email: ['s.merle@gmail.com,kowalski0123@gmail.com,mateusz.probachta@pragmaticcoders.com']
License: GPL
Description: ===============================
        Serialization
        ===============================
        
        .. image:: https://img.shields.io/travis/pragmaticcoders/serialization.svg
                :target: https://travis-ci.org/pragmaticcoders/serialization
        
        .. image:: https://img.shields.io/pypi/v/serialization.svg
                :target: https://pypi.python.org/pypi/serialization
        
        
        Smart serialization library for Python language
        
        * Free software: MIT license
        * Documentation: https://serialization.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        .. :changelog:
        
        History
        -------
        
        1.0.0 (2016-03-09)
        ---------------------
        * First release on PyPI.
        * Separate from `https://github.com/f3at/feat`
        
Keywords: serialization
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
