123456789101112131415161718192021222324252627 |
- Metadata-Version: 2.1
- Name: Automat
- Version: 22.10.0
- Summary: Self-service finite-state machines for the programmer on the go.
- Home-page: https://github.com/glyph/Automat
- Author: Glyph
- Author-email: glyph@twistedmatrix.com
- License: MIT
- Keywords: fsm finite state machine automata
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: OS Independent
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Classifier: Programming Language :: Python :: 3.7
- Classifier: Programming Language :: Python :: 3.8
- License-File: LICENSE
- Requires-Dist: attrs (>=19.2.0)
- Requires-Dist: six
- Provides-Extra: visualize
- Requires-Dist: graphviz (>0.5.1) ; extra == 'visualize'
- Requires-Dist: Twisted (>=16.1.1) ; extra == 'visualize'
|