Metadata-Version: 2.1
Name: kvdiff
Version: 0.0.2
Summary: Compare two text files by key columns
Home-page: https://github.com/dongyx/kvdiff
Author: Yuxuan Dong
Author-email: yuxuan.dong@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# KVDiff

Compare two text files by key columns

# Requirements

+ Python >=3.5
+ [sort(1)](http://man7.org/linux/man-pages/man1/sort.1.html)

# Installation

	$ pip install kvdiff

# Usage

Run `kvdiff --help` for more infomation

# License

MIT licensed

# Technical details

See [KVDiff: Compare Two Large Text Files by Key Columns](http://yxdong.me/posts/kvdiff.html)


