New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prov

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prov

A library for W3C Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-O (RDF)

  • 2.0.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

============ Introduction

.. image:: https://badge.fury.io/py/prov.svg :target: http://badge.fury.io/py/prov :alt: Latest Release .. image:: https://github.com/trungdong/prov/workflows/CI/badge.svg?branch=master :target: https://github.com/trungdong/prov/actions?workflow=CI :alt: CI Status .. image:: https://img.shields.io/coveralls/trungdong/prov.svg :target: https://coveralls.io/r/trungdong/prov?branch=master :alt: Coverage Status .. image:: https://img.shields.io/pypi/wheel/prov.svg :target: https://pypi.python.org/pypi/prov/ :alt: Wheel Status .. image:: https://img.shields.io/pypi/pyversions/prov.svg :target: https://pypi.python.org/pypi/prov/ :alt: Supported Python version .. image:: https://img.shields.io/pypi/l/prov.svg :target: https://pypi.python.org/pypi/prov/ :alt: License

A library for W3C Provenance Data Model supporting PROV-O (RDF), PROV-XML, PROV-JSON import/export

Features

  • An implementation of the W3C PROV Data Model <http://www.w3.org/TR/prov-dm/>_ in Python.
  • In-memory classes for PROV assertions, which can then be output as PROV-N <http://www.w3.org/TR/prov-n/>_
  • Serialization and deserialization support: PROV-O <http://www.w3.org/TR/prov-o/>_ (RDF), PROV-XML <http://www.w3.org/TR/prov-xml/>_ and PROV-JSON <http://www.w3.org/Submission/prov-json/>_.
  • Exporting PROV documents into various graphical formats (e.g. PDF, PNG, SVG).
  • Convert a PROV document to a Networkx MultiDiGraph <https://networkx.github.io/documentation/stable/reference/classes/multidigraph.html>_ and back.

Uses ^^^^

See a short tutorial <http://trungdong.github.io/prov-python-short-tutorial.html>_ for using this package.

This package is used extensively by ProvStore <https://openprovenance.org/store/>_, a free online repository for provenance documents.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc