Metadata-Version: 2.1
Name: serialization
Version: 1.2.2
Summary: Smart serialization library for Python language
Home-page: https://github.com/rumblefishdev/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.2.0 (2016-05-16)
        ------------------
        
        * Add VersionedFormatable (forgotten to migrate from feat)
        * Make it possible for the serializer to specify the VERSION_ATOM to be used.
        
        
        1.1.0 (2016-04-29)
        ------------------
        
        * Simplify imports of interfaces.
        
        
        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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: sexp
