Metadata-Version: 2.4
Name: thinhost
Version: 0.1.0
Summary: Thin HTTP hosts for Decelium microsite workflows
Home-page: https://github.com/Decelium/decelium_simple_host
Author: Justin Girard
Author-email: justingirard@decelium.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nodejobs>=0.3.0
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: requests
Requires-Dist: httpx
Requires-Dist: psutil
Requires-Dist: python-dotenv
Requires-Dist: urllib3
Requires-Dist: werkzeug
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# thinhost

Thin HTTP hosts used in the Decelium microsite workflow.

## Install
pip install thinhost

## What's included
- Simple web server: `decelium_simple_host.simple_web_server`
- Upload host: `decelium_simple_host.simple_upload_host` (requires `decelium_core_data`)
- LLM proxy: `decelium_simple_host.llm_base_service` (requires extra deps)

## Run
python -m decelium_simple_host.simple_web_server
python -m decelium_simple_host.simple_upload_host
python -m decelium_simple_host.llm_base_service
