Metadata-Version: 2.4
Name: janus-queue
Version: 0.1.0
Summary: Support async I/O, websockets, streaming, concurrent workflows, and lower-latency service behavior.
Author: Local
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# janus-queue

Support async I/O, websockets, streaming, concurrent workflows, and lower-latency service behavior.

## Installation

```bash
pip install janus-queue
```

## Usage

```python
import janus_queue
```

See `src/janus_queue/__init__.py` for the available API surface.

## License

MIT
