prov


Nameprov JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/trungdong/prov
SummaryA library for W3C Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-O (RDF)
upload_time2020-11-01 18:30:09
maintainer
docs_urlNone
authorTrung Dong Huynh
requires_python>=3.6, <4
licenseMIT
keywords provenance graph model prov prov-dm prov-json w3c prov-xml prov-n prov-o rdf
VCS
bugtrack_url
requirements lxml networkx python-dateutil pydot rdflib
Travis-CI
coveralls test coverage
            ============
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

* Free software: MIT license
* Documentation: http://prov.readthedocs.io/.
* Python 3 only.

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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/trungdong/prov",
    "name": "prov",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "provenance,graph,model,PROV,PROV-DM,PROV-JSON,W3C,PROV-XML,PROV-N,PROV-O,RDF",
    "author": "Trung Dong Huynh",
    "author_email": "trungdong@donggiang.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/b5/cfaa3538dc5d164552cbe9247ff35b2c00737d93492e150d2355d386df9d/prov-2.0.0.tar.gz",
    "platform": "",
    "description": "============\nIntroduction\n============\n\n\n.. image:: https://badge.fury.io/py/prov.svg\n  :target: http://badge.fury.io/py/prov\n  :alt: Latest Release\n.. image:: https://travis-ci.org/trungdong/prov.svg\n  :target: https://travis-ci.org/trungdong/prov\n  :alt: Build Status\n.. image:: https://img.shields.io/coveralls/trungdong/prov.svg\n  :target: https://coveralls.io/r/trungdong/prov?branch=master\n  :alt: Coverage Status\n.. image:: https://landscape.io/github/trungdong/prov/master/landscape.svg?style=flat\n  :target: https://landscape.io/github/trungdong/prov/master\n  :alt: Code Health\n.. image:: https://img.shields.io/pypi/wheel/prov.svg\n  :target: https://pypi.python.org/pypi/prov/\n  :alt: Wheel Status\n.. image:: https://img.shields.io/pypi/pyversions/prov.svg\n  :target: https://pypi.python.org/pypi/prov/\n  :alt: Supported Python version\n.. image:: https://img.shields.io/pypi/l/prov.svg\n  :target: https://pypi.python.org/pypi/prov/\n  :alt: License\n\n\nA library for W3C Provenance Data Model supporting PROV-O (RDF), PROV-XML, PROV-JSON import/export\n\n* Free software: MIT license\n* Documentation: http://prov.readthedocs.io/.\n* Python 3 only.\n\nFeatures\n--------\n\n* An implementation of the `W3C PROV Data Model <http://www.w3.org/TR/prov-dm/>`_ in Python.\n* In-memory classes for PROV assertions, which can then be output as `PROV-N <http://www.w3.org/TR/prov-n/>`_\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/>`_.\n* Exporting PROV documents into various graphical formats (e.g. PDF, PNG, SVG).\n* Convert a PROV document to a `Networkx MultiDiGraph <https://networkx.github.io/documentation/stable/reference/classes/multidigraph.html>`_ and back.\n\n\nUses\n^^^^\n\nSee `a short tutorial  <http://trungdong.github.io/prov-python-short-tutorial.html>`_ for using this package.\n\nThis package is used extensively by `ProvStore <https://openprovenance.org/store/>`_,\na free online repository for provenance documents.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for W3C Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-O (RDF)",
    "version": "2.0.0",
    "split_keywords": [
        "provenance",
        "graph",
        "model",
        "prov",
        "prov-dm",
        "prov-json",
        "w3c",
        "prov-xml",
        "prov-n",
        "prov-o",
        "rdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e83bb2cc24dc052c89787ebf92af9a93",
                "sha256": "aaccc7c6ad6ec662fd1561c872991f13cd7df368d6dcab9cbac19fccc491d970"
            },
            "downloads": -1,
            "filename": "prov-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e83bb2cc24dc052c89787ebf92af9a93",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 421485,
            "upload_time": "2020-11-01T18:30:05",
            "upload_time_iso_8601": "2020-11-01T18:30:05.787717Z",
            "url": "https://files.pythonhosted.org/packages/cf/8d/9a5110845c6b117d203e3ca9eec5ee79bed29cef508c8415fbc85e900150/prov-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e5b29662328e064cbf08409db9fc0734",
                "sha256": "b6438f2195ecb9f6e8279b58971e02bc51814599b5d5383366eef91d867422ee"
            },
            "downloads": -1,
            "filename": "prov-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e5b29662328e064cbf08409db9fc0734",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 131878,
            "upload_time": "2020-11-01T18:30:09",
            "upload_time_iso_8601": "2020-11-01T18:30:09.294775Z",
            "url": "https://files.pythonhosted.org/packages/e5/b5/cfaa3538dc5d164552cbe9247ff35b2c00737d93492e150d2355d386df9d/prov-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-01 18:30:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "trungdong",
    "github_project": "prov",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "lxml",
            "specs": [
                [
                    ">=",
                    "3.3.5"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    ">=",
                    "2.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.2"
                ]
            ]
        },
        {
            "name": "pydot",
            "specs": [
                [
                    ">=",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "rdflib",
            "specs": [
                [
                    ">=",
                    "4.2.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "prov"
}
        
Elapsed time: 0.01224s