You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolia is a tiny, safe boolean-expression engine for Python. It parses human-readable rules with dotted identifiers, comparisons, custom functions, and logical operators, then evaluates them against plain dict data.
This is an extensible DSL made with selenium and python for browser automation test writing with very simple and elegant syntax. Deprecated in favor of BWTest
Minimal execution engine for N-SQL — parses N-SQL queries, builds a simple AST, and executes them against pluggable network data adapters (mock/in-memory for now).