A collection of scripts and documents to ease the distribution of transitions.
The main distribution channel is PyPI.
pip install transitions
# install transitions with 'diagrams' extras which currently depends on pygraphviz
pip install transitions[diagrams]
Note that pygraphviz
depends on Graphviz and may require development dependencies to build successfully.
The SRPM package will be built from (a previously submitted) PyPI version and published via a custom COPR repository.
dnf copr enable aleneum/python-transitions
dnf install python3-transitions
# optionally install PyGraphviz to use (variants of) 'GraphMachine'
dnf install python3-graphviz
dnf --showduplicates list python3-transitions