Skip to content

Commit 6dfdc61

Browse files
committed
attempt to reference yet-uncreated badge
1 parent f25d031 commit 6dfdc61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Object Filtering
22

3+
![Build Status](https://github.com/YOUR_USERNAME/YOUR_REPOSITORY/actions/workflows/python-package.yml/badge.svg?branch=main)
4+
![Python Versions](https://img.shields.io/badge/python-3.10--3.13-blue)
5+
36
A Python module 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.
47

58
See `/docs/filter_specifications.md` for details on filter implementation.

0 commit comments

Comments
 (0)