Metadata-Version: 1.1
Name: cdumay-error
Version: 0.1.15
Summary: Generic error library
Home-page: https://github.com/cdumay/cdumay-error
Author: Cedric DUMAY
Author-email: cedric.dumay@gmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/v/cdumay-error.svg
           :target: https://pypi.python.org/pypi/cdumay-error/
           :alt: Latest Version
        
        .. image:: https://travis-ci.org/cdumay/cdumay-error.svg?branch=master
           :target: https://travis-ci.org/cdumay/cdumay-error
           :alt: Latest version
        
        
        .. image:: https://readthedocs.org/projects/cdumay-error/badge/?version=latest
           :target: http://cdumay-error.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://readthedocs.org/projects/cdumay-error/badge/?version=latest
          :target: http://cdumay-error.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        ************
        cdumay-error
        ************
        
        cdumay-error is a basic library used to standardize exception objects and to
        serialize them into json using `marshmallow`.
        
        Quickstart
        ==========
        
        First, install cdumay-error using `pip <https://pip.pypa.io/en/stable/>`_::
        
            pip install -U cdumay-error
        
        Project Links
        =============
        
        - Docs: http://cdumay-error.readthedocs.io/
        - PyPI: https://pypi.python.org/pypi/cdumay-error
        - Issues: https://github.com/cdumay/cdumay-error/issues
        
        License
        =======
        
        MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python
