pygomx/pygomx
2026-03-13 13:02:30 +01:00
..
src/pygomx license headers (& minor misc fixes) 2026-03-12 09:08:23 +01:00
.gitignore refactor pygomx-module -> pygomx 2026-03-09 19:00:43 +01:00
build_ffi.py add api and tool for query mxpassfiles, fixes 2026-03-13 13:02:30 +01:00
MANIFEST.in refactor pygomx-module -> pygomx 2026-03-09 19:00:43 +01:00
pyproject.toml add python async 2026-03-11 18:08:10 +01:00
README.txt refactor pygomx-module -> pygomx 2026-03-09 19:00:43 +01:00
setup.py license headers (& minor misc fixes) 2026-03-12 09:08:23 +01:00

pygomx
======

python package with the pygomx binaries

install:

    pip install [-e] .


build wheel:

    python3 -m build --wheel

see ../README.txt for more