add mscp and pymscp python modules.

pymscp is a C Python wrapper for libmscp functions. mscp module
provides simple (?) Python API.
This commit is contained in:
Ryo Nakamura
2023-03-11 22:49:19 +09:00
parent 855ee618a6
commit 8ea05729c2
5 changed files with 291 additions and 35 deletions

4
.gitignore vendored
View File

@@ -3,3 +3,7 @@ html
compile_commands.json
CMakeUserPresets.json
.*.swp
dist
*.egg-info
__pycache__