Metadata-Version: 2.0
Name: set-fns
Version: 0.1.1
Summary: Quick set operations on files
Home-page: https://github.com/elbuo8/set-fns
Author: Yamil Asusta (@elbuo8)
Author-email: hello@yamilasusta.com
License: MIT
Keywords: union intersection difference set sets discrete math
Platform: UNKNOWN

# set-fns


Simple CLI for basic set operations over single column files.

## Installation

```sh
$ pip install set-fns
```

## Usage

```sh
$ set-fns intersection a.txt b.txt c.txt
```

## License
MIT

Enjoy :)


