Metadata-Version: 2.0
Name: stately
Version: 0.1.0
Summary: Dignified state transitions for Python
Home-page: https://github.com/folz/stately
Author: Rodney Folz
Author-email: pypi@rodneyfolz.com
License: MPL-2.0
Keywords: finite state machine transition redux
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.5
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

stately
-------

Dignified state transitions for Python.


