Metadata-Version: 2.1
Name: gevent-fsm
Version: 0.2.2
Summary: Finite State Machines with Gevent
Home-page: https://github.com/benthomasson/gevent-fsm
Author: Ben Thomasson
Author-email: ben.thomasson@gmail.com
License: Apache Software License 2.0
Keywords: gevent_fsm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: gevent
Requires-Dist: docopt
Requires-Dist: requests

==========
Gevent FSM
==========


.. image:: https://img.shields.io/pypi/v/gevent_fsm.svg
        :target: https://pypi.python.org/pypi/gevent_fsm

.. image:: https://img.shields.io/travis/benthomasson/gevent_fsm.svg
        :target: https://travis-ci.org/benthomasson/gevent_fsm

.. image:: https://readthedocs.org/projects/gevent-fsm/badge/?version=latest
        :target: https://gevent-fsm.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Finite State Machines with Gevent


* Free software: Apache Software License 2.0
* Documentation: https://gevent-fsm.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-11-08)
------------------

* First release on PyPI.

0.2.0 (2018-11-09)
------------------

* Adds the tools get_fsm and fsm_generate_diffs

0.2.1 (2018-11-09)
------------------

* Fixes python 3 import statement


0.2.2 (2019-01-17)
------------------

* Fixes packaging of gevent.tools




