Skip to main content

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 details)

Uploaded Source

File details

Details for the file cumin-py-0.0.5.tar.gz.

File metadata

  • Download URL: cumin-py-0.0.5.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for cumin-py-0.0.5.tar.gz
Algorithm Hash digest
SHA256 648e9947e583f87de655f355e40e5362db781a7916ab582522e55be9bb9b5e74
MD5 d2dcc70d47a7fe23948304a2eff0ff91
BLAKE2b-256 91ed8dd9215d5507c93761c5c56b2e65ac3b8babef81fa16384ff582af08f740

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page