Metadata-Version: 2.0
Name: Keras
Version: 2.1.3
Summary: Deep Learning for humans
Home-page: https://github.com/keras-team/keras
Author: Francois Chollet
Author-email: francois.chollet@gmail.com
License: MIT
Download-URL: https://github.com/keras-team/keras/tarball/2.1.3
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.9.1)
Requires-Dist: scipy (>=0.14)
Requires-Dist: six (>=1.9.0)
Requires-Dist: pyyaml
Provides-Extra: h5py
Requires-Dist: h5py; extra == 'h5py'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-pep8; extra == 'tests'
Requires-Dist: pytest-xdist; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pandas; extra == 'tests'
Requires-Dist: requests; extra == 'tests'
Provides-Extra: visualize
Requires-Dist: pydot (>=1.2.0); extra == 'visualize'

UNKNOWN


