Metadata-Version: 2.1
Name: tableToDocument
Version: 0.0.4
Summary: A package for writing python data to human readable documents
Home-page: https://github.com/pgiank28/tableToDocument
Author: Pantelis Giankoulidis
Author-email: pantelis.giankoulidis@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Python data to human readable documents

This is a simple package that writes a python or pandas datatype(dictionary,list,dataframe) 
to a human readable document.Current supported documents are '.doc','.docx','.odt' and '.tex'



