libbs has been renamed to declib. This release converts the libbs PyPI
package into a deprecation shim:
- libbs/__init__.py is now a meta-path-finder shim that emits a
DeprecationWarning on import and forwards `libbs.X` imports to the
matching `declib.X` module so existing code keeps working.
- pyproject.toml declares declib as the sole dependency, so
`pip install libbs` actually installs declib.
- Bumped to 3.8.1 and marked "Development Status :: 7 - Inactive".
- Source code, tests, docs, examples, workflows, and CLAUDE.md are
removed; the canonical home for all of that is the declib repository.
- README is now a short migration notice.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>