README.md 420 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
# CK Python API
This API uses Python to generate instances of operations present in CK, compiles them into a shared library, and an executable to run the instances.
There are 2 directories: shared and normal. The normal directory contains one instance that will compile into an excutable to be run, while the shared directory 
generates multiple instances and compiles them into a shared library.

## Normal

## Shared