Metadata-Version: 2.4
Name: prophet-sucks
Version: 1.0.0
Summary: A joke package that re-exports `laplace` from skaters. Use skaters instead.
Home-page: https://github.com/microprediction/skaters
Author: microprediction
Author-email: peter.cotton@microprediction.com
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: skaters>=0.10.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# prophet-sucks

A public service announcement, lovingly delivered as a Python package.

The punchline is also the useful part: instead of reaching for a heavyweight forecaster, use **[`skaters`](https://github.com/microprediction/skaters)** — a fast, light univariate forecasting package that even runs in Pyodide.

![skating](https://i.imgur.com/elu5muO.png)

## Install the real thing

```bash
pip install skaters
```

```python
from skaters import laplace
```

## ...or keep laughing

```bash
pip install prophet-sucks
```

```python
from prophet_sucks import laplace   # re-exported straight from skaters, with a wink
```

`prophet_sucks` is a thin shim: it re-exports `laplace` from `skaters` and emits a `DeprecationWarning` pointing you to the real package. That's the whole joke.

## Links

- skaters: https://github.com/microprediction/skaters
- Docs: https://skaters.microprediction.org/

MIT licensed.
