trungdong / prov

A Python library for W3C Provenance Data Model (PROV)
http://prov.readthedocs.io/
MIT License
120 stars 44 forks source link

More example usages #137

Closed vinisalazar closed 4 years ago

vinisalazar commented 4 years ago

Hi,

Thank you for providing this package.

The usage section of the documentation links an example file. However, this was nowhere to be found. Are there more example usages of the package?

Thank you for any assistance you can provide,

V

trungdong commented 4 years ago

Hello @vinisalazar,

Thanks for alerting me this. I'll update the link in the next release.

In the meantime, please find the file here: https://github.com/trungdong/prov/blob/master/src/prov/tests/examples.py.

There is a short tutorial at http://trungdong.github.io/prov-python-short-tutorial.html, and a longer example in the notebook on this page: https://openprovenance.org/tutorial/odsc2019.html

vinisalazar commented 4 years ago

My apologies, I could not find the file at that location. I updated the link in the documentation page (#138). Thank you for the additional resources. I'm writing a library that makes extensive use of Prov as a dependency. Hope I can contribute more in the future 👍

Best,

V