Metadata-Version: 2.1
Name: wildmatch
Version: 0.1.2
Summary: A Twitter bot that posts the number of astronauts in space every day.
Home-page: https://github.com/bjd2385/wildmatch
Author: Brandon Doyle
Author-email: bjd2385.linux@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/bjd2385/wildmatch/issues
Project-URL: Source, https://github.com/bjd2385/wildmatch
Platform: UNKNOWN
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

`wildmatch`
-----------

This CLI tool is intended to assist in filtering lists of paths by potentially arbitrary `.gitignore`-like configuration
files. It uses the [`python-pathspec`](https://github.com/cpburnz/python-path-specification) library with `argparse` to 
allow easier use in pipelines and automation.


