Metadata-Version: 2.1
Name: filemeta
Version: 0.0.2
Summary: functions to read file meta information
Home-page: https://github.com/Dobatymo/filemeta
Author: Dobatymo
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: bitstruct
Requires-Dist: genutility[json]
Requires-Dist: importlib-resources
Requires-Dist: piexif
Requires-Dist: pymediainfo
Requires-Dist: requests

# filemeta

Some helper functions to parse file meta data from files about themselves (like exif from images or id3 from mp3) or about other files (like torrent files or archives).

## Requirements

Python 3.7+.


