George Kadianakis f9abc5fad3
Merge pull request #395 from jtraglia/python-pip-package
Add workflow to publish python package
2024-03-04 18:27:41 +02:00
..
2023-05-10 12:05:55 +03:00
2023-05-10 12:05:55 +03:00
2024-02-21 21:14:42 -06:00

Python bindings

This directory contains Python bindings for the C-KZG-4844 library.

Prerequisites

These bindings require python3 and PyYAML.

sudo apt install python3 python3-pip
python3 -m pip install PyYAML

Build & test

Everything is consolidated into one command:

make

You should expect to see these messages at the bottom:

python3 tests.py
tests passed