Metadata-Version: 2.4
Name: claimkit
Version: 2.0.0
Summary: Deprecated: 'claimkit' was renamed to 'ideagraph'. This is a compatibility shim that installs and re-exports ideagraph.
Project-URL: Homepage, https://github.com/isaac-cf-wong/ideagraph
Project-URL: Source, https://github.com/isaac-cf-wong/ideagraph
Author: Isaac C. F. Wong
License-Expression: BSD-3-Clause
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Requires-Dist: ideagraph>=2.0.0
Description-Content-Type: text/markdown

# claimkit → ideagraph

**`claimkit` has been renamed to
[`ideagraph`](https://pypi.org/project/ideagraph/).**

This `claimkit` distribution is a **compatibility shim**. Installing it pulls in
`ideagraph`, and importing `claimkit` (or any `claimkit.*` submodule) returns
the matching `ideagraph` module while emitting a `DeprecationWarning`. It will
not be updated.

Please migrate:

```bash
pip uninstall claimkit
pip install ideagraph
```

and change `import claimkit` → `import ideagraph`.
