Filterx

Latest version: v0.3.6

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.6

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.5...v0.3.6

0.3.5

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.4...v0.3.5

- Fix separator detect issue.

0.3.4

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.3...v0.3.4

- Enable to detect separator automatically while processing csv file

0.3.3

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.2...v0.3.3

support `in`/`not in` while filtering
bash
filterx c test_data/csv/example.csv -e "city in ('New York', 'Los Angeles')" -e "gender == 'F'" -e "select(name, id)" -H

0.3.2

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.1...v0.3.2

- allow sql support, use `df` as default table name.
bash
filterx fa test_data/fasta/1.fa.gz --sql "select * from df limit 1"

0.3.1

**Full Changelog**: https://github.com/dwpeng/filterx/compare/v0.3.0...v0.3.1

- fix: allow compare op in bool op
bash
filterx c test.csv -H -e "a > 1 and b < 2"

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.