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.6.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b7bc2aef8527fc6e89b07eb8cb81ee397a4518320bf7b5780d7fb2ee1707a58 |
|
MD5 | a7d0a4c4c398779f5caf31db8f039ee2 |
|
BLAKE2b-256 | ef6bb58700735de63668ed41c409101ac784d2599f13e832fb5d6491a245300e |