Metadata-Version: 2.0
Name: set-fns
Version: 0.1.0
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
------------

.. code:: bash
    pip install set-fns

Usage
------

.. code:: bash
    $ set-fns intersection a.txt b.txt c.txt

License
-------
 MIT


Enjoy :)


