https://github.com/containerum/solutions_python_lib
Library to parse solution config and generate sequence of configs to run it
https://github.com/containerum/solutions_python_lib
Last synced: 8 months ago
JSON representation
Library to parse solution config and generate sequence of configs to run it
- Host: GitHub
- URL: https://github.com/containerum/solutions_python_lib
- Owner: containerum
- License: mit
- Created: 2017-10-29T16:51:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T10:21:04.000Z (over 8 years ago)
- Last Synced: 2025-07-06T15:07:33.074Z (11 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solutions
Python extension for parsing containerum solutions
## Build command
```bash
go build -buildmode=c-shared -v -o solutions.so github.com/containerum/solutions/extensions/python
```
**Naming library as solutions.so is required**