Metadata-Version: 2.4
Name: pfmsoft-eve-snippets
Version: 0.1.7
Summary: Python code snippets for working with the Eve Online API.
Author: Chad Lowe
Author-email: Chad Lowe <pfmsoft.dev@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: httpx2>=2.5.0
Requires-Dist: pydantic>=2.13.4
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: whenever>=0.10.2
Requires-Python: >=3.14
Project-URL: Documentation, https://DonalChilde.github.io/pfmsoft-eve-snippets/
Project-URL: Issues, https://github.com/DonalChilde/pfmsoft-eve-snippets/issues
Project-URL: Source, https://github.com/DonalChilde/pfmsoft-eve-snippets
Description-Content-Type: text/markdown

# Eve Snippets

Eve Snippets is a collection of code snippets shared by the pfmsoft family of apps for EVE Online.

## Installation

```bash
# uv is the preferred way to add this to your pyproject.toml.
uv add pfmsoft-eve-snippets
```
Or, for a dev environment:
```bash
git clone https://github.com/DonalChilde/pfmsoft-eve-snippets
cd ./pfmsoft-eve-snippets
uv sync
source ./.venv/bin/activate
```

## Quickstart

This is a library, see the api help for the specific modules for more details.