Metadata-Version: 2.1
Name: exceptive
Version: 0.1.7
Summary: Exceptive is a Python library that makes exception handling more programmatic and debuggable.
Home-page: https://github.com/erayerdin/exceptive
Author: Eray Erdin
Author-email: eraygezer.94@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/erayerdin/exceptive/archive/master.zip
Description: # Exceptive
        
        [![PyPI - Version](https://img.shields.io/pypi/v/exceptive.svg)](https://pypi.org/project/exceptive/)
        [![PyPI - License](https://img.shields.io/pypi/l/exceptive.svg)](LICENSE.txt)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/exceptive.svg)](https://pypi.org/project/exceptive/)
        [![PyPI - Status](https://img.shields.io/pypi/status/exceptive.svg)](https://pypi.org/project/exceptive/)
        [![Travis](https://img.shields.io/travis/erayerdin/exceptive.svg)](http://travis-ci.org/erayerdin/exceptive)
        [![Coveralls github](https://img.shields.io/coveralls/github/erayerdin/exceptive.svg)](https://coveralls.io/github/erayerdin/exceptive)
        
        Exceptive is a Python library that makes exception handling more programmatic
        and debuggable.
        
        ## Documentation
        
        [Read the documentation](http://exceptive.readthedocs.io).
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
