Metadata-Version: 2.4
Name: tessera-slides
Version: 0.3.2
Summary: Deprecated — renamed to 'tessera-report'. Installs tessera-report and keeps 'import tessera' working.
Author-email: André Rezende Dessimoni Carvalho <andre.rdc@outlook.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/andre-dessimoni/tessera-report
Project-URL: Documentation, https://tessera-report.readthedocs.io/
Keywords: deprecated,tessera,tessera-report
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: tessera-report>=0.4.0

# tessera-slides → renamed to **tessera-report**

This package has been **renamed**. `tessera-slides` is now a thin shim that just
installs [`tessera-report`](https://pypi.org/project/tessera-report/).

```bash
pip install tessera-report
```

Your code does not change — the import name was always `tessera`:

```python
from tessera import Deck   # was: from tessera import HTMLSlides
```

> Note: the main class `HTMLSlides` was renamed to `Deck` in the move to
> `tessera-report` 0.4.0. See the
> [changelog](https://tessera-report.readthedocs.io/).

Documentation: https://tessera-report.readthedocs.io/
Source: https://github.com/andre-dessimoni/tessera-report
