We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12bdbe0 + b68003b commit 2d09bd4Copy full SHA for 2d09bd4
package.xml
@@ -0,0 +1,13 @@
1
+<?xml version="1.0"?>
2
+<package format="2">
3
+ <name>python-transitions</name>
4
+ <version>0.4.3</version>
5
+ <description>A lightweight, object-oriented finite state machine implementation in Python</description>
6
+ <maintainer email="[email protected]">Tal Yarkoni</maintainer>
7
+ <license>MIT License</license>
8
+
9
+ <buildtool_depend>python</buildtool_depend>
10
+ <exec_depend>six</exec_depend>
11
12
+ <export><build_type>python</build_type></export>
13
+</package>
0 commit comments