rdf-construct 0.3.0__py3-none-any.whl → 0.4.0__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.
- rdf_construct/__init__.py +1 -1
- rdf_construct/cli.py +127 -0
- rdf_construct/describe/__init__.py +93 -0
- rdf_construct/describe/analyzer.py +176 -0
- rdf_construct/describe/documentation.py +146 -0
- rdf_construct/describe/formatters/__init__.py +47 -0
- rdf_construct/describe/formatters/json.py +65 -0
- rdf_construct/describe/formatters/markdown.py +275 -0
- rdf_construct/describe/formatters/text.py +315 -0
- rdf_construct/describe/hierarchy.py +232 -0
- rdf_construct/describe/imports.py +213 -0
- rdf_construct/describe/metadata.py +187 -0
- rdf_construct/describe/metrics.py +145 -0
- rdf_construct/describe/models.py +552 -0
- rdf_construct/describe/namespaces.py +180 -0
- rdf_construct/describe/profiles.py +415 -0
- {rdf_construct-0.3.0.dist-info → rdf_construct-0.4.0.dist-info}/METADATA +28 -6
- {rdf_construct-0.3.0.dist-info → rdf_construct-0.4.0.dist-info}/RECORD +21 -7
- {rdf_construct-0.3.0.dist-info → rdf_construct-0.4.0.dist-info}/WHEEL +0 -0
- {rdf_construct-0.3.0.dist-info → rdf_construct-0.4.0.dist-info}/entry_points.txt +0 -0
- {rdf_construct-0.3.0.dist-info → rdf_construct-0.4.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
rdf_construct/__init__.py,sha256=
|
|
1
|
+
rdf_construct/__init__.py,sha256=9M_dNYQYdJqwwXnwonajTNqDJrxQQWUNk5SVd4nlkGM,296
|
|
2
2
|
rdf_construct/__main__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
rdf_construct/cli.py,sha256=
|
|
3
|
+
rdf_construct/cli.py,sha256=Z3iMI_w8pLWAOAAwKk6IwAx-O2HuiHChUUjCPooVPeY,108330
|
|
4
4
|
rdf_construct/core/__init__.py,sha256=YgxXUPGHgBqToc8u06qksfWh_vx25g2eCg8_X8vg5l4,781
|
|
5
5
|
rdf_construct/core/config.py,sha256=uOAvvZ7keI8o4o6r6ESzHC4AkKHN1Ja2FADiHZqZDaM,3523
|
|
6
6
|
rdf_construct/core/ordering.py,sha256=fGw5aGIY8SpsGgbm1Z1YH5mzlDv7mU7b9Is07ekJxZg,7248
|
|
@@ -17,6 +17,20 @@ rdf_construct/cq/formatters/junit.py,sha256=Jd019364vFZXKfNO6wxBwtlXe7FGPN7OpdE1
|
|
|
17
17
|
rdf_construct/cq/formatters/text.py,sha256=GI059SUomtyXDorxlQ7Whc7eHpw9AeyPnkwnwiIndco,4278
|
|
18
18
|
rdf_construct/cq/loader.py,sha256=at224OKu6Y7JKdJU-JRd03_54Q2m0bSCRhZ9R0pWEEU,8771
|
|
19
19
|
rdf_construct/cq/runner.py,sha256=QqkobjHHjxSdO2XeFaOHjBx5wrcokJme94QQhNgDHkA,9930
|
|
20
|
+
rdf_construct/describe/__init__.py,sha256=hAFzlKXNoB0y13eaW6QkJHP8dXNHuJF703TEOVjCn3M,2465
|
|
21
|
+
rdf_construct/describe/analyzer.py,sha256=LlCDGEN3HBKIG5AE8zu_6WaKTvi-ifK6Hu4FFxAxwbc,5140
|
|
22
|
+
rdf_construct/describe/documentation.py,sha256=4lpMl2fz4IK52QbZV6aTIl5BZL1lniPkJjGeWiuM0eQ,3987
|
|
23
|
+
rdf_construct/describe/formatters/__init__.py,sha256=sE2PYrT87pDvmaD168aA0EVKsVusSyOOumSP7du0rA0,1385
|
|
24
|
+
rdf_construct/describe/formatters/json.py,sha256=TVjLVqZqajQ85y32LnXXVZz_Xgt4R-zVczorHFmzNEQ,1473
|
|
25
|
+
rdf_construct/describe/formatters/markdown.py,sha256=ZQFvgsvfT0dVXQX5yiQjQJ1w6nxB9zdFMEtsIv0pfTU,8761
|
|
26
|
+
rdf_construct/describe/formatters/text.py,sha256=80BmUsga1i6BoLONNCROUk7N-irOIMo0Ahn59M8v448,10066
|
|
27
|
+
rdf_construct/describe/hierarchy.py,sha256=sFSL3Lia7-fJcAEPLZJ0z6htvGxvUVK8VRDbUVkCsgA,6243
|
|
28
|
+
rdf_construct/describe/imports.py,sha256=y8JwMBvPGdEiWn-AolRVhINB4VhXT6VIrNWHMeAvGvk,6585
|
|
29
|
+
rdf_construct/describe/metadata.py,sha256=DHvEWicLYi0PJ2xqrEevHmH-S-VGuQLZqV2lSTALas0,5518
|
|
30
|
+
rdf_construct/describe/metrics.py,sha256=3M33xnQwUcAD_7j9Gp4T5tO3ge01_RbE7f9FqIWPS_4,4260
|
|
31
|
+
rdf_construct/describe/models.py,sha256=g-dLZnnpj-H1s-6RAuAQZJacQEQj7kTCmxbW8nv-MRo,18720
|
|
32
|
+
rdf_construct/describe/namespaces.py,sha256=n7NpxK-qNq6Jyj4QuXEUNsw-kwVC_z0s6r7_stbZ9vU,5403
|
|
33
|
+
rdf_construct/describe/profiles.py,sha256=7pHd8MV1OhJuepqkKZco_39oEOrywofs-6SpNxPAMWw,13245
|
|
20
34
|
rdf_construct/diff/__init__.py,sha256=EewERur1p2ynqpyzwGFzpPS-E5DkA-VJEGO7QX9VhLU,1378
|
|
21
35
|
rdf_construct/diff/change_types.py,sha256=t12h6O6WQSrpSJdzTutuOXLB1fqm8gTob5gIhAfQ8rU,6383
|
|
22
36
|
rdf_construct/diff/comparator.py,sha256=e1bmXPJS-tkyC9Flopl6R8wcP5wHK8Tsk0-ngpUxwDc,10247
|
|
@@ -103,8 +117,8 @@ rdf_construct/uml/odm_renderer.py,sha256=X4QqzWXJ-FX64ZIfu0Nx6gpHbEQsJOo2hq2fbY3
|
|
|
103
117
|
rdf_construct/uml/renderer.py,sha256=Zj3udsghxXqJ5NPqvVSoIK177Vtzh-fFgsDzYxF5OoY,23755
|
|
104
118
|
rdf_construct/uml/uml_layout.py,sha256=PBd_qOBJzDq2N8SCqDJqgAoFmYnzZC4jrLgCQ4biYBM,13217
|
|
105
119
|
rdf_construct/uml/uml_style.py,sha256=ngVqmbS18Y4mAi9ggtL26IeVF5VbcOIOvalvI62jSO4,21876
|
|
106
|
-
rdf_construct-0.
|
|
107
|
-
rdf_construct-0.
|
|
108
|
-
rdf_construct-0.
|
|
109
|
-
rdf_construct-0.
|
|
110
|
-
rdf_construct-0.
|
|
120
|
+
rdf_construct-0.4.0.dist-info/METADATA,sha256=PzNRNxOgohZAJS2Ow_PpIws154KJ_04f5qMRTgBGgKE,15741
|
|
121
|
+
rdf_construct-0.4.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
122
|
+
rdf_construct-0.4.0.dist-info/entry_points.txt,sha256=L4Mh7BDMt2BUHq_x9BwyPVZmZ-j_wifbD574Zm3qXZY,55
|
|
123
|
+
rdf_construct-0.4.0.dist-info/licenses/LICENSE,sha256=Fh-f4K2IlA0QH5XThePUIoG6_J_UqDkQyihGfvHcvpk,1061
|
|
124
|
+
rdf_construct-0.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|