Metadata-Version: 2.5
Name: mordred-hermes
Version: 0.1.0a16
Summary: Compatibility shim for the renamed hermes-mordred distribution
Project-URL: Documentation, https://github.com/InternetMaximalism/mordred-hermes/tree/main/docs
Project-URL: Source, https://github.com/InternetMaximalism/mordred-hermes
Author: InternetMaximalism
License: MIT
Requires-Python: >=3.11
Requires-Dist: hermes-mordred==0.1.0a16
Provides-Extra: dev
Requires-Dist: hermes-mordred[dev]==0.1.0a16; extra == 'dev'
Provides-Extra: ethereum
Requires-Dist: hermes-mordred[ethereum]==0.1.0a16; extra == 'ethereum'
Provides-Extra: extension
Requires-Dist: hermes-mordred[extension]==0.1.0a16; extra == 'extension'
Provides-Extra: integration
Requires-Dist: hermes-mordred[integration]==0.1.0a16; extra == 'integration'
Provides-Extra: keyvault
Requires-Dist: hermes-mordred[keyvault]==0.1.0a16; extra == 'keyvault'
Provides-Extra: macos
Requires-Dist: hermes-mordred[macos]==0.1.0a16; extra == 'macos'
Provides-Extra: messaging
Requires-Dist: hermes-mordred[messaging]==0.1.0a16; extra == 'messaging'
Provides-Extra: tor-control
Requires-Dist: hermes-mordred[tor-control]==0.1.0a16; extra == 'tor-control'
Description-Content-Type: text/markdown

# mordred-hermes compatibility package

The real Mordred plugin bundle moved to the `hermes-mordred` distribution in
version `0.1.0a16`. This package preserves existing install commands by
depending on the exact matching `hermes-mordred` release and forwarding every
optional extra.

This wheel deliberately contains no `mordred_hermes` modules and no console
scripts. All runtime files are owned by `hermes-mordred`, which keeps install
and uninstall behavior safe when both distribution names are present.
