[build] type = "python" [dependencies] build = [ "python-hatch-vcs", "python-setuptools-scm", "python-wheel", "git" ] optional = [ "python-graphviz", "python-twisted", ] runtime = ["python"] [package] description = "Self-service finite-state machines for the programmer on the go." homepage = "https://github.com/glyph/automat" license = "MIT" name = "python-automat" version = "25.4.16" [[source]] extract_dir = "$name-$version" url = "https://github.com/glyph/automat.git#v$version"