itf-py 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of itf-py might be problematic. Click here for more details.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: itf-py
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary: Python library to parse and emit Apalache ITF
|
|
3
|
+
Version: 0.2.2
|
|
4
|
+
Summary: Python library to parse and emit Apalache/Quint traces in ITF JSON
|
|
5
5
|
Keywords: itf,trace,parser,tlaplus,apalache,quint
|
|
6
6
|
Author: Igor Konnov
|
|
7
7
|
Author-email: igor@konnov.phd
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "itf-py"
|
|
3
|
-
version = "0.2.
|
|
4
|
-
description = "Python library to parse and emit Apalache ITF
|
|
3
|
+
version = "0.2.2"
|
|
4
|
+
description = "Python library to parse and emit Apalache/Quint traces in ITF JSON"
|
|
5
5
|
homepage = "https://github.com/konnov/itf-py"
|
|
6
6
|
authors = ["Igor Konnov <igor@konnov.phd>"]
|
|
7
7
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|