Metadata-Version: 2.4
Name: tabletools
Version: 1.0.1
Summary: Package for processing csv files with headers, a.k.a. tables
Home-page: https://github.com/maragkakislab/tabletools
Author: MaragkakisLab
Author-email: emmanouil.maragkakis@nih.gov
Project-URL: Bug Tracker, https://github.com/maragkakislab/tabletools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: license-file

Miscellaneous scripts for manipulating table files (files that have a columnar
format and a header line with column names).

# Installation guide
```
pip install tabletools
```
