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.2.0.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ebe62d8576a8623adaf23e86c2b95a7608b06d96d3f725fdf34dba2363a6ab3 |
|
MD5 | 0369c31918d384738c3b7968f6489276 |
|
BLAKE2b-256 | 96c8b855422ca297e0540ba9c6d537fa198296029ac0e93c307cf7ff8c0f4a0e |