Metadata-Version: 1.1
Name: pymediainfo
Version: 3.0
Summary: A Python wrapper for the mediainfo library.
Home-page: https://github.com/sbraz/pymediainfo
Author: Louis Sautier
Author-email: sautier.louis@gmail.com
License: MIT
Description: 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:pymediainfo.svg
          :target: https://repology.org/metapackage/python:pymediainfo
        
        .. image:: https://img.shields.io/pypi/implementation/pymediainfo.svg
          :target: https://pypi.org/project/pymediainfo
        
        .. image:: https://api.travis-ci.org/sbraz/pymediainfo.svg?branch=master
          :target: https://travis-ci.org/sbraz/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 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, PyPy and PyPy3.
        
        See https://pymediainfo.readthedocs.io/ for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
