Python Binding for cumin
Project description
Python Binding for cumin.
setup
from PyPI
pip install cumin-py
from Github
clone this, then
pip install .
Usage
import cumin
cumin.loads("""
struct S { x: Int, y: Int = 0 }
let a = S(1);
[a, a]
""")
# => [{'x': 1, 'y': 0}, {'x': 1, 'y': 0}]
cumin.load("conf.cumin") # read ./conf.cumin
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cumin-py-0.0.5.tar.gz
(1.7 kB
view hashes)