Metadata-Version: 2.4
Name: omamba
Version: 0.0.2
Summary: Online Mamba exploration - A Python library for online learning with Mamba
Author-email: Sichao He <sichaohe@outlook.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: brainpy>=2.5.0
Description-Content-Type: text/markdown

# OMamba

Online Mamba Exploration - A Python library for online learning with Mamba.

## Installation

```bash
pip install omamba
```

## Development

```bash
uv sync --group dev
```

## Testing

```bash
uv run pytest
```

## Linting

```bash
uv run ruff check src/omamba/
```