Metadata-Version: 2.4
Name: filefisher
Version: 1.2.0
Summary: find and parse file and folder names
Author-email: filefisher developers <mathias.hauser@env.ethz.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/mpytools/filefisher
Project-URL: Documentation, https://filefisher.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/mpytools/filefisher
Project-URL: BugReports, https://github.com/mpytools/filefisher/issues
Keywords: path folder parse
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.2
Requires-Dist: parse>=1.20
Dynamic: license-file

# Filefisher

_A handy tool to find and parse file and folder names._

Filefisher is a python package that can create or find file and folder names according
to a pattern you define. This is handy if you have many folders or files that follow a
predefined naming structure.

## Documentation

Learn more about filefisher in its official documentation at [https://filefisher.readthedocs.io](https://filefisher.readthedocs.io)

## Get in touch

Don't hesitate to ask usage questions, report bugs, suggest features or view the source
code on GitHub under [mpytools/filefisher](https://github.com/mpytools/filefisher).

## License

filefisher is published under a MIT license.
