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
