Metadata-Version: 2.4
Name: piggie
Version: 0.8.1
Summary: DEPRECATED: piggie has been renamed to tomo-sdk. Install `pip install tomo-sdk` instead.
Project-URL: Homepage, https://pypi.org/project/tomo-sdk/
Project-URL: Repository, https://git.rizlabs.com/gregf/tomo
Author: Greg Felice
License-Expression: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Requires-Dist: tomo-sdk>=1.0.0
Description-Content-Type: text/markdown

# piggie — RENAMED to tomo-sdk

The `piggie` package was renamed to `tomo-sdk` per ADR-016 (2026-05-23).

## Migrate

```bash
pip uninstall piggie
pip install tomo-sdk
```

Then update imports from `from piggie import X` to `from tomo import X` (note: the import name remains `tomo`, the PyPI distribution name is `tomo-sdk`).

## Why

The product was renamed from "Piggie" (placeholder) to "tomo" (unified data substrate name, per ADR-016). The PyPI distribution name "tomo" was already taken, so the published name is `tomo-sdk`; the Python import name remains the simpler `tomo`.

## This package

This `piggie` 0.8.1 release is a deprecation shim — installing it pulls in `tomo-sdk` and emits a DeprecationWarning. Future versions of `piggie` will not be published.

- New package: https://pypi.org/project/tomo-sdk/
- Source: https://git.rizlabs.com/gregf/tomo
