Metadata-Version: 2.1
Name: Unifile
Version: 0.1.1
Summary: For save settings or file load dump data
Home-page: https://github.com/heavyblack1/unifile
Author: heavyblack
Author-email: heavyblack1@gmail.com
License: GNU v3
Project-URL: Source Code, https://github.com/heavyblack1/unifile
Description: ![](img/Unifile_logo.png)
        
        # Unifile
        
        This file content examples how to use this module
        is for saving and loading many file formats 
        
        > `pip install unifile`
        
        ## Supported formats
        
        -   [x] yaml
        -   [x] txt
        -   [x] csv
        -   [x] json (load content from url or local file)
        -   [x] pdf (only can load text)
        
        For doc see [how_to_use_example.py](how_to_use_example.py) in my github repository.
        And also in unifile module you can look well documented functions
        
        !!! All dump function replace file can't add data to existing file 
        
        ## Contribute
        
        If you have idea what add or change make better or help you can.
        
Keywords: file yaml json txt
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
