1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-fysom
Maintainer: Marcin Kulisz <debian@kulisz.net>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
debhelper (>= 10~),
dh-python,
python3-all,
python3-setuptools,
Build-Depends-Indep: dh-sequence-python3
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/fysom
Vcs-Git: https://salsa.debian.org/debian/python-fysom.git
Vcs-Browser: https://salsa.debian.org/debian/python-fysom
Package: python3-fysom
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: pYthOn Finite State Machine (Python3 package)
This is standalone Python micro-framework providing a finite state machine.
.
Originally implemented in Java by Jake Gordon.
.
This is the Python 3 version of the package.
|