Metadata-Version: 2.4
Name: file-tag-parser
Version: 0.2.3
Summary: A tag-based filename parser for imaging data.
Author-email: Rob F Cooper <robert.cooper@marquette.edu>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/OCVL/file-tag-parser
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0
Requires-Dist: parse>=1.2.0
Requires-Dist: parse-type>=0.6.4
Dynamic: license-file

# file-tag-parser
A tag-based filename parser for imaging data.

This library is designed to make parsing of arbitrary filenames attainable and searchable via a pandas-based database. 
Each filename can then be interpreted and/or manipulated for whatever processing and analysis is desired.

At the moment, the library is solely dedicated to the interpretation of complex filenames using
a "tagging system", to streamline their grouping and loading. This will likely be expanded in the future as needed.
