Metadata-Version: 1.1
Name: black-magic
Version: 0.0.2
Summary: Decorator utility that operates on black magic
Home-page: https://github.com/coldfix/black-magic
Author: Thomas Gläßle
Author-email: t_glaessle@gmx.de
License: Public Domain
Description: black-magic
        -----------
        
        Collection of metaprogramming modules that operate on black magic!
        
        Currently the only available module is:
        
        -  ``black_magic.decorator``
        
        License
        ~~~~~~~
        
        To the extent possible under law, Thomas Gläßle has waived all copyright
        and related or neighboring rights to black-magic. This work is published
        from: Germany.
        
        To the extent possible under law, the person who associated CC0 with
        black-magic has waived all copyright and related or neighboring rights
        to black-magic.
        
        You should have received a copy of the CC0 legalcode along with this
        work. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
        
        black\_magic.decorator
        ~~~~~~~~~~~~~~~~~~~~~~
        
        This is intended to become a more modern and flexible replacement for
        the the well known
        `decorator <https://pypi.python.org/pypi/decorator/3.4.0>`__ module.
        This module benefits an API for more flexible usage. The behaviour of
        the `decorator <https://pypi.python.org/pypi/decorator/3.4.0>`__ module
        can easily be duplicated.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
