Metadata-Version: 1.1
Name: seaborn-table
Version: 6.3.0
Summary: SeabornTable reads and writes tables in csv and md and acts like a list and dict."
Home-page: https://github.com/SeabornGames/SeabornTable
Author: Ben Christenson
Author-email: Python@BenChristenson.com
License: MIT License
Description: # Seaborn Table
        Seaborn Table acts as a dictionary and list and handles reading and writing data 
        to various formats seamlessly.
        
        It can do this by consuming:
            list of list
            list of dictionary
            dictionary of dictionary
            dictionary of lists
        
        It can consume these from raw python data structures, csv, text, markdown, 
        grid, psql, or file.
        It can output to csv, text, markdown, grid, psql, rst or html tables.
        
        This is primarily as a library but can be used as a script with:
        > seaborn_table source_file destination_file
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
