c-kzg-4844/bindings/python
Florian Idelberger 67e5904a04
Add source distribution for Python package (#415)
Also improves setup.py and moves it to the repo's root directory.
2024-04-16 18:14:38 -05:00
..
.gitignore Add workflow to publish python package 2024-02-21 14:05:47 -06:00
Makefile Add source distribution for Python package (#415) 2024-04-16 18:14:38 -05:00
README.md Remove pyecc tests (#300) 2023-05-10 12:05:55 +03:00
ckzg.c python: check file pointer when loading trusted setup (#401) 2024-03-04 08:43:22 -06:00
tests.py Add ref test count checks for all bindings (#211) 2023-03-15 16:39:19 +02:00

README.md

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