Metadata-Version: 2.4
Name: myfoo-sdk
Version: 1.1.5
Summary: A minimal SDK for foo
Author: Silviano Diaz
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# My Foo SDK
The most minimal SDK you'll ever find.

## Installation
```bash
pip install myfoo-sdk
```

## Publishing from Orahub CI

Create a protected, masked CI variable named `PYPI_API_TOKEN` with a scoped PyPI
project token for `myfoo-sdk`.

Publish flow:

```bash
git tag v1.1.5
git push origin v1.1.5
```

The Orahub pipeline builds the source distribution and wheel, validates both
with `twine check`, and exposes a manual `publish-pypi` job for matching version
tags.
