Metadata-Version: 2.1
Name: idrac-ctl
Version: 2.0.0
Summary: Deprecated: idrac_ctl was renamed to redfish_ctl. Installing this installs redfish_ctl.
Home-page: https://github.com/spyroot/redfish_ctl
Author: Mustafa Bayramov
Author-email: spyroot@gmail.com
License: MIT
Project-URL: New package (redfish_ctl), https://pypi.org/project/redfish-ctl/
Project-URL: Source, https://github.com/spyroot/redfish_ctl
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: redfish-ctl>=1.1.1

# idrac_ctl — renamed to redfish_ctl

**`idrac_ctl` has been renamed to [`redfish_ctl`](https://pypi.org/project/redfish-ctl/).**

This package is now a thin redirect: installing it just installs `redfish_ctl`, which still provides
the `idrac_ctl` command, `import idrac_ctl`, and the `IDRAC_*` environment variables as a
backward-compatible alias. It ships no code of its own.

## Install the new package directly

```bash
pip install redfish_ctl
```

- **New name:** `redfish_ctl` — a vendor-neutral Redfish/BMC CLI (Dell iDRAC, Supermicro incl.
  GB300/X10, HPE iLO, and generic DMTF Redfish).
- **Source & docs:** https://github.com/spyroot/redfish_ctl
- After installing `redfish_ctl`, the old `idrac_ctl` command, `import idrac_ctl`, and `IDRAC_*`
  env vars all keep working.
