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
Release files for cumin-py 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cumin-py-0.0.5.tar.gz | 1.7 kB | Details |
Release files / cumin-py-0.0.5.tar.gz
| Download URL | cumin-py-0.0.5.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
648e9947e583f87de655f355e40e5362db781a7916ab582522e55be9bb9b5e74
|
|
BLAKE2b-256 checksum How to use checksums |
91ed8dd9215d5507c93761c5c56b2e65ac3b8babef81fa16384ff582af08f740
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|