Skip to content

python bindings for several IV* projects

Notifications You must be signed in to change notification settings

iv-project/IV2py

Repository files navigation

IV2py

Wrapper code to bring libraries from the iv-project to python, currently supported are:

Install

To use the newest iv2py package, run:

pip install -U iv2py

Documentation/API Reference

Checkout the documentation for details on this library.

Release

For release, download the artifacts from the github action workflow and upload them with twine:

    unzip artifacts.zip
    twine upload --repository testpypi *.whl --verbose`