Metadata-Version: 1.1
Name: pyproms
Version: 1.1.3
Summary: PyPROMS is a client library to make PROV and PROMS documents and submit them to a PROMS server instance
Home-page: https://github.com/ncar/pyproms
Author: Nicholas Car
Author-email: nicholas.car@csiro.au
License: LICENSE.txt
Download-URL: https://github.com/ncar/pyproms/tarball/1.1.3
Description: 
        PyProms is a library of classes that helps Python coders generate
        provenance reports using the PROV and PROMS Ontologies. It also has a
        function to send a Report to an instances of the PROMS Server for
        storage.
        
        The classes match the PROMS-O OWL classes, for example the Python class
        'Report' matches the PROMS-O 'Report' class.
        
        PyProms is expected to be extended so if you need so add to it to get your
        reporting job done, please do so! If you're really nice, you might consider
        letting the author, Nicholas Car <nicholas.car@csiro.au> know what you've
        added as this will help with further releases.
            
Keywords: rdf,prov,prov-o,proms,proms-o,provenance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
