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.3.1.tar.gz
(10.3 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106db03616258be7e5f58042eeeba45b711cdeeb0885ac327a555161bcf2ed43 |
|
MD5 | 8d31aec910a76a854c6edbdca795146f |
|
BLAKE2b-256 | ddf87e5b30eac7f7e895d8bb8fed88e57818ae0e11337dadb568091c272e23af |