yfind 0.1.0 Alpha 2

yfind is a Python tool to search YAML files satisfying specified conditions.Examples: yfind '.mailings[0].sent < 2012/06/12' my_files/yfind '.id == 10'((?.id) and (yfind '.id == 10)) or (.enabled == "False")'Currently supported search expressions:<...