pygomx/pygomx-module
2026-02-21 13:10:45 +01:00
..
.gitignore make the package a package 2026-02-10 14:48:33 +01:00
build_ffi.py add api enpoint for creating rooms 2026-02-19 14:27:51 +01:00
Makefile build: pass go tags 2026-02-21 13:10:45 +01:00
MANIFEST.in make the package a package 2026-02-10 14:48:33 +01:00
README.txt update readme 2026-02-10 14:49:35 +01:00
requirements.txt make the package a package 2026-02-10 14:48:33 +01:00
setup.py make the package a package 2026-02-10 14:48:33 +01:00

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

python package with the pygomx binaries

install reqiurements:

    pip install -e requirements.txt


build wheel:

    make
    python setup.py bdist_wheel

install:

    python setup.py install