Metadata-Version: 2.1
Name: cutpaste
Version: 0.0.0
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 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
```  
