Metadata-Version: 2.1
Name: pymediainfo
Version: 7.0.0
Summary: A Python wrapper for the MediaInfo library.
Author-Email: Louis Sautier <sautier.louis@gmail.com>
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Project-URL: Homepage, https://github.com/sbraz/pymediainfo
Project-URL: Documentation, https://pymediainfo.readthedocs.io/
Project-URL: Bugs, https://github.com/sbraz/pymediainfo/issues
Requires-Python: >=3.9
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: dev
Requires-Dist: pytest>=6; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: alabaster; extra == "docs"
Requires-Dist: setuptools_scm; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Description-Content-Type: text/x-rst

pymediainfo
-----------

.. image:: https://img.shields.io/pypi/v/pymediainfo.svg
  :target: https://pypi.org/project/pymediainfo

.. image:: https://img.shields.io/pypi/pyversions/pymediainfo.svg
  :target: https://pypi.org/project/pymediainfo

.. image:: https://repology.org/badge/tiny-repos/python%3Apymediainfo.svg
  :target: https://repology.org/project/python%3Apymediainfo/versions

.. image:: https://img.shields.io/pypi/implementation/pymediainfo.svg
  :target: https://pypi.org/project/pymediainfo

.. image:: https://ci.appveyor.com/api/projects/status/g15a2daem1oub57n/branch/master?svg=true
  :target: https://ci.appveyor.com/project/sbraz/pymediainfo


This small package is a wrapper around the MediaInfo library.

It works on Linux, Mac OS X and Windows and is tested with Python 3.9 to 3.13 and PyPy3.

See https://pymediainfo.readthedocs.io/ for more information.
