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
Benchmark tests
In order to launch the benchmark tests, run python routing_benchmark.py
Development
- Install
pip install -r requirements.txt
andpip install -r requirements_dev.txt
in your local virtual environment - Setup pre-commit:
pre-commit install -c .github/.pre-commit-config.yaml
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-2.3.0.tar.gz
(13.2 kB
view hashes)
Built Distribution
Close
Hashes for routingfilter-2.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c713d23cde50ba4828b78d2943f5e3e72412f4ce0b0fe2ca8689b9c815992bdc |
|
MD5 | 370e4e8a5f263211adf1e8efbe9e21b1 |
|
BLAKE2b-256 | c68c3e3117959f5b931fa84d14c785f3dda2e35517b91217dabbc9003f1e0328 |