Metadata-Version: 2.1
Name: rjj
Version: 0.0.1
Summary: rjj (read-joint-jet) is a simple cmd-based data cleaning tool
Author-email: calcuis <info@calcu.io>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pandas
Project-URL: Homepage, https://github.com/calcuis/rjj
Project-URL: Issues, https://github.com/calcuis/rjj/issues

### rjj (read-joint-jet)
rjj is a simple cmd-based data cleaning tool; rjj comes from the slogan "are you Ready? Joint me or split me; easy Job!"
#### install it via (pip/pip3):
```
pip install rjj
```
#### update cgg
```
pip install rjj --upgrade
```
#### check current version
```
rjj -v
```
#### read user manual
```
rjj -h
```
### jointer and spliter
joint or split your csv file(s) with a simple command below
#### jointer
csv jointer
```
rjj j
```
#### spliter
csv spliter
```
rjj s
```

