Metadata-Version: 2.1
Name: voprov
Version: 0.0.2
Summary: A library for IVOA Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-N
Home-page: https://github.com/sanguillon/voprov/
Author: Jean-Francois Sornay
Author-email: jeanfrancois.sornay@gmail.com
License: MIT
Description: Introduction
        ============
        
        A library for IVOA Provenance Data Model supporting PROV-N, PROV-XML, PROV-JSON export
        
        * Free software: MIT license
        * Documentation: (incoming).
        
        Features
        --------
        
        * An implementation of the `IVOA Provenance Data Model <http://www.ivoa.net/documents/ProvenanceDM/>`_ in Python.
        * Serialization support: `PROV-N <http://www.w3.org/TR/prov-n/>`_, `PROV-XML <http://www.w3.org/TR/prov-xml/>`_ and `PROV-JSON <http://www.w3.org/Submission/prov-json/>`_.
        * Exporting VOPROV documents into various graphical formats (e.g. PDF, PNG, SVG).
        * Convert a VOPROV document to a `Prov Document <https://github.com/trungdong/prov>`_.
        
        
        Uses
        ----
        
        A short tutorial for using this package is in development.
        
Keywords: provenance,graph,model,VOPROV,provenance-dm,PROVENANCE-DM,PROV-JSON,JSON,PROV-XML,PROV-N
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=2
Provides-Extra: dot
