Metadata-Version: 2.4
Name: sohyloha
Version: 0.1.2
Summary: Socket HTML Logfile Handler — FastAPI app to stream socket logs to a webpage
Author-email: Jean-robin <jean-robin.peiteado@cherrybiotech.com>
License: MIT
Project-URL: homepage, https://github.com/JeanrodevCherry/Sohyloha
Project-URL: source, https://github.com/JeanrodevCherry/Sohyloha
Keywords: fastapi,websocket,socket,log,jinja2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: FastAPI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi[standard]>=0.95.0
Requires-Dist: uvicorn[standard]>=0.18.0
Requires-Dist: jinja2>=3.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"

README.MD


WELCOME on the Socket Html Logfile Handler
twine check dist/*
python -m build
twine upload dist/*
