Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.17 KB

ProvInspector

Made-with-Python W3C-PROV License Coverage Black

ProvInspector is a Python library that integrates support for provenance capturing, provenance graph generation, and provenance inspection into the StreamVizzard stream processing framework. The underlying data model is compliant with the W3C PROV specification.

Installation

Using pip

pip install git+https://dbgit.prakinf.tu-ilmenau.de/masc7357/provinspector

Using Poetry

poetry install

The dependencies for development can be installed via Poetry's --with option:

poetry install --with dev

License

This project is Apache 2.0 licensed. Copyright © 2024 by Marius Schlegel.