Metadata-Version: 2.4
Name: fogws
Version: 0.0.1
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Rust
Classifier: Topic :: Internet
Requires-Dist: coverage[toml]>=7,<8 ; extra == 'dev'
Requires-Dist: faker>=40,<41 ; extra == 'dev'
Requires-Dist: hypothesis>=6,<7 ; extra == 'dev'
Requires-Dist: mypy>=2.1,<3 ; extra == 'dev'
Requires-Dist: pre-commit>=4,<5 ; extra == 'dev'
Requires-Dist: pytest>=8,<9 ; extra == 'dev'
Requires-Dist: pytest-timeout>=2,<3 ; extra == 'dev'
Requires-Dist: ruff>=0.15,<0.16 ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: Observable Rust-powered WebSocket library for Python.
Keywords: asyncio,observability,rust,telemetry,websocket
Home-Page: https://github.com/AmberFog/fogws
Author: AMBER FOG
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: CodeOfConduct, https://github.com/AmberFog/fogws/blob/main/CODE_OF_CONDUCT.md
Project-URL: Contributing, https://github.com/AmberFog/fogws/blob/main/CONTRIBUTING.md
Project-URL: Documentation, https://github.com/AmberFog/fogws#readme
Project-URL: Homepage, https://github.com/AmberFog/fogws
Project-URL: Issues, https://github.com/AmberFog/fogws/issues
Project-URL: Repository, https://github.com/AmberFog/fogws
Project-URL: Security, https://github.com/AmberFog/fogws/blob/main/SECURITY.md

# FogWS

Observable Rust-powered WebSocket library for Python.

> [!IMPORTANT]
> FogWS is currently a pre-alpha package foundation and doesn't yet provide a
> functional WebSocket client or server.

FogWS targets Python `>=3.11` with a Rust execution core. It aims to provide a
compact modern API, explicit lifecycle and resource limits, low overhead, and
first-class observability and telemetry.

