mustrd 0.2.6.1__py3-none-any.whl → 0.2.7a0__py3-none-any.whl
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.
- mustrd/README.adoc +33 -0
- mustrd/anzo_utils.py +121 -0
- mustrd/logger_setup.py +4 -0
- mustrd/model/triplestoreOntology.ttl +0 -8
- mustrd/model/triplestoreshapes.ttl +0 -3
- mustrd/mustrd.py +340 -204
- mustrd/mustrdAnzo.py +55 -130
- mustrd/mustrdGraphDb.py +3 -3
- mustrd/mustrdTestPlugin.py +137 -93
- {mustrd-0.2.6.1.dist-info → mustrd-0.2.7a0.dist-info}/METADATA +7 -8
- {mustrd-0.2.6.1.dist-info → mustrd-0.2.7a0.dist-info}/RECORD +14 -13
- {mustrd-0.2.6.1.dist-info → mustrd-0.2.7a0.dist-info}/WHEEL +1 -1
- mustrd/test/test_mustrd.py +0 -5
- {mustrd-0.2.6.1.dist-info → mustrd-0.2.7a0.dist-info}/LICENSE +0 -0
- {mustrd-0.2.6.1.dist-info → mustrd-0.2.7a0.dist-info}/entry_points.txt +0 -0
@@ -1,8 +1,7 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: mustrd
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.7a0
|
4
4
|
Summary: A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber.
|
5
|
-
Home-page: https://github.com/Semantic-partners/mustrd
|
6
5
|
License: MIT
|
7
6
|
Author: John Placek
|
8
7
|
Author-email: john.placek@semanticpartners.com
|
@@ -14,10 +13,11 @@ Classifier: Programming Language :: Python
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
16
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
17
17
|
Classifier: Topic :: Software Development :: Quality Assurance
|
18
18
|
Classifier: Topic :: Software Development :: Testing
|
19
19
|
Classifier: Topic :: Utilities
|
20
|
-
Requires-Dist: Jinja2 (==3.1.
|
20
|
+
Requires-Dist: Jinja2 (==3.1.5)
|
21
21
|
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
|
22
22
|
Requires-Dist: colorama (==0.4.6)
|
23
23
|
Requires-Dist: colorlog (>=6.7.0,<7.0.0)
|
@@ -26,11 +26,10 @@ Requires-Dist: flake8 (==7.0.0)
|
|
26
26
|
Requires-Dist: multimethods-py (>=0.5.3,<0.6.0)
|
27
27
|
Requires-Dist: numpy (>=1.26.0,<1.27.0)
|
28
28
|
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
|
29
|
-
Requires-Dist: pandas (>=
|
30
|
-
Requires-Dist:
|
31
|
-
Requires-Dist: pyshacl (>=0.23.0,<0.24.0)
|
29
|
+
Requires-Dist: pandas (>=2.0,<3.0)
|
30
|
+
Requires-Dist: pyshacl (>=0.30.0,<0.31.0)
|
32
31
|
Requires-Dist: pytest (>=7.2.0,<8.0.0)
|
33
|
-
Requires-Dist: rdflib (>=
|
32
|
+
Requires-Dist: rdflib (>=7.1.3,<8.0.0)
|
34
33
|
Requires-Dist: requests (>=2.28.2,<3.0.0)
|
35
34
|
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
36
35
|
Requires-Dist: toml (>=0.10.2,<0.11.0)
|
@@ -1,20 +1,22 @@
|
|
1
|
+
mustrd/README.adoc,sha256=E5KuShPEl2U6NmRzEAwZtAhBoyJsOvjGS1CM2UsbSQ4,1394
|
1
2
|
mustrd/README.md,sha256=CR08uZ4eNELHBdDRXAVKkRZ4hgQB9OXA7tFRy4ER-LI,1364
|
2
3
|
mustrd/TestResult.py,sha256=K4yth-rYrK6Pl7SFiTAZkUStBIzHlgq0oxSSpq5F34M,4849
|
3
4
|
mustrd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
mustrd/
|
5
|
+
mustrd/anzo_utils.py,sha256=4DXtdZo504Llzmc2fyhe13rLfJXk1mDUnUNDHA8N5YI,4483
|
6
|
+
mustrd/logger_setup.py,sha256=6Z3E5_h8vZFn4PZUyJVFdkgwFjDWthWEQVJsI9wQVVU,1720
|
5
7
|
mustrd/model/catalog-v001.xml,sha256=IEtaw3FK4KGQWKancEe1HqzUQTrKdk89vNxnoLKGF4o,381
|
6
8
|
mustrd/model/mustrdShapes.ttl,sha256=6-W8onQBWOwAvsIYLRGOk2FePSp4SPFfWd7dSuNC5ho,9456
|
7
9
|
mustrd/model/mustrdTestOntology.ttl,sha256=W7IRbPKrhpYFweZvc9QH8gdjBiuZMHKETIuHBepLnYw,2034
|
8
10
|
mustrd/model/mustrdTestShapes.ttl,sha256=5PUpU9AzPSeLpF_UzNBVnACLOhs3hfoQpiz-ybsrbj8,818
|
9
11
|
mustrd/model/ontology.ttl,sha256=AK27qyT8GW_SwJDwTFvtfxndBPEfYT6Y1jiW26Hyjg0,16809
|
10
12
|
mustrd/model/test-resources/resources.ttl,sha256=1Dsp1nuNxauj9bxeX-HShQsiO-CVy5Irwm2y2x0cdjI,1498
|
11
|
-
mustrd/model/triplestoreOntology.ttl,sha256=
|
12
|
-
mustrd/model/triplestoreshapes.ttl,sha256=
|
13
|
-
mustrd/mustrd.py,sha256=
|
14
|
-
mustrd/mustrdAnzo.py,sha256=
|
15
|
-
mustrd/mustrdGraphDb.py,sha256=
|
13
|
+
mustrd/model/triplestoreOntology.ttl,sha256=9K5gj0hDOolRYjHc58UT4igex8cUnq9h7SUe4ToYbdw,5834
|
14
|
+
mustrd/model/triplestoreshapes.ttl,sha256=G1kdgASdPa8s5JVGXL4KM2ewp-F5Vmbdist0f77VTBc,1706
|
15
|
+
mustrd/mustrd.py,sha256=8xPjdHyGA692zyThCILm8VYuxkSF1ATEf35zXSmLVRU,37750
|
16
|
+
mustrd/mustrdAnzo.py,sha256=Fg1mCkuGiVywSt5HJ0KCVJUFuTxNMrsPtt45y_fqSII,8292
|
17
|
+
mustrd/mustrdGraphDb.py,sha256=Ro_fxDPFl64r-FAM18awhZydydEY1-IXO0zdKpvZD3U,5405
|
16
18
|
mustrd/mustrdRdfLib.py,sha256=CvrzEl1-lEPugYVe3y_Ip8JMzUxv6IeWauLOa_WA-XI,2073
|
17
|
-
mustrd/mustrdTestPlugin.py,sha256=
|
19
|
+
mustrd/mustrdTestPlugin.py,sha256=Xy7I7yJNwAatzrU13FkBs0ateWQ96w3MDte8gt8Ykto,15548
|
18
20
|
mustrd/namespace.py,sha256=xGfH-nRP3t_I4rmoGJPqlSGbI0G5HUMlUeAl7l_yW-s,3622
|
19
21
|
mustrd/run.py,sha256=5xZUgKPMBQ-03cWROAnwtbOs2Nb0Vat6n8Fi6EyfS-k,4257
|
20
22
|
mustrd/spec_component.py,sha256=7BmMjJMy0ACbVBAEZpe5ZprnDZYs6h5f7-fI38l3jAk,31483
|
@@ -22,10 +24,9 @@ mustrd/steprunner.py,sha256=YKrMSYhethWCAQEI63hK6jXh3ljyoM87w7eHyoRd8rc,7389
|
|
22
24
|
mustrd/templates/md_ResultList_leaf_template.jinja,sha256=IzwZjliCx7-viipATDQK6MQg_5q1kLMKdeNSZg1sXXY,508
|
23
25
|
mustrd/templates/md_ResultList_template.jinja,sha256=_8joJ7vtw_qoqxv3HhUtBgRfhOeqmgfaRFwEo4MROvQ,203
|
24
26
|
mustrd/templates/md_stats_template.jinja,sha256=96W62cMWu9UGLNv65ZQ8RYLjkxKHhJy-FlUtXgud6XY,155
|
25
|
-
mustrd/test/test_mustrd.py,sha256=ku4-UQ2railFo6z9apaIkPFOk980XSwCPBEHjhwWZUE,126
|
26
27
|
mustrd/utils.py,sha256=OGdLvw7GvjrFgTJo0J97Xwdh-_ZgSmapmOistrEchO0,1387
|
27
|
-
mustrd-0.2.
|
28
|
-
mustrd-0.2.
|
29
|
-
mustrd-0.2.
|
30
|
-
mustrd-0.2.
|
31
|
-
mustrd-0.2.
|
28
|
+
mustrd-0.2.7a0.dist-info/LICENSE,sha256=r8nmh5fUct9h2w8_RDl13EIscvmwCLoarPr1kg35MnA,1078
|
29
|
+
mustrd-0.2.7a0.dist-info/METADATA,sha256=G7prJE0-fM5tfkmtvCXWdJz6LEo6FxvrZQ5t4EnY9zk,4204
|
30
|
+
mustrd-0.2.7a0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
31
|
+
mustrd-0.2.7a0.dist-info/entry_points.txt,sha256=v7V7sN0_L1aB4Ug_9io5axlQSeJ1C0tNrQWwdXdV58s,50
|
32
|
+
mustrd-0.2.7a0.dist-info/RECORD,,
|
mustrd/test/test_mustrd.py
DELETED
File without changes
|
File without changes
|