Metadata-Version: 2.2
Name: filefisher
Version: 1.1.0
Summary: find and parse file and folder names
Home-page: https://github.com/mpytools/filefisher
Author: Mathias Hauser
Author-email: mathias.hauser@env.ethz.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: parse>=1.19
Provides-Extra: docs
Requires-Dist: ipython; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"

# 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.
