Metadata-Version: 2.5
Name: hedron-posit
Version: 0.38.0
Summary: Unified Posit Workbench / Connect deployment adapter for Hedron
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-posit/CHANGELOG.md
Project-URL: Documentation, https://hedron.readthedocs.io/en/latest/guides/posit/
Author-email: Odos Matthews <odosmatthews@gmail.com>
Maintainer-email: Odos Matthews <odosmatthews@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: asgi,connect,fastapi,hedron,posit,proxy,rstudio,workbench
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: FastAPI
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: fastapi-workbench<2.0,>=1.0.0
Requires-Dist: hedron<0.39,>=0.38.0
Requires-Dist: starlette>=1.3.1
Requires-Dist: uvicorn[standard]>=0.32
Description-Content-Type: text/markdown

# hedron-posit

[![PyPI](https://img.shields.io/pypi/v/hedron-posit.svg)](https://pypi.org/project/hedron-posit/)
[![Python](https://img.shields.io/pypi/pyversions/hedron-posit.svg)](https://pypi.org/project/hedron-posit/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/eddiethedean/hedron/blob/main/LICENSE)

Unified Posit Workbench / Connect deployment facade for Hedron.

**Package maturity:** Beta · **Train:** `0.38.x` · pin `>=0.38.0,<0.39`

```python
from hedron_posit import HedronPosit

app = HedronPosit(title="My app", session_secret="replace-me")
```

Install with `pip install "hedron[posit]>=0.38.0,<0.39"` or
`pip install "hedron-posit>=0.38.0,<0.39"`.

Native Connect GUID is Supported on Posit Connect **2025.06.0** through **2026.07.0**.
Posit Workbench **2025.05.1** through **2026.07.0** is Supported.
Install this package into the content environment (do not vendor only source trees
on Connect 2025.06).

Docs: [Posit deployments](https://hedron.readthedocs.io/en/latest/guides/posit/).
Compatibility package: `hedron-workbench` (re-exports / `HedronWorkbench` subclass).
