Metadata-Version: 1.1
Name: annotate
Version: 0.3.3
Summary: Decorator to set a function's __annotations__ like Py3
Home-page: http://pypi.python.org/pypi/annotate/
Author: Adam Karpierz
Author-email: python@python.pl
License: zlib/libpng License ; http://opensource.org/licenses/zlib
Download-URL: http://pypi.python.org/pypi/annotate/
Description: Introduction
        ============
        
        Function annotations for Python2.
        
        Features
        ========
        
        @annotate
        
        - Decorator to set a function's __annotations__ like Py3.
        
          http://www.python.org/dev/peps/pep-3107/
        
        Overview
        ========
        
        TODO...
        
        Examples
        ========
        
        TODO...
        
        Credits
        =======
        
        Authors
        -------
        
        * Adam Karpierz <python@python.pl>
        
        Installation
        ============
        
        ::
        
            $ pip install --upgrade annotate
        
        Prerequisites
        -------------
        
        + Python 2.6 or higher
        
          * http://www.python.org/
          * Versions lower than 2.6 WON'T WORK.
          * 2.7 is the primary test environment.
        
        + pip or setuptools
        
          * http://pypi.python.org/pypi/pip
          * http://pypi.python.org/pypi/setuptools
         
        License
        -------
        
          zlib/libpng License
        
          http://opensource.org/licenses/zlib
        
        Changelog
        =========
        
        0.3.3 (2014-09-15)
        ------------------
           - Add wheels.
        
        0.3.2 (2014-09-13)
        ------------------
           - Standarize package.
        
        0.3.0 (2014-09-06)
        ------------------
           - Standarize package.
           - Cosmetic changes.
        
        0.2.6 (2014-06-10)
        ------------------
           - Portable setup.py.
        
        0.2.5 (2014-06-10)
        ------------------
           - Cosmetic changes.
        
        0.2.3 (2012-10-13)
        ------------------
           - Initial release.
        
Keywords: annotate,decorator
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: annotate
