Metadata-Version: 2.4
Name: hdl-ip-packager
Version: 0.12.1
Summary: Deprecated, renamed to 'hdlpkg'. Installs hdlpkg; use `pip install hdlpkg` instead.
Project-URL: Homepage, https://github.com/germanbravolopez/hdlpkg
Project-URL: Repository, https://github.com/germanbravolopez/hdlpkg
Author-email: German Bravo Lopez <gebralo@hotmail.com>
License: MIT
Keywords: deprecated,hdl,hdlpkg,renamed
Classifier: Development Status :: 7 - Inactive
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: hdlpkg>=0.13.0
Description-Content-Type: text/markdown

# hdl-ip-packager — renamed to **hdlpkg**

This project was renamed. **`hdl-ip-packager` is deprecated**; all development continues
under **[`hdlpkg`](https://pypi.org/project/hdlpkg/)**.

```bash
pip install hdlpkg
```

This `hdl-ip-packager` distribution (0.12.1+) is a metadata-only shim that simply depends
on `hdlpkg`, so an existing `pip install hdl-ip-packager` keeps installing the working tool
and the `hdlpkg` command. It ships no code of its own.

**Import note:** the Python import package was also renamed, with no alias —
use `import hdlpkg` (not `import hdl_ip_packager`). The CLI command (`hdlpkg`) and the
on-disk formats (`ip.toml`, `ip.lock`) are unchanged.

Source and issues: https://github.com/germanbravolopez/hdlpkg
