ghisvail / prov

A Python library for W3C Provenance Data Model supporting PROV-JSON import/export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Latest Release Build Status Coverage Status Wheel Status Downloads Supported Python version License

A library for W3C Provenance Data Model supporting PROV-JSON and PROV-XML import/export

Features

  • An implementation of the W3C PROV Data Model in Python.
  • In-memory classes for PROV assertions, which can then be output as PROV-N
  • Serialization and deserializtion support: PROV-JSON and PROV-XML.
  • Exporting PROV documents into various graphical formats (e.g. PDF, PNG, SVG).

Uses

See a short tutorial for using this package.

This package is used extensively by ProvStore, a free online repository for provenance documents.

About

A Python library for W3C Provenance Data Model supporting PROV-JSON import/export

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%