Skip to content

🐅 helps your programs parse and format metadata into filepaths.

License

Notifications You must be signed in to change notification settings

7yl4r/filepanther

Repository files navigation

File Panther

File paths are just poorly-structured metadata. File Panther helps your programs parse and format metadata into filepaths.

Requirements

  • python>=3.5.0
    • for *splat usage

setup

  1. git clone https://github.com/7yl4r/filepanther
  2. cd filepanther
  3. pip install -e .
  4. pip install -r tests_requirements.txt
  5. python -m pytest -m "not real_db"

usage examples

metadata_dict = filepath_to_metadata(filepath, filepath_format_str)

filepath = metadata_to_filepath(metadata_dict, filepath_format_str)

About

🐅 helps your programs parse and format metadata into filepaths.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages