Metadata-Version: 2.1
Name: tableToDocument
Version: 0.0.1
Summary: A package for writing python datatypes to documents
Home-page: https://github.com/pgiank28/tableToDocument
Author: Pantelis Giankoulidis
Author-email: pgiankoulidis@isc.tuc.gr
License: UNKNOWN
Description: # 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'
        
        
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
