You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ This library implements SPDX parsers, convertors, validators and handlers in Pyt
32
32
- PyPI: <https://pypi.python.org/pypi/spdx-tools>
33
33
- Browse the API: <https://spdx.github.io/tools-python>
34
34
35
-
Important updates regarding this library are shared via the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
35
+
Important updates regarding this library are shared via
36
+
the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
36
37
37
38
## License
38
39
@@ -42,9 +43,10 @@ Important updates regarding this library are shared via the SPDX tech mailing li
42
43
43
44
- API to create and manipulate SPDX v2.2 and v2.3 documents
44
45
- Parse, convert, create and validate SPDX files
45
-
- supported formats: Tag/Value, RDF, JSON, YAML, XML
46
-
- visualize the structure of a SPDX document by creating an `AGraph`. Note: This is an optional feature and requires
47
-
additional installation of optional dependencies
46
+
- Supported formats: Tag/Value, RDF, JSON, YAML, XML
47
+
- Visualize the structure of a SPDX document by creating an `AGraph`.
48
+
Note: This is an optional feature and requires
49
+
additional installation of optional dependencies
48
50
49
51
## Experimental support for SPDX 3.0
50
52
@@ -53,7 +55,11 @@ additional installation of optional dependencies
53
55
- Serialize to JSON-LD
54
56
55
57
See [Quickstart to SPDX 3.0](#quickstart-to-spdx-30) below.
56
-
The implementation is based on the descriptive Markdown files in the repository <https://github.com/spdx/spdx-3-model> (latest commit: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
58
+
The implementation is based on the descriptive Markdown files in the repository
0 commit comments