Metadata-Version: 2.4
Name: openeraseme
Version: 0.1.4
Summary: Deprecated: use 'symeraseme' instead. Automated data broker removal tool.
Project-URL: Homepage, https://github.com/danieljustus/symaira-eraseme
Project-URL: Repository, https://github.com/danieljustus/symaira-eraseme
Author-email: Daniel Justus <daniel@ohmyopen.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: symeraseme>=0.1.2
Description-Content-Type: text/markdown

# openeraseme — Deprecated Redirect Package

> **This package has been renamed to `symeraseme`.**
>
> Please update your dependencies:
>
> ```bash
> pip install symeraseme
> ```

`openeraseme` is a deprecated redirect package that exists only to help users
transition to the new name. It installs `symeraseme` as a dependency and
re-exports its entire API, while emitting a `DeprecationWarning` on import.

## Migration

Replace `openeraseme` with `symeraseme` in your `requirements.txt`,
`pyproject.toml`, or installation command:

```bash
# Old (deprecated)
pip install openeraseme

# New
pip install symeraseme
```

## Links

- New package: https://pypi.org/project/symeraseme/
- Repository: https://github.com/danieljustus/symaira-eraseme
