Metadata-Version: 2.4
Name: gofish-python
Version: 0.2.0
Summary: Deprecated: install 'gofish-graphics' instead. This package now just pulls in gofish-graphics.
License: MIT
Project-URL: Homepage, https://github.com/gofish-graphics/gofish-graphics
Project-URL: Canonical package, https://pypi.org/project/gofish-graphics/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: gofish-graphics>=0.1.0

# `gofish-python` is deprecated — use [`gofish-graphics`](https://pypi.org/project/gofish-graphics/)

The GoFish Python package is now published as **`gofish-graphics`**. The
`gofish-python` name is deprecated and will receive no further updates.

This release of `gofish-python` contains no code of its own — it only depends
on `gofish-graphics`, so installing it pulls in the canonical package. The
import name is unchanged (`import gofish`).

## Migrate

```bash
pip uninstall gofish-python
pip install gofish-graphics
```

Your code does not change — it was already `import gofish` either way:

```python
from gofish import chart, spread, stack, rect
```

See the project on GitHub: https://github.com/gofish-graphics/gofish-graphics
