Metadata-Version: 2.4
Name: alm-broadcast-server
Version: 0.1.0
Summary: A chat broadcast server CLI app implemented with websockets in python
License-Expression: MIT
Author: Almas Khan
Author-email: khanalmas1607@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: prompt-toolkit (>=3.0.52,<4.0.0)
Requires-Dist: typer (>=0.21.1,<0.22.0)
Requires-Dist: websockets (>=16.0,<17.0)
Project-URL: Repository, https://github.com/Alm-4/BroadcastServer
Description-Content-Type: text/markdown

# akhan-broadcast-server
A python package for the BroadcastServer simple CLI app

## Requirements 
- Python v3.10+ (tested on v3.12)
- Pip

## Install 
Install the package from PyPi.

Recommended: Create and use a python [virtual environment](https://docs.python.org/3/library/venv.html) running `pip install akhan-broadcast-server` or install with pipx `pipx install akhan-broadcast-server`.

## Usage
TBD
