msgspec-click


Namemsgspec-click JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryGenerate Click options from msgspec types
upload_time2024-09-24 21:32:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords click msgspec
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 (see [example](https://ofek.dev/msgspec-click/usage/#example)).

## 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "msgspec-click",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "click, msgspec",
    "author": null,
    "author_email": "Ofek Lev <oss@ofek.dev>",
    "download_url": "https://files.pythonhosted.org/packages/ed/ca/0cdcdab214aca4b9a38274f96fb01ebf78c27c0f03768ff7e119c439d94d/msgspec_click-0.2.1.tar.gz",
    "platform": null,
    "description": "# msgspec-click\n\n| | |\n| --- | --- |\n| 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) |\n| Docs | [![Docs](https://github.com/ofek/msgspec-click/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/msgspec-click/actions/workflows/docs.yml) |\n| 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/) |\n| 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) |\n\n-----\n\nThis is a library for generating [Click](https://github.com/pallets/click) options from [msgspec](https://github.com/jcrist/msgspec) types (see [example](https://ofek.dev/msgspec-click/usage/#example)).\n\n## Installation\n\n```console\npip install msgspec-click\n```\n\n## Documentation\n\nThe [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).\n\n## License\n\n`msgspec-click` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Generate Click options from msgspec types",
    "version": "0.2.1",
    "project_urls": {
        "Changelog": "https://ofek.dev/msgspec-click/changelog/",
        "Homepage": "https://ofek.dev/msgspec-click/",
        "Source": "https://github.com/ofek/msgspec-click",
        "Sponsor": "https://github.com/sponsors/ofek",
        "Tracker": "https://github.com/ofek/msgspec-click/issues"
    },
    "split_keywords": [
        "click",
        " msgspec"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a252c12c33cc918aa1c7d7044eca193499b3f44d7423d5ca1c59c1591a56ed69",
                "md5": "7f63baf8a8d6ce7a8b5b0ac961943127",
                "sha256": "cf72d2506296617eb76a708ba549fb5314a22fbee146f220f49648ecd41c1f16"
            },
            "downloads": -1,
            "filename": "msgspec_click-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f63baf8a8d6ce7a8b5b0ac961943127",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5300,
            "upload_time": "2024-09-24T21:32:47",
            "upload_time_iso_8601": "2024-09-24T21:32:47.363653Z",
            "url": "https://files.pythonhosted.org/packages/a2/52/c12c33cc918aa1c7d7044eca193499b3f44d7423d5ca1c59c1591a56ed69/msgspec_click-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edca0cdcdab214aca4b9a38274f96fb01ebf78c27c0f03768ff7e119c439d94d",
                "md5": "8e30ea74438821116da1650e013289da",
                "sha256": "ddb94496221a85eaf4174a4bc2e22166ec27cc30f39a0a4473009ff934395c4f"
            },
            "downloads": -1,
            "filename": "msgspec_click-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8e30ea74438821116da1650e013289da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16508,
            "upload_time": "2024-09-24T21:32:48",
            "upload_time_iso_8601": "2024-09-24T21:32:48.558854Z",
            "url": "https://files.pythonhosted.org/packages/ed/ca/0cdcdab214aca4b9a38274f96fb01ebf78c27c0f03768ff7e119c439d94d/msgspec_click-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 21:32:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ofek",
    "github_project": "msgspec-click",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "msgspec-click"
}
        
Elapsed time: 0.56827s