Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 1.0KB

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.1
  2. Name: Automat
  3. Version: 22.10.0
  4. Summary: Self-service finite-state machines for the programmer on the go.
  5. Home-page: https://github.com/glyph/Automat
  6. Author: Glyph
  7. Author-email: glyph@twistedmatrix.com
  8. License: MIT
  9. Keywords: fsm finite state machine automata
  10. Classifier: Intended Audience :: Developers
  11. Classifier: License :: OSI Approved :: MIT License
  12. Classifier: Operating System :: OS Independent
  13. Classifier: Programming Language :: Python
  14. Classifier: Programming Language :: Python :: 2
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. License-File: LICENSE
  22. Requires-Dist: attrs (>=19.2.0)
  23. Requires-Dist: six
  24. Provides-Extra: visualize
  25. Requires-Dist: graphviz (>0.5.1) ; extra == 'visualize'
  26. Requires-Dist: Twisted (>=16.1.1) ; extra == 'visualize'