Generic Business Logic Implementation for Routing objects as python dictionaries
Project description
RoutingFilter
This is a Python module to handle routing filters based on dictionaries.
Usage
Load a rule and check whether an event matches the rule or not.
from routingfilter.routing import Routing
routing = Routing()
routing.load_from_dict([test_rule_1])
routing.match(test_event_1)
See the online documentation for further details.
License
This project is licensed under the GNU LGPLv3 license.
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
routingfilter-1.1.5.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cb7a0dd1c9b74989fb49cede9e77ea20d6f1f6564b0d621b0a86562ce5103a4 |
|
MD5 | f93a2c015553084afee59816ca6582ba |
|
BLAKE2b-256 | 5e4a618dd787f733b2c7960c7f6387b03258225f61cd1e04d0ef0d6a3baf69af |