Skip to content

v5.0

Compare
Choose a tag to compare
@sbraz sbraz released this 20 Nov 00:03
· 34 commits to master since this release
12ad13e
Breaking changes
  • ⚠️ Drop support for Python 2.7, 3.4 and 3.5
  • MediaInfo.parse: remove the deprecated text parameter
New features
  • MediaInfo: add shortcuts to tracks by type: audio_tracks, video_tracks, etc. (#95)
Miscellaneous
  • Add type hints and a lot of code quality checks to the CI (pylint, mypy, black, etc.)
  • Run tests with tox