Metadata-Version: 2.1
Name: exc
Version: 0.92
Summary: Easy on-the-fly exception subclassing.
Home-page: https://github.com/breuleux/exc
Author: Olivier Breuleux
Author-email: olivier@breuleux.net
License: BSD
Download-URL: https://github.com/downloads/breuleux/exc/exc.tar.gz
Keywords: exceptions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Utilities

Provides exception classes which can be subclassed with [] notation, allowing developers to easily raise a different exception on every raising site.


