Metadata-Version: 2.4
Name: saaspdf
Version: 0.2.0
Summary: DEPRECATED — renamed to paperlypdf. Install paperlypdf instead.
License: MIT
Keywords: pdf,report,ai,generator,document
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: paperlypdf>=0.1.0

# saaspdf (deprecated)

The `saaspdf` package was renamed to **paperlypdf**. This package is a thin,
backward-compatible shim that installs `paperlypdf` and re-exports everything,
so existing `pip install saaspdf` / `from saas_pdf import SaasPdf` code keeps
working.

**New code should install the real package:**

```bash
pip install paperlypdf
```

```python
from paperlypdf import PaperlyPdf
```
