Metadata-Version: 2.1
Name: tensionflow
Version: 0.1.2
Summary: A Tensorflow framework for working with audio data.
Home-page: https://github.com/Curly-Mo/tensionflow
Author: Colin Fahy
Author-email: colin@cfahy.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: mypy
Requires-Dist: bidict (>=0.14,<0.15)
Requires-Dist: click (>=6.7,<7.0)
Requires-Dist: librosa (>=0.6,<0.7)
Requires-Dist: llvmlite (>=0.24.0,<0.25.0)
Requires-Dist: numpy (>=1.14,<2.0)
Requires-Dist: pandas (>=0.23,<0.24)
Requires-Dist: tensorboard (>=1.10,<2.0)
Requires-Dist: tf-nightly (==1.11.0.dev20180808)
Requires-Dist: typing (>=3.6,<4.0)
