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
@@ -29,7 +29,8 @@ This library implements SPDX parsers, convertors, validators and handlers in Pyt
29
29
- PyPI: <https://pypi.python.org/pypi/spdx-tools>
30
30
- Browse the API: <https://spdx.github.io/tools-python>
31
31
32
-
Important updates regarding this library are shared via the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
32
+
Important updates regarding this library are shared via
33
+
the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
33
34
34
35
## License
35
36
@@ -39,9 +40,10 @@ Important updates regarding this library are shared via the SPDX tech mailing li
39
40
40
41
- API to create and manipulate SPDX v2.2 and v2.3 documents
41
42
- Parse, convert, create and validate SPDX files
42
-
- supported formats: Tag/Value, RDF, JSON, YAML, XML
43
-
- visualize the structure of a SPDX document by creating an `AGraph`. Note: This is an optional feature and requires
44
-
additional installation of optional dependencies
43
+
- Supported formats: Tag/Value, RDF, JSON, YAML, XML
44
+
- Visualize the structure of a SPDX document by creating an `AGraph`.
45
+
Note: This is an optional feature and requires
46
+
additional installation of optional dependencies
45
47
46
48
## Experimental support for SPDX 3.0
47
49
@@ -50,7 +52,11 @@ additional installation of optional dependencies
50
52
- Serialize to JSON-LD
51
53
52
54
See [Quickstart to SPDX 3.0](#quickstart-to-spdx-30) below.
53
-
The implementation is based on the descriptive Markdown files in the repository <https://github.com/spdx/spdx-3-model> (latest commit: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
55
+
The implementation is based on the descriptive Markdown files in the repository
0 commit comments