pygomx/pygomx-module
2026-03-05 07:04:11 +01:00
..
.gitignore make the package a package 2026-02-10 14:48:33 +01:00
build_ffi.py fix typos 2026-03-05 07:04:11 +01:00
MANIFEST.in If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
pyproject.toml If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
README.txt update pygomx-module/README.txt 2026-03-04 10:54:13 +01:00
setup.py fix typos 2026-03-05 07:04:11 +01:00

pygomx-module
=============

python package with the pygomx binaries

install:

    pip install [-e] .


build wheel:

    python3 -m build --wheel

see ../README.txt for more