Metadata-Version: 2.4
Name: authub
Version: 0.0.1
Summary: Minimal Authub package scaffolded with uv.
Project-URL: Homepage, https://pypi.org/project/authub/
Author: Nir Adler
Keywords: authub
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# authub

Minimal Python package scaffolded for a first PyPI release with `uv`.

## Development

```powershell
uv sync --dev
uv run pytest
uv build
```

## Publish

```powershell
uv publish
```
