prov


Nameprov JSON
Version 2.0.1 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_time2024-06-10 18:55:34
maintainerNone
docs_urlNone
authorTrung Dong Huynh
requires_python<4,>=3.6
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 No Travis.
coveralls test coverage
            ============
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

* 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": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "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/da/77/e1f192e247c2e786b8bd9ad24748f98c768e6ee091c3a99c57964a45d0fb/prov-2.0.1.tar.gz",
    "platform": null,
    "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://github.com/trungdong/prov/workflows/CI/badge.svg?branch=master\n  :target: https://github.com/trungdong/prov/actions?workflow=CI\n  :alt: CI 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://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",
    "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.1",
    "project_urls": {
        "Bug Reports": "https://github.com/trungdong/prov/issues",
        "Homepage": "https://github.com/trungdong/prov",
        "Source": "https://github.com/trungdong/prov"
    },
    "split_keywords": [
        "provenance",
        " graph",
        " model",
        " prov",
        " prov-dm",
        " prov-json",
        " w3c",
        " prov-xml",
        " prov-n",
        " prov-o",
        " rdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5af53e6601314761606cdf99416eff877bce4edb31ba2cb1fbc5a123c982857e",
                "md5": "4a3bede63c0d7270fcd05641ab2ab680",
                "sha256": "271c5dc0aac20cbbfe48a622f7c036d6b52a5db3fe79f0afa3391debe235321e"
            },
            "downloads": -1,
            "filename": "prov-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a3bede63c0d7270fcd05641ab2ab680",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 421536,
            "upload_time": "2024-06-10T18:55:28",
            "upload_time_iso_8601": "2024-06-10T18:55:28.691441Z",
            "url": "https://files.pythonhosted.org/packages/5a/f5/3e6601314761606cdf99416eff877bce4edb31ba2cb1fbc5a123c982857e/prov-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da77e1f192e247c2e786b8bd9ad24748f98c768e6ee091c3a99c57964a45d0fb",
                "md5": "091ab806187c1bb8b862aa974b8f9678",
                "sha256": "0e238c1405d1a55c72bd39b3b6d73d6f7abfd9d0a7fab2ec0693a19a29a5617f"
            },
            "downloads": -1,
            "filename": "prov-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "091ab806187c1bb8b862aa974b8f9678",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 131989,
            "upload_time": "2024-06-10T18:55:34",
            "upload_time_iso_8601": "2024-06-10T18:55:34.330979Z",
            "url": "https://files.pythonhosted.org/packages/da/77/e1f192e247c2e786b8bd9ad24748f98c768e6ee091c3a99c57964a45d0fb/prov-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 18:55:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "trungdong",
    "github_project": "prov",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "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"
                ],
                [
                    "<",
                    "7"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "prov"
}
        
Elapsed time: 0.37819s