Metadata-Version: 1.1
Name: serafin
Version: 0.9.10
Summary: Python library that implementing selective serialization
Home-page: http://github.com/novopl/serafin
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description: 
        #######
        serafin
        #######
        
        **serafin** is a python library that allows to selectively serialize different
        kinds of python object into something that can be dumped to JSON or YAML.
        
        .. readme_inclusion_marker
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pip install serafin
        
        
        Contributing
        ============
        
        Setting up development repo
        ---------------------------
        
        .. code-block:: shell
        
            $ git clone git@github.com:novopl/serafin.git
            $ cd serafin
            $ virtualenv env
            $ source ./env/bin/activate
            $ pip install -r devrequirements.txt
        
Keywords: serafin serialize serialization json config
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
