An open API service indexing awesome lists of open source software.

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

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**