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.
Release steps
- (If needed) Update the requirements in
requirements.txt
andsetup.py
- Add a new entry in
CHANGELOG.md
with the new version number - Update the version number in
setup.py
- Commit and merge the changes into
master
branch - Publish a new release with the version number as a tag: the CI will automatically publish the new version un PyPI
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.5.1.tar.gz
(14.9 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-1.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3830c93549e8c02fe9fb7685182e2d669933b7c1ad138d18b020f78eb9cea9fd |
|
MD5 | 87cc2d822f041fa0d3d817822b4b3685 |
|
BLAKE2b-256 | c08920e829c6ce53c664b5dbaa871d04e503324f3d567dee918af07898c7cd36 |