Metadata-Version: 2.5
Name: md2api
Version: 0.6.1
Author-email: sumeshi <sum3sh1@protonmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: gitpython<4,>=3.1.43
Requires-Dist: markdown<4,>=3.6
Requires-Dist: pymdown-extensions<11,>=10
Description-Content-Type: text/markdown

# md2api

sumeshi.github.io api converter

## Development

```console
$ uv sync --locked
$ uv run md2api . https://sumeshi.github.io posts
```

## Usage

```console
$ md2api . https://sumeshi.github.io posts
```

## Publishing

Configure a PyPI trusted publisher for the `sumeshi/md2api` repository, the
`publish.yml` workflow, and the `pypi` environment. Then push a tag that
matches the version in `pyproject.toml`:

```console
$ git tag v0.6.1
$ git push origin v0.6.1
```
