Metadata-Version: 2.1
Name: tmsutils
Version: 0.0.2
Summary: Handy tools out of the box
Home-page: https://github.com/TheMrinalSinha/tmsutils
Author: Mrinal Sinha
Author-email: mail@themrinalsinha.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: linear-tsv (==1.1.0)

# tmsutils
collection of utility functions to make task easy

Function list:

- `csv_to_linear_tsv` - function to convert given csv file into linear tsv file
- `file_split` - function to split text or csv file into given chunks


