Skip to main content

Python bindings for the Nickel programming language.

Project description

pynickel

Python bindings to use Nickel.

Install

pip install py-nickel

Use

import nickel

result = nickel.run("let x = 1 in { y = x + 2 }")
print(result)
# {
#   "y": 3
# }

Supported by

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