Metadata-Version: 2.4
Name: ir-python
Version: 0.0.1
Summary: Name placeholder — the Identity Radar SDK is distributed privately, not via PyPI.
Project-URL: Homepage, https://cyber-harbour.com
Author-email: Cyber Harbour <dev@cyber-harbour.com>
License-Expression: MIT
Keywords: identity-radar,placeholder
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ir-python

**This PyPI entry is a name placeholder.** The Identity Radar Python SDK &
CLI (`ir-python`) is distributed **privately** to customers, not through the
public PyPI index. Installing this placeholder from PyPI does **not** give you
the SDK.

## How to install the real SDK

Use your Identity Radar API token against the private index:

```bash
pip install --extra-index-url "https://<TOKEN>@<BASE>/sdk/simple/" ir-python
```

Replace `<TOKEN>` with your API token and `<BASE>` with your API host
(e.g. `api.miltech.dev/leaks`). When configured, pip resolves the real
`ir-python` distribution from the private index (its version is always higher
than this `0.0.1` placeholder) and its dependencies from PyPI.

If you don't have a token, contact Cyber Harbour / Identity Radar support.
