Metadata-Version: 1.1
Name: prov
Version: 1.0.0
Summary: A library for W3C Provenance Data Model supporting PROV-JSON import/export
Home-page: https://github.com/trungdong/prov
Author: Trung Dong Huynh
Author-email: trungdong@donggiang.com
License: MIT
Description: ===============================
        prov
        ===============================
        
        
        .. 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://coveralls.io/repos/trungdong/prov/badge.png?branch=master
          :target: https://coveralls.io/r/trungdong/prov?branch=master
          :alt: Coverage Status
        .. image:: https://pypip.in/wheel/prov/badge.svg
          :target: https://pypi.python.org/pypi/prov/
          :alt: Wheel Status
        .. image:: https://pypip.in/download/prov/badge.svg
          :target: https://pypi.python.org/pypi/prov/
          :alt: Downloads
        
        
        A library for W3C Provenance Data Model supporting PROV-JSON import/export
        
        * Free software: MIT license
        * Documentation: http://prov.readthedocs.org.
        
        Features
        --------
        
        This package provides an implementation of the `W3C PROV Data Model <http://www.w3.org/TR/prov-dm/>`_ in Python.
        It provides in-memory classes for PROV assertions and can be serialized into `PROV-JSON representation <http://www.w3.org/Submission/prov-json/>`_.
        In addition, the included `prov.dot` module exports PROV documents into various graphical formats (e.g. PDF, PNG, SVG).
        
        
        Uses
        ^^^^
        This package is used extensively by `ProvStore <https://provenance.ecs.soton.ac.uk/store/>`_,
        a respository for provenance documents.
        
        
        
        
        
        History
        -------
        
        1.0.0 (2014-07-15)
        ^^^^^^^^^^^^^^^^^^
        
        * The underlying data model has been rewritten and is **incompatible** with pre-1.0 versions.
        * References to PROV elements (i.e. entities, activities, agents) in relation records are now QualifiedName instances.
        * A document or bundle can have multiple records with the same identifier.
        * PROV-JSON serializer and deserializer are now separated from the data model. 
        * Many tests added, including round-trip PROV-JSON encoding/decoding.
        * For changes pre-1.0, see CHANGES.txt.
Keywords: provenance,graph,model,PROV,PROV-DM,PROV-JSON,JSON
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security
Classifier: Topic :: System :: Logging
