Metadata-Version: 2.1
Name: filter-strings
Version: 0.0.8
Summary: Filter strings from a file based on regex patterns.
Home-page: https://github.com/jaytrairat/python-filter-strings
Author: jaytrairat
Author-email: jaytrairat@outlook.com
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# filter_strings

## Table of Contents
- [Usage](#usage)

## Usage
```sh
filter_strings --input-file input.txt --regex "okhttp" "proxy"
```
