Metadata-Version: 2.4
Name: mambas
Version: 0.0.1
Summary: A Python Library for MambaS
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

# MambaS

A Python Library for MambaS.

## Installation

```bash
pip install mambas
```

## Development

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

## Testing

```bash
uv run pytest
```

## Linting

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