mustrd 0.3.1a0__tar.gz → 0.3.1a2__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.
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/PKG-INFO +3 -8
- mustrd-0.3.1a2/pyproject.toml +55 -0
- mustrd-0.3.1a0/pyproject.toml +0 -55
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/LICENSE +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/README.md +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/README.adoc +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/README.md +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/TestResult.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/__init__.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/anzo_utils.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/logger_setup.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/catalog-v001.xml +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/mustrdShapes.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/mustrdTestOntology.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/mustrdTestShapes.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/ontology.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/test-resources/resources.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/triplestoreOntology.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/model/triplestoreshapes.ttl +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/mustrd.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/mustrdAnzo.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/mustrdGraphDb.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/mustrdRdfLib.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/mustrdTestPlugin.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/namespace.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/run.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/spec_component.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/steprunner.py +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/templates/md_ResultList_leaf_template.jinja +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/templates/md_ResultList_template.jinja +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/templates/md_stats_template.jinja +0 -0
- {mustrd-0.3.1a0 → mustrd-0.3.1a2}/mustrd/utils.py +0 -0
@@ -1,19 +1,14 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mustrd
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.1a2
|
4
4
|
Summary: A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber.
|
5
5
|
License: MIT
|
6
6
|
Author: John Placek
|
7
7
|
Author-email: john.placek@semanticpartners.com
|
8
|
-
Requires-Python: >=3.
|
8
|
+
Requires-Python: >=3.10,<4.0
|
9
|
+
Classifier: Programming Language :: Python
|
9
10
|
Classifier: Framework :: Pytest
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
11
11
|
Classifier: Natural Language :: English
|
12
|
-
Classifier: Programming Language :: Python
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
16
|
-
Classifier: Programming Language :: Python :: 3.13
|
17
12
|
Classifier: Topic :: Software Development :: Quality Assurance
|
18
13
|
Classifier: Topic :: Software Development :: Testing
|
19
14
|
Classifier: Topic :: Utilities
|
@@ -0,0 +1,55 @@
|
|
1
|
+
[project]
|
2
|
+
name = "mustrd"
|
3
|
+
version = "0.3.1a2"
|
4
|
+
description = "A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber."
|
5
|
+
authors = [
|
6
|
+
{ name = "John Placek", email = "john.placek@semanticpartners.com" },
|
7
|
+
{ name = "Juliane Piñeiro-Winkler", email = "juliane.pineiro-winkler@semanticpartners.com" },
|
8
|
+
{ name = "Aymeric Picou", email = "aymeric.picou@semanticpartners.com" },
|
9
|
+
{ name = "Lance Paine", email = "lance.paine@semanticpartners.com" },
|
10
|
+
{ name = "Andrew Large", email = "andy.large@semanticpartners.com" },
|
11
|
+
]
|
12
|
+
classifiers = [
|
13
|
+
"Programming Language :: Python",
|
14
|
+
"Framework :: Pytest",
|
15
|
+
"Natural Language :: English",
|
16
|
+
"Topic :: Software Development :: Quality Assurance",
|
17
|
+
"Topic :: Software Development :: Testing",
|
18
|
+
"Topic :: Utilities",
|
19
|
+
]
|
20
|
+
readme = "README.md"
|
21
|
+
license = "MIT License"
|
22
|
+
urls = {"repository" = "https://github.com/Semantic-partners/mustrd"}
|
23
|
+
entry-points = {"pytest11" = {"mustrd_plugin" = "mustrd.mustrdTestPlugin"}}
|
24
|
+
|
25
|
+
[tool.poetry.dependencies]
|
26
|
+
python = ">=3.10,<4.0"
|
27
|
+
rdflib = "^7.1.3"
|
28
|
+
pytest = "^7.2.0"
|
29
|
+
pandas = "^2.0"
|
30
|
+
numpy = "~1.26.0"
|
31
|
+
multimethods-py = "^0.5.3"
|
32
|
+
colorlog = "^6.7.0"
|
33
|
+
requests = "^2.28.2"
|
34
|
+
tabulate = "^0.9.0"
|
35
|
+
beautifulsoup4 = "^4.11.1"
|
36
|
+
openpyxl = "^3.1.2"
|
37
|
+
toml = "^0.10.2"
|
38
|
+
pyshacl="^0.30.0"
|
39
|
+
tomli = "^2.0.1"
|
40
|
+
urllib3 = "1.26.19"
|
41
|
+
flake8 = "7.0.0"
|
42
|
+
coverage = "7.4.3"
|
43
|
+
colorama = "0.4.6"
|
44
|
+
Jinja2 = "3.1.5"
|
45
|
+
edn-format = "^0.7.5"
|
46
|
+
|
47
|
+
|
48
|
+
[tool.poetry.dev-dependencies]
|
49
|
+
|
50
|
+
[tool.poetry.group.dev.dependencies]
|
51
|
+
autopep8 = "^2.0.2"
|
52
|
+
|
53
|
+
[build-system]
|
54
|
+
requires = ["poetry-core>=1.0.0"]
|
55
|
+
build-backend = "poetry.core.masonry.api"
|
mustrd-0.3.1a0/pyproject.toml
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
[tool.poetry]
|
2
|
-
name = "mustrd"
|
3
|
-
version = "0.3.1a0"
|
4
|
-
description = "A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber."
|
5
|
-
authors = ["John Placek <john.placek@semanticpartners.com>",
|
6
|
-
"Juliane Piñeiro-Winkler <juliane.pineiro-winkler@semanticpartners.com>",
|
7
|
-
"Aymeric Picou <aymeric.picou@semanticpartners.com>",
|
8
|
-
"Lance Paine <lance.paine@semanticpartners.com>",
|
9
|
-
"Andrew Large <andy.large@semanticpartners.com>", ]
|
10
|
-
classifiers = [
|
11
|
-
"Programming Language :: Python",
|
12
|
-
"Framework :: Pytest",
|
13
|
-
"Natural Language :: English",
|
14
|
-
"Topic :: Software Development :: Quality Assurance",
|
15
|
-
"Topic :: Software Development :: Testing",
|
16
|
-
"Topic :: Utilities",
|
17
|
-
]
|
18
|
-
readme = "README.md"
|
19
|
-
license = "MIT License"
|
20
|
-
repository = "https://github.com/Semantic-partners/mustrd"
|
21
|
-
|
22
|
-
[tool.poetry.dependencies]
|
23
|
-
python = "^3.11"
|
24
|
-
rdflib = "^7.1.3"
|
25
|
-
pytest = "^7.2.0"
|
26
|
-
pandas = "^2.0"
|
27
|
-
numpy = "~1.26.0"
|
28
|
-
multimethods-py = "^0.5.3"
|
29
|
-
colorlog = "^6.7.0"
|
30
|
-
requests = "^2.28.2"
|
31
|
-
tabulate = "^0.9.0"
|
32
|
-
beautifulsoup4 = "^4.11.1"
|
33
|
-
openpyxl = "^3.1.2"
|
34
|
-
toml = "^0.10.2"
|
35
|
-
pyshacl="^0.30.0"
|
36
|
-
tomli = "^2.0.1"
|
37
|
-
urllib3 = "1.26.19"
|
38
|
-
flake8 = "7.0.0"
|
39
|
-
coverage = "7.4.3"
|
40
|
-
colorama = "0.4.6"
|
41
|
-
Jinja2 = "3.1.5"
|
42
|
-
edn-format = "^0.7.5"
|
43
|
-
|
44
|
-
|
45
|
-
[tool.poetry.dev-dependencies]
|
46
|
-
|
47
|
-
[tool.poetry.group.dev.dependencies]
|
48
|
-
autopep8 = "^2.0.2"
|
49
|
-
|
50
|
-
[build-system]
|
51
|
-
requires = ["poetry-core>=1.0.0"]
|
52
|
-
build-backend = "poetry.core.masonry.api"
|
53
|
-
|
54
|
-
[tool.poetry.plugins.pytest11]
|
55
|
-
mustrd_plugin = "mustrd.mustrdTestPlugin"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|