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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file rulesheet-0.0.1.tar.gz.
File metadata
- Download URL: rulesheet-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a267e3f27f649170f9c0dceba2907e5a031d68055030da5ca031316e78aba78
|
|
| MD5 |
6d1d1196d87784d28db6c5cfb7e9b705
|
|
| BLAKE2b-256 |
172ad82e0473ff9c4cd57820b14b1cf555e718f58f54d15fd86501ff299ad1a3
|