Metadata-Version: 2.1
Name: logprov
Version: 0.0.2
Summary: capture of provenance information into structured logs
Home-page: https://github.com/mservillat/logprov
Author: Mathieu Servillat & Jose Enrique Ruiz
Author-email: mathieu.servillat@obspm.fr, jer@iaa.es
License: UNKNOWN
Description: # logprov
        
        This package provides functions to automatically capture provenance information into a structured log file. 
        It tracks entities that are used and generated by activities such as Python functions or class methods, 
        recording also the activity parameters and the execution environment.
        
        Additional functions help to convert the structured logs into IVOA/W3C Provenance file formats or graphs.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
