One
===


.. toctree::
   :maxdepth: 2

More
----

To install the latest version::

    pip install -U simplere

To ``easy_install`` under a specific Python version (3.3 in this example)::

    python3.3 -m easy_install --upgrade simplere

(You may need to prefix these with "sudo " to authorize installation.)

.. py:function:: enumerate(sequence[, start=0])

   Return an iterator that yields tuples of an index and an item of the
   *sequence*. (And so on.)

.. autofunction:: simplere.testo

.. autoclass:: simplere.ReMatch
   :members: __all__


