Metadata-Version: 2.4
Name: secsol-oidc-helper
Version: 0.1.0
Summary: secsol OIDC / Trusted Publishing helper package
Project-URL: Homepage, https://github.com/secsol/secsol-oidc-helper
Project-URL: Repository, https://github.com/secsol/secsol-oidc-helper
Author: secsol
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# secsol-oidc-helper

Starter package for secsol's OIDC / Trusted Publishing tooling.

## Install

```bash
pip install secsol-oidc-helper
```

## Usage

```python
from secsol_oidc_helper import hello
print(hello())
```

## Publishing

This package publishes to PyPI via Trusted Publishing (OIDC) — see
`.github/workflows/release.yml`. No API tokens are stored anywhere in this repo.
