Metadata-Version: 2.4
Name: tensorbored-nightly
Version: 2.21.0a20260322
Summary: TensorBored: a PyTorch-first TensorBoard fork
Home-page: https://github.com/Demonstrandum/tensorbored
Author: TensorBored authors
Author-email: 
License: AGPL-3.0-or-later
Keywords: pytorch tensorboard tensor machine learning visualizer
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: absl-py>=0.4
Requires-Dist: grpcio>=1.48.2
Requires-Dist: markdown>=2.6.8
Requires-Dist: numpy>=1.12.0
Requires-Dist: packaging
Requires-Dist: pillow
Requires-Dist: protobuf!=4.24.0,>=3.19.6
Requires-Dist: tensorboard-data-server<0.8.0,>=0.7.0
Requires-Dist: werkzeug>=1.0.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

TensorBored is a suite of web applications for inspecting and understanding
your training runs and graphs, with a focus on PyTorch compatibility.

This is a fork of TensorBoard. Install with ``pip install tensorbored``.

For PyTorch projects, use ``from tensorbored.torch import SummaryWriter`` —
a drop-in replacement that removes the need to install the original
``tensorboard`` package.
