Skip to main content

SPDX parser and tools.

Project description

Python library to parse, validate and create SPDX documents

Linux macOS Windows
Linux build status macOS build status Windows build status

Information

This library implements SPDX parsers, convertors, validators and handlers in Python.

History

This is the result of an initial GSoC contribution by @ah450 (or https://github.com/a-h-i) and is maintained by a community of SPDX adopters and enthusiasts.

License

Apache-2.0

Features

  • API to create and manipulate SPDX v2.3 documents.
  • Parse, convert, create and validate Tag/Value, RDF, JSON, YAML, XML format SPDX files

Known Limitations

  • No full 2.3 support for RDF format #295
  • No full license expression support #10
  • Output of the CLI parser is incomplete #268

TODOs

  • Include specialized validation for SPDX v2.2.1(ISO 5962:2021)

How to use

Command-line usage:

  1. PARSER (for parsing any format):
  • Use pyspdxtools_parser --file <filename> where <filename> is the location of the file.
    If you are using a source distribution, try running: pyspdxtools_parser --file tests/data/formats/SPDXRdfExample.rdf.

  • Or you can use pyspdxtools_parser only, and it will automatically prompt/ask for filename.

  • For help use pyspdxtools_parser --help

  1. CONVERTOR (for converting one format to another):
  • If I/O formats are known:

    • Use pyspdxtools_convertor --infile/-i <input_file> --outfile/-o <output_file> where <input_file> is the location of the file to be converted and <output_file> is the location of the output file.
      If you are using a source distribution, try running : pyspdxtools_convertor --infile tests/data/formats/SPDXRdfExample.rdf --outfile output.json
  • If I/O formats are not known:

    • Use pyspdxtools_convertor --from/-f <input_format> <input_file> --to/-t <output_format> <output_file> where <input_format> is the manually entered format of the input file and <out_format> is the manually entered format of the output file. If you are using a source distribution, try running : pyspdxtools_convertor --from tag tests/data/formats/SPDXTagExample.in --to yaml output.out
  • If one of the formats is known and the other is not, you can use a mixture of the above two points.
    Example (if you are using a source distribution): pyspdxtools_convertor -f rdf tests/data/formats/SPDXRdfExample.xyz -o output.xml

  • For help use pyspdxtools_convertor --help

Installation

As always you should work in a virtualenv (venv). You can install a local clone of this repo with yourenv/bin/pip install . or install it from PyPI with yourenv/bin/pip install spdx-tools. Note that on Windows it would be Scripts instead of bin.

Dependencies

Support

Contributing

Contributions are very welcome! See CONTRIBUTING.md for instructions on how to contribute to the codebase.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spdx-tools-0.7.1.tar.gz (200.5 kB view details)

Uploaded Source

Built Distribution

spdx_tools-0.7.1-py3-none-any.whl (143.7 kB view details)

Uploaded Python 3

File details

Details for the file spdx-tools-0.7.1.tar.gz.

File metadata

  • Download URL: spdx-tools-0.7.1.tar.gz
  • Upload date:
  • Size: 200.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for spdx-tools-0.7.1.tar.gz
Algorithm Hash digest
SHA256 975e6dbba88f105a8acb22abf53fe90f0e9d5635a2b9b1fe487781e969623b17
MD5 1239fad0931b5117bec99251bca51b4a
BLAKE2b-256 afbcefd468c59c9c694181f8fd3dc80d47035b26d34efb6e1b6cf79375889345

See more details on using hashes here.

Provenance

File details

Details for the file spdx_tools-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: spdx_tools-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for spdx_tools-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c89bcf650fff162bd5bfeec2d8a22c21bd7946cf58d54201401a2f70656f868a
MD5 5f82564ccbc17bef467180b879a98c9f
BLAKE2b-256 5155aa590d89a23747012989ffb6b939827fb8bc23b61c407fce78436b4cd3b7

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page