Metadata-Version: 2.3
Name: msgspec-click
Version: 0.2.0
Summary: Generate Click options from msgspec types
Project-URL: Homepage, https://ofek.dev/msgspec-click/
Project-URL: Sponsor, https://github.com/sponsors/ofek
Project-URL: Changelog, https://ofek.dev/msgspec-click/changelog/
Project-URL: Tracker, https://github.com/ofek/msgspec-click/issues
Project-URL: Source, https://github.com/ofek/msgspec-click
Author-email: Ofek Lev <oss@ofek.dev>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: click,msgspec
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: msgspec
Description-Content-Type: text/markdown

# msgspec-click

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/ofek/msgspec-click/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/msgspec-click/actions/workflows/test.yml) [![CD - Build](https://github.com/ofek/msgspec-click/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/msgspec-click/actions/workflows/build.yml) [![Coverage](https://img.shields.io/codecov/c/gh/ofek/msgspec-click?token=8R2JKHDWMC)](https://app.codecov.io/gh/ofek/msgspec-click) |
| Docs | [![Docs](https://github.com/ofek/msgspec-click/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/msgspec-click/actions/workflows/docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/msgspec-click.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/msgspec-click/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msgspec-click.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/msgspec-click/) |
| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/msgspec-click) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |

-----

This is a library for generating [Click](https://github.com/pallets/click) options from [msgspec](https://github.com/jcrist/msgspec) types.

## Installation

```console
pip install msgspec-click
```

## Documentation

The [documentation](https://ofek.dev/msgspec-click/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).

## License

`msgspec-click` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
