Metadata-Version: 2.2
Name: realbook
Version: 1.0.3
Summary: Realbook, a library to make using audio on TensorFlow easier.
Home-page: https://github.com/spotify/realbook
Author: Spotify
Author-email: realbook@spotify.com
Maintainer: Spotify
Maintainer-email: realbook@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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE
License-File: NOTICE
Requires-Dist: tensorflow<2.16,>=2.4; sys_platform != "darwin" or platform_machine != "arm64"
Requires-Dist: tensorflow<2.16,>=2.13; sys_platform == "darwin" and platform_machine == "arm64"
Requires-Dist: types-protobuf
Requires-Dist: numpy
Requires-Dist: typing_extensions
Provides-Extra: dev
Requires-Dist: realbook[tensorboard,test]; extra == "dev"
Requires-Dist: bumpversion>=0.5.3; extra == "dev"
Provides-Extra: tensorboard
Requires-Dist: matplotlib; extra == "tensorboard"
Requires-Dist: psutil; extra == "tensorboard"
Requires-Dist: nvsmi; extra == "tensorboard"
Requires-Dist: librosa>=0.9; extra == "tensorboard"
Provides-Extra: test
Requires-Dist: coverage>=5.0.2; extra == "test"
Requires-Dist: pytest>=7.1.1; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Requires-Dist: pytest-mock>=3.10.0; extra == "test"
Requires-Dist: tox; extra == "test"
Requires-Dist: torch; extra == "test"
Requires-Dist: nnaudio; extra == "test"
Requires-Dist: numpy>=1.22; extra == "test"
Requires-Dist: librosa>=0.9; extra == "test"
Requires-Dist: tensorflow<2.16,>=2.4; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "test"
Requires-Dist: tensorflow<2.16,>=2.13; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "test"

Realbook, a library to make using audio on TensorFlow easier.
