Metadata-Version: 2.1
Name: cutpaste
Version: 0.0.2
Home-page: https://github.com/vik-rant/cutpaste
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/cutpaste.svg)](https://badge.fury.io/py/cutpaste)

## cutpaste
cut and paste with multi-char delimiters

### Installation
```bash
pip install cutpaste
```  

### Usage
```bash
pycut -d ' ' -f 1 /path/to/some_space_delimited_file.txt
```  

```bash
pypaste -d '\t' column_a.txt column_b.txt
```  
