Installation

pymetadata is available from pypi and can be installed via

pip install pymetadata

Cache path

pymetadata caches some information for faster retrieval. The cache path is set to

CACHE_PATH: Path = Path.home() / ".cache" / "pymetadata"

To use a custom cache path use

import pymetadata
pymetadata.CACHE_PATH = <cache_path>