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.2.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecec580cec5ede4744925badaf7ee2954e84e7fe6945dcb7557106d22ef71ef4 |
|
MD5 | c018e01d0d1535e6a80dc8e8d819cb7b |
|
BLAKE2b-256 | a99e10e2cade1ea01db17296957149c22d6844104e623ddeac2ce0dc62335072 |