mustrd 0.2.2__py3-none-any.whl → 0.2.3__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 → README.md} +5 -9
- {mustrd-0.2.2.dist-info → mustrd-0.2.3.dist-info}/METADATA +1 -1
- {mustrd-0.2.2.dist-info → mustrd-0.2.3.dist-info}/RECORD +6 -6
- {mustrd-0.2.2.dist-info → mustrd-0.2.3.dist-info}/LICENSE +0 -0
- {mustrd-0.2.2.dist-info → mustrd-0.2.3.dist-info}/WHEEL +0 -0
- {mustrd-0.2.2.dist-info → mustrd-0.2.3.dist-info}/entry_points.txt +0 -0
mustrd/{README.adoc → README.md}
RENAMED
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
// tag::body[]
|
1
|
+
# Developer helper
|
3
2
|
|
4
|
-
|
3
|
+
## Try it out
|
5
4
|
|
6
5
|
Ensure you have python3 installed, before you begin.
|
7
6
|
To install the necessary dependencies, run the following command from the project root.
|
@@ -18,16 +17,13 @@ For a brief explanation of the meaning of these options use the help option.
|
|
18
17
|
|
19
18
|
`python3 src/run.py --help`
|
20
19
|
|
21
|
-
|
20
|
+
## Run the tests
|
22
21
|
|
23
22
|
Run `pytest` from the project root.
|
24
23
|
|
25
|
-
|
26
|
-
Mustrd remains very much under development. It is anticipated that additional functionality and triplestore support will be added over time. The project uses https://python-poetry.org/docs/
|
24
|
+
## Additional Notes for Developers
|
25
|
+
Mustrd remains very much under development. It is anticipated that additional functionality and triplestore support will be added over time. The project uses [Poetry](https://python-poetry.org/docs/) to manage dependencies so it will be necessary to have this installed to contribute towards the project. The link contains instructions on how to install and use this.
|
27
26
|
As the project is actually built from the requirements.txt file at the project root, it is necessary to export dependencies from poetry to this file before committing and pushing changes to the repository, using the following command.
|
28
27
|
|
29
28
|
`poetry export -f requirements.txt --without-hashes > requirements.txt`
|
30
29
|
|
31
|
-
|
32
|
-
|
33
|
-
// end::body[]
|
@@ -1,4 +1,4 @@
|
|
1
|
-
mustrd/README.
|
1
|
+
mustrd/README.md,sha256=CR08uZ4eNELHBdDRXAVKkRZ4hgQB9OXA7tFRy4ER-LI,1364
|
2
2
|
mustrd/TestResult.py,sha256=K4yth-rYrK6Pl7SFiTAZkUStBIzHlgq0oxSSpq5F34M,4849
|
3
3
|
mustrd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
mustrd/logger_setup.py,sha256=pNtG5egdd7OiFdn-Qx-tlf5JITka1yitbzYBpHzrP_4,1582
|
@@ -24,8 +24,8 @@ mustrd/templates/md_ResultList_template.jinja,sha256=_8joJ7vtw_qoqxv3HhUtBgRfhOe
|
|
24
24
|
mustrd/templates/md_stats_template.jinja,sha256=96W62cMWu9UGLNv65ZQ8RYLjkxKHhJy-FlUtXgud6XY,155
|
25
25
|
mustrd/test/test_mustrd.py,sha256=ku4-UQ2railFo6z9apaIkPFOk980XSwCPBEHjhwWZUE,126
|
26
26
|
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.
|
27
|
+
mustrd-0.2.3.dist-info/LICENSE,sha256=r8nmh5fUct9h2w8_RDl13EIscvmwCLoarPr1kg35MnA,1078
|
28
|
+
mustrd-0.2.3.dist-info/METADATA,sha256=1VOqkY3slOEJx5CHdH20U6UQogJdSlvuYPD6B4f1OiM,4333
|
29
|
+
mustrd-0.2.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
30
|
+
mustrd-0.2.3.dist-info/entry_points.txt,sha256=v7V7sN0_L1aB4Ug_9io5axlQSeJ1C0tNrQWwdXdV58s,50
|
31
|
+
mustrd-0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|