Search YAML files satisfying specified conditions.
Project description
Search YAML files satisfying specified conditions.
Depends on Python 3.
Examples: yfind '.mailings[0].sent < 2012/06/12' my_files/ yfind '.id == 10'
Currently supported search expressions:
<Operand> <Operator> <Operand>
where Operator is one of ==, !=, <, >, <= or >=.
Operands may be numbers (1, 3.0), scalars (“foo”, “bar”), dates (2007/12/30) or YAML fields (.foo.bar, .foo[4].bar, .bar).
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
yfind-0.1.0a1.tar.gz
(3.7 kB
view hashes)