Metadata-Version: 2.1
Name: tidy_dict
Version: 1.1.0
Summary: A tool for easy Nested Dictionaries with option to output tidy CSV files.
Home-page: https://github.com/atomoton/tidy_dict
Author: Andrew E Brereton
Author-email: andrew@brereton.me
License: UNKNOWN
Description: # TidyDict()
        
        * By default, a non-existing key creates another TidyDict at that key.
        * Prints in a non-garbage way (tabulated).
        * use `.to_csv()` to get a CSV file
        * use `to_dict()` to get a "normal" dictionary
        
        # load_csv_to_tidydict()
        
        * use this function to create a TidyDict from a csv
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
