METADATA
1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Metadata-Version: 2.1
Name: tb-nightly
Version: 2.3.0a20200403
Summary: TensorBoard lets you watch Tensors Flow
Home-page: https://github.com/tensorflow/tensorboard
Author: Google Inc.
Author-email: packages@tensorflow.org
License: Apache 2.0
Keywords: tensorflow tensorboard tensor machine learning visualizer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >= 2.7, != 3.0.*, != 3.1.*
Requires-Dist: absl-py (>=0.4)
Requires-Dist: grpcio (>=1.24.3)
Requires-Dist: google-auth (<2,>=1.6.3)
Requires-Dist: google-auth-oauthlib (<0.5,>=0.4.1)
Requires-Dist: markdown (>=2.6.8)
Requires-Dist: numpy (>=1.12.0)
Requires-Dist: protobuf (>=3.6.0)
Requires-Dist: requests (<3,>=2.21.0)
Requires-Dist: setuptools (>=41.0.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: tensorboard-plugin-wit (>=1.6.0)
Requires-Dist: werkzeug (>=0.11.15)
Requires-Dist: futures (>=3.1.1) ; python_version < "3"
Requires-Dist: wheel ; python_version < "3"
Requires-Dist: wheel (>=0.26) ; python_version >= "3"
TensorBoard is a suite of web applications for inspecting and understanding
your TensorFlow runs and graphs.
Releases prior to 1.6.0 were published under the ``tensorflow-tensorboard`` name
and may be found at https://pypi.python.org/pypi/tensorflow-tensorboard.