{ "info": { "author": "Venmo", "author_email": "open-source@venmo.com", "bugtrack_url": null, "classifiers": [], "description": "business-rules\n==============\n\n[](https://travis-ci.org/venmo/business-rules)\n\nAs a software system grows in complexity and usage, it can become burdensome if\nevery change to the logic/behavior of the system also requires you to write and\ndeploy new code. The goal of this business rules engine is to provide a simple\ninterface allowing anyone to capture new rules and logic defining the behavior\nof a system, and a way to then process those rules on the backend.\n\nYou might, for example, find this is a useful way for analysts to define\nmarketing logic around when certain customers or items are eligible for a\ndiscount or to automate emails after users enter a certain state or go through\na particular sequence of events.\n\n
\n
\n