Metadata-Version: 2.1
Name: basic-pitch
Version: 0.2.6
Summary: Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection.
Home-page: https://github.com/spotify/basic-pitch
Author: Spotify
Author-email: basic-pitch@spotify.com
Maintainer: Spotify
Maintainer-email: basic-pitch@spotify.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE
License-File: NOTICE
Requires-Dist: librosa (>=0.8.0)
Requires-Dist: mir-eval (>=0.6)
Requires-Dist: numpy (<1.24,>=1.18)
Requires-Dist: pretty-midi (>=0.2.9)
Requires-Dist: resampy (>=0.2.2)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: typing-extensions
Requires-Dist: tensorflow (>=2.4.1) ; platform_machine != "arm64"
Requires-Dist: tensorflow-macos (>=2.4.1) ; platform_machine == "arm64"
Provides-Extra: dev
Requires-Dist: basic-pitch[docs,test] ; extra == 'dev'
Requires-Dist: bump2version (>=1.0.1) ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs (>=1.0.4) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage (>=5.0.2) ; extra == 'test'
Requires-Dist: pytest (>=6.1.1) ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection. See https://github.com/spotify/basic-pitch for more details.
