Metadata-Version: 2.1
Name: copyfilter
Version: 0.1.0
Summary: 
Author: Ben Skubi
Author-email: bskubi@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pytest (>=8.0.0,<9.0.0)
Description-Content-Type: text/markdown

Usage: copyfilter [OPTIONS] SRC_DIR DEST_DIR PATTERNS...

  Copies files from SRC_DIR to DEST_DIR based on matching PATTERNS.

  SRC_DIR is the source directory to copy files from.

  DEST_DIR is the destination directory where files are copied to.

  PATTERNS is a list of filename patterns to match (supports wildcards), e.g.,
  *.txt

