Metadata-Version: 2.1
Name: wildmatch
Version: 0.2.3
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.
```shell
$ wildmatch --help
usage: wildmatch [-h] [-c CONF] [-i INPUT]

Filter lists of paths by arbitrary .gitignore-like configuration files.

options:
  -h, --help            show this help message and exit
  -c CONF, --conf CONF  optionally set the configuration file to filter by, defaults to .diffignore
  -i INPUT, --input INPUT
                        optionally specify an input file to filter by the configuration file
```


