A module for determining whether arbitrary Python objects meet a set of defined criteria.
Project description
Object Filtering
A Python module that functions for determining whether arbitrary Python objects meet a set of defined criteria. Filters use JSON to represent a set of criteria that objects must meet. Filters can be arbitrarily nested and can contain conditional logic.
See /docs/filter_specifications.md
for details on filter implementation.
Installation Options
- Download the latest version of
object_filtering
from PyPi by running the commandpip install object_filtering
. - Download the latest version of
object_filtering
from the Releases tab on GitHub and install the wheel (.whl
).
Making Modifications
- Clone this repository.
- Make modifications to the source code.
- (Optional) Change the module version in
pyproject.toml
. - Run
pytest
from the root of the repository to run unit tests. Only continue if all tests pass. - Build the module by running
py -m build
from the root of the repository. - Install the newly built wheel file.
License
(c) 2024 Scott Ratchford.
object_filtering
is licensed under the MIT License. See LICENSE.txt
for details.
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
Built Distribution
File details
Details for the file object_filtering-0.1.11.tar.gz
.
File metadata
- Download URL: object_filtering-0.1.11.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80b1d81bb65e84478d1244f4585edfc118d68850502ee4a005c3454fa30b9782 |
|
MD5 | ec5fd4dddd927cf5423fd74b28da502d |
|
BLAKE2b-256 | 54747207d2455d5bc435ecf5fd1288d87ddf3251b28df406ff4a390dcf15c162 |
File details
Details for the file object_filtering-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: object_filtering-0.1.11-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0992ed25d19bf8d36adef7fe13d0e1ab47302891aaae26dcf2e896d238767bc1 |
|
MD5 | 6d1ba37e0061d4cdb40b508b97574547 |
|
BLAKE2b-256 | e5ecf4650a801ca31adca6fc386deb5de7b96deab4699729b04437a134b93163 |