All Projects → trungdong → Prov

trungdong / Prov

Licence: mit
A Python library for W3C Provenance Data Model (PROV)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Prov

payment-method-id
Payment Method Identifiers specification
Stars: ✭ 21 (-75.29%)
Mutual labels:  w3c
Webmention.rocks
a webmention validator and test suite
Stars: ✭ 11 (-87.06%)
Mutual labels:  w3c
Webdriver Rust
Library implementing the wire protocol for the W3C WebDriver standard.
Stars: ✭ 56 (-34.12%)
Mutual labels:  w3c
W3c
360 W3C工作组
Stars: ✭ 278 (+227.06%)
Mutual labels:  w3c
Webappsec Trusted Types
A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
Stars: ✭ 424 (+398.82%)
Mutual labels:  w3c
Javascript Steppitguide
JavaScript-StepPitGuide《JavaScript踩坑指南》- 说前端简单的什么的最变态了!
Stars: ✭ 30 (-64.71%)
Mutual labels:  w3c
WebGrid
Decentralized, scalable and robust implementation of a selenium-grid equivalent. Based on the WebDriver specification by the W3C.
Stars: ✭ 17 (-80%)
Mutual labels:  w3c
Unicorn
Unicorn - W3C's Unified Validator
Stars: ✭ 70 (-17.65%)
Mutual labels:  w3c
Respec
A tool for creating technical documents and web standards
Stars: ✭ 518 (+509.41%)
Mutual labels:  w3c
Open Ui
Maintain an open standard for UI and promote its adherence and adoption.
Stars: ✭ 1,076 (+1165.88%)
Mutual labels:  w3c
Css2 1
CSS 2.1中文版(A Chinese (Simplified) translation of the CSS 2.1 specification.)
Stars: ✭ 309 (+263.53%)
Mutual labels:  w3c
Payment Request
Payment Request API
Stars: ✭ 422 (+396.47%)
Mutual labels:  w3c
Weidentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 972 (+1043.53%)
Mutual labels:  w3c
spec-prod
GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
Stars: ✭ 19 (-77.65%)
Mutual labels:  w3c
Csstree
A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations
Stars: ✭ 1,121 (+1218.82%)
Mutual labels:  w3c
act-rules.github.io
Accessibility conformance testing rules for HTML
Stars: ✭ 87 (+2.35%)
Mutual labels:  w3c
Distributed Tracing Wg
Distributed Tracing Working Group
Stars: ✭ 28 (-67.06%)
Mutual labels:  w3c
Webcrypto
W3C Web Cryptography API for Node.js
Stars: ✭ 79 (-7.06%)
Mutual labels:  w3c
Stylelint Validator
Stylelint plugin to validate CSS syntax
Stars: ✭ 64 (-24.71%)
Mutual labels:  w3c
Validator
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Stars: ✭ 1,024 (+1104.71%)
Mutual labels:  w3c

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

.. image:: https://badge.fury.io/py/prov.svg :target: http://badge.fury.io/py/prov :alt: Latest Release .. image:: https://travis-ci.org/trungdong/prov.svg :target: https://travis-ci.org/trungdong/prov :alt: Build Status .. image:: https://img.shields.io/coveralls/trungdong/prov.svg :target: https://coveralls.io/r/trungdong/prov?branch=master :alt: Coverage Status .. image:: https://landscape.io/github/trungdong/prov/master/landscape.svg?style=flat :target: https://landscape.io/github/trungdong/prov/master :alt: Code Health .. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].