Metadata-Version: 2.1
Name: flexfiles
Version: 1.0.0rc1
Summary: A convenience package to handle CSV files easily.
Home-page: https://gitlab.com/optano/flexfiles
Author: Sven Flake
Author-email: sven.flake@optano.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flexlog

# READ ME

Welcome to `flexfiles`!

## The Goal

* Simplify reading and writing CSV files (and some JSON)
* Write a checksum for every file to detect whether something changed
* Auto-creation of folder structures, no extra code needed


