Metadata-Version: 2.4
Name: wolth
Version: 0.3.0
Summary: wolth is a useful toolkit.
Project-URL: bugs, https://github.com/warmoss/wolth/issues
Project-URL: changelog, https://github.com/warmoss/wolth/releases
Project-URL: documentation, https://warmoss.github.io/wolth/
Project-URL: homepage, https://github.com/warmoss/wolth
Author-email: maks <maks@sapling.ink>
Maintainer-email: maks <maks@sapling.ink>
License: MIT
License-File: LICENSE
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: rich
Requires-Dist: typer
Description-Content-Type: text/markdown

# wolth

![PyPI version](https://img.shields.io/pypi/v/wolth.svg)

wolth is a useful toolkit.

* GitHub: https://github.com/warmoss/wolth/
* PyPI package: https://pypi.org/project/wolth/
* Created by: **[warmoss](https://audrey.feldroy.com/)** | GitHub https://github.com/warmoss | PyPI https://pypi.org/user/warmoss/
* Free software: MIT License

## Features

* TODO

## Documentation

Documentation is built with [Zensical](https://zensical.org/) and deployed to GitHub Pages.

* **Live site:** https://warmoss.github.io/wolth/
* **Preview locally:** `just docs-serve` (serves at http://localhost:8000)
* **Build:** `just docs-build`

API documentation is auto-generated from docstrings using [mkdocstrings](https://mkdocstrings.github.io/).

Docs deploy automatically on push to `main` via GitHub Actions. To enable this, go to your repo's Settings > Pages and set the source to **GitHub Actions**.

## Development

To set up for local development:

```bash
# Clone your fork
git clone git@github.com:your_username/wolth.git
cd wolth

# Install in editable mode with live updates
uv tool install --editable .
uv tool install rust-just
winget install --id GitHub.cli
```

This installs the CLI globally but with live updates - any changes you make to the source code are immediately available when you run `wolth`.

Run tests:

```bash
uv run pytest
```

Run quality checks (format, lint, type check, test):

```bash
just qa
```

## Author

wolth was created in 2026 by warmoss.

Built with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
