Unifile

For save settings or file load dump data


Keywords
file, yaml, json, txt
License
GPL-3.0
Install
pip install Unifile==0.1.1

Documentation

Unifile

This file content examples how to use this module is for saving and loading many file formats

pip install unifile

Supported formats

  • yaml
  • txt
  • csv
  • json (load content from url or local file)
  • pdf (only can load text)

For doc see 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.