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.1.tar.gz
(8.7 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8868dadc011a60f73577b5c5735033879e5b8ad2a9e5562afd494373b841dadb |
|
MD5 | 8b8813ad49ad5729145b7c69b9744782 |
|
BLAKE2b-256 | 092cf90eafeeea19ae1dae3acd331b59ba9041c9ca84c017f67ef5b054078bcd |