File paths are just poorly-structured metadata. File Panther helps your programs parse and format metadata into filepaths.
python>=3.5.0
- for
*splat
usage
- for
git clone https://github.com/7yl4r/filepanther
cd filepanther
pip install -e .
pip install -r tests_requirements.txt
python -m pytest -m "not real_db"
metadata_dict = filepath_to_metadata(filepath, filepath_format_str)
filepath = metadata_to_filepath(metadata_dict, filepath_format_str)