Metadata-Version: 2.1
Name: tableformatter
Version: 0.1.5
Summary: python-tableformatter - Tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection
Home-page: https://github.com/python-tableformatter/tableformatter
Author: Eric Lin
Author-email: anselor@gmail.com
License: MIT
Description: tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
        It converts your data into a string form suitable for pretty-printing as a table.  The goal is to make it quick and easy
        for developers to display tabular data in an aesthetically pleasing fashion.  It provides a simple public API, but allows
        fine-grained control over almost every aspect of how the data is formatted.
        
Keywords: table tabular formatter
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.4
Provides-Extra: dev
