Metadata-Version: 2.4
Name: panmetis
Version: 0.1.1
Summary: A curated collection of agent skills for AI coding assistants
Project-URL: Homepage, https://github.com/stabilefrisur/panmetis
Project-URL: Repository, https://github.com/stabilefrisur/panmetis
Project-URL: Issues, https://github.com/stabilefrisur/panmetis/issues
Project-URL: Changelog, https://github.com/stabilefrisur/panmetis/blob/main/CHANGELOG.md
Author-email: Stabile Frisur <26568863+stabilefrisur@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,ai,automation,coding-assistant,skills
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# panmetis

A curated collection of agent skills for AI coding assistants.

## Installation

```bash
uv add panmetis
```

Or with pip:

```bash
pip install panmetis
```

## Usage

```python
import panmetis
```

## Development

Clone the repository and sync dependencies:

```bash
git clone https://github.com/stabilefrisur/panmetis.git
cd panmetis
uv sync
```

Build:

```bash
uv build
```

## License

[MIT](LICENSE)