Skip to content

Commit 23dfe4b

Browse files
Update README.md to include JSON/YAML/XML capabilities.
Signed-off-by: Xavier Figueroa <xavierfigueroav@gmail.com>
1 parent a74a873 commit 23dfe4b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Pypi: https://pypi.python.org/pypi/spdx-tools
3030
# Features
3131

3232
* API to create and manipulate SPDX documents.
33-
* Parse and create Tag/Value format SPDX files
34-
* Parse and create RDF format SPDX files
33+
* Parse and create Tag/Value, RDF, JSON, YAML, XML format SPDX files
3534

3635

3736
# TODOs
@@ -54,7 +53,7 @@ Example tag/value parsing usage:
5453

5554
```
5655

57-
The `examples` directory contains several code samples:
56+
The `examples` directory contains several code samples. Here some of them:
5857

5958
* `parse_tv.py` is an example tag/value parsing usage.
6059
Try running `python parse_tv.py ../data/SPDXSimpleTag.tag `
@@ -119,7 +118,10 @@ If there is no issue for the changes that you want to make, create first an issu
119118
# Dependencies
120119
121120
* PLY : https://pypi.python.org/pypi/ply/ used for parsing.
122-
* rdflib : https://pypi.python.org/pypi/rdflib/ for for handling RDF.
121+
* rdflib : https://pypi.python.org/pypi/rdflib/ for handling RDF.
122+
* PyYAML: https://pypi.org/project/PyYAML/ for handling YAML.
123+
* xmltodict: https://pypi.org/project/xmltodict/ for handling XML.
124+
123125
124126
# Support
125127

0 commit comments

Comments
 (0)