Skip to main content

Convert Business Rules defined in a Google Sheet or CSV to Python

Project description

rulesheet (work in progress)

Convert Business Rules defined in a Google Sheet or CSV to Python

usage

Define business rules in a CSV. See an example of a csv here.

from rulesheet import load_ruler_from_csv

ruler = load_ruler_from_csv("./example.csv")

ruler.test({ "year": 2023, "city": "Chattanooga" })
True

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

rulesheet-0.0.1.tar.gz (5.2 kB view hashes)

Uploaded Source

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