]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
python: Add python bindings using Cython
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Dec 2021 21:26:02 +0000 (21:26 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 3 Feb 2022 21:42:45 +0000 (14:42 -0700)
commite509fa3e6e774c13b53e0a68da2582f5f629395a
treed2d06a2cea0c130ff16dbc56373a16af2e58535a
parenta95532a8ea22ce9ccc385cff97aa0a08f86da72f
python: Add python bindings using Cython

Add python bindings via the --enable-python configure flag.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
.github/actions/setup-libcgroup/action.yml
.github/workflows/continuous-integration.yml
configure.ac
src/Makefile.am
src/python/.gitignore [new file with mode: 0644]
src/python/Makefile.am [new file with mode: 0644]
src/python/cgroup.pxd [new file with mode: 0644]
src/python/libcgroup.pyx [new file with mode: 0644]
src/python/setup.py [new file with mode: 0755]