mustrd 0.1.4__tar.gz → 0.1.5__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.
Files changed (25) hide show
  1. {mustrd-0.1.4 → mustrd-0.1.5}/PKG-INFO +6 -1
  2. {mustrd-0.1.4 → mustrd-0.1.5}/pyproject.toml +4 -1
  3. {mustrd-0.1.4 → mustrd-0.1.5}/LICENSE +0 -0
  4. {mustrd-0.1.4 → mustrd-0.1.5}/README.adoc +0 -0
  5. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/README.adoc +0 -0
  6. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/TestResult.py +0 -0
  7. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/__init__.py +0 -0
  8. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/logger_setup.py +0 -0
  9. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/model/mustrdShapes.ttl +0 -0
  10. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/model/ontology.ttl +0 -0
  11. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/model/test-resources/resources.ttl +0 -0
  12. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/mustrd.py +0 -0
  13. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/mustrdAnzo.py +0 -0
  14. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/mustrdGraphDb.py +0 -0
  15. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/mustrdRdfLib.py +0 -0
  16. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/mustrdTestPlugin.py +0 -0
  17. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/namespace.py +0 -0
  18. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/plugin.py +0 -0
  19. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/run.py +0 -0
  20. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/spec_component.py +0 -0
  21. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/steprunner.py +0 -0
  22. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/templates/md_ResultList_leaf_template.jinja +0 -0
  23. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/templates/md_ResultList_template.jinja +0 -0
  24. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/templates/md_stats_template.jinja +0 -0
  25. {mustrd-0.1.4 → mustrd-0.1.5}/mustrd/utils.py +0 -0
@@ -1,12 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mustrd
3
- Version: 0.1.4
3
+ Version: 0.1.5
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
+ License: MIT
5
7
  Author: John Placek
6
8
  Author-email: john.placek@semanticpartners.com
7
9
  Requires-Python: ==3.11.7
8
10
  Classifier: Framework :: Pytest
11
+ Classifier: License :: OSI Approved :: MIT License
9
12
  Classifier: Natural Language :: English
13
+ Classifier: Programming Language :: Python
10
14
  Classifier: Programming Language :: Python :: 3
11
15
  Classifier: Topic :: Software Development :: Quality Assurance
12
16
  Classifier: Topic :: Software Development :: Testing
@@ -29,6 +33,7 @@ Requires-Dist: tabulate (>=0.9.0,<0.10.0)
29
33
  Requires-Dist: toml (>=0.10.2,<0.11.0)
30
34
  Requires-Dist: tomli (>=2.0.1,<3.0.0)
31
35
  Requires-Dist: urllib3 (==1.26.15)
36
+ Project-URL: Repository, https://github.com/Semantic-partners/mustrd
32
37
  Description-Content-Type: text/plain
33
38
 
34
39
  == Mustrd
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mustrd"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber."
5
5
  authors = ["John Placek <john.placek@semanticpartners.com>",
6
6
  "Juliane Piñeiro-Winkler <juliane.pineiro-winkler@semanticpartners.com>",
@@ -8,6 +8,7 @@ authors = ["John Placek <john.placek@semanticpartners.com>",
8
8
  "Lance Paine <lance.paine@semanticpartners.com>",
9
9
  "Andrew Large <andy.large@semanticpartners.com>", ]
10
10
  classifiers = [
11
+ "Programming Language :: Python",
11
12
  "Framework :: Pytest",
12
13
  "Natural Language :: English",
13
14
  "Topic :: Software Development :: Quality Assurance",
@@ -15,6 +16,8 @@ classifiers = [
15
16
  "Topic :: Utilities",
16
17
  ]
17
18
  readme = "README.adoc"
19
+ license = "MIT License"
20
+ repository = "https://github.com/Semantic-partners/mustrd"
18
21
 
19
22
  [tool.poetry.dependencies]
20
23
  python = "3.11.7"
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