Metadata-Version: 2.4
Name: hedron-gradio
Version: 0.1.0
Summary: Experimental Alpha Gradio client interop for Hedron (RFC-0049)
Project-URL: Homepage, https://github.com/eddiethedean/hedron
Project-URL: Repository, https://github.com/eddiethedean/hedron
Project-URL: Issues, https://github.com/eddiethedean/hedron/issues
Project-URL: Changelog, https://github.com/eddiethedean/hedron/blob/main/packages/hedron-gradio/CHANGELOG.md
Project-URL: Documentation, https://hedron.readthedocs.io/en/latest/
Author-email: Odos Matthews <odosmatthews@gmail.com>
Maintainer-email: Odos Matthews <odosmatthews@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: gradio,hedron,inference,interop
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.11
Requires-Dist: hedron-core<0.20,>=0.19.0
Description-Content-Type: text/markdown

# hedron-gradio

Experimental Alpha Gradio client interoperability for Hedron (RFC-0049). Provides
endpoint discovery, typed predict/job/stream helpers, file/artifact transport,
and Hugging Face vendor-node adapters — without embedding Gradio's UI runtime
in core.

Disabled by default; absence of this package adds no core dependency or startup
cost.

```bash
pip install hedron-gradio
```

Optional runtime dependency: install `gradio_client` when calling live Gradio
endpoints. The package imports without `gradio` or `gradio_client` installed.

See [Gradio feature cross-check](https://github.com/eddiethedean/hedron/blob/main/docs/GRADIO_FEATURE_CROSSCHECK.md),
[RFC-0049](https://github.com/eddiethedean/hedron/blob/main/docs/rfcs/RFC-0049-GRADIO-ADAPTER.md),
and the public [Gradio migration guide](https://hedron.readthedocs.io/en/latest/guides/gradio-migration/)
for supported version range and deliberate non-parity.
