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
+7-7
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ SPDX v3.0 release, leading to breaking changes in the API.
14
14
Please refer to the [migration guide](https://github.com/spdx/tools-python/wiki/How-to-migrate-from-0.7-to-0.8)
15
15
to update your existing code.
16
16
17
-
We encourage new users to work with v0.8.0rc1 directly as the older v0.7 release is in maintenance mode.
18
-
19
17
The main features of v0.8 are:
20
-
- experimental support for the upcoming SPDX v3 specification (note, however, that support is neither complete nor
21
-
stable at this point, as the spec is still evolving)
22
18
- full validation of SPDX documents against the v2.2 and v2.3 specification
23
-
- support for SPDX's RDF format with all v2.3 features.
19
+
- support for SPDX's RDF format with all v2.3 features
20
+
- experimental support for the upcoming SPDX v3 specification. Note, however, that support is neither complete nor
21
+
stable at this point, as the spec is still evolving. SPDX3-related code is contained in a separate subpackage "spdx3"
22
+
and its use is optional. We do not recommend using it in production code yet.
23
+
24
24
25
25
# Information
26
26
@@ -124,7 +124,7 @@ instead of `bin`.
124
124
125
125
## Example
126
126
Here are some examples of possible use cases to quickly get you started with the spdx-tools.
127
-
If you want a more comprehensive example about how to create an SPDX document from scratch, have a look [here](examples%2Fspdx2_document_from_scratch.py).
127
+
If you want more examples, like how to create an SPDX document from scratch, have a look [at the examples folder](examples).
128
128
```python
129
129
import logging
130
130
@@ -210,4 +210,4 @@ codebase.
210
210
211
211
This is the result of an initial GSoC contribution by @[ah450](https://github.com/ah450)
212
212
(or https://github.com/a-h-i) and is maintained by a community of SPDX adopters and enthusiasts.
213
-
In order to prepare for the release of SPDX v3.0, the repository has undergone a major refactoring during the time from 11/2022 to 03/2023.
213
+
In order to prepare for the release of SPDX v3.0, the repository has undergone a major refactoring during the time from 11/2022 to 07/2023.
0 commit comments