msgpack-types


Namemsgpack-types JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/sbdchd/msgpack-types
SummaryType stubs for msgpack
upload_time2024-09-21 13:55:05
maintainerNone
docs_urlNone
authorSteve Dignam
requires_python<4.0,>=3.8
licenseApache-2.0
keywords msgpack types mypy stubs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # msgpack-types [![PyPI](https://img.shields.io/pypi/v/msgpack-types.svg)](https://pypi.org/project/msgpack-types/)

> Type stubs for [msgpack](https://github.com/msgpack/msgpack-python)

Allows for autocomplete and static typing.

## install

```
pip install msgpack-types
```

## related

- <https://github.com/sbdchd/django-types>
- <https://github.com/sbdchd/djangorestframework-types>
- <https://github.com/sbdchd/celery-types>
- <https://github.com/sbdchd/mongo-types>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sbdchd/msgpack-types",
    "name": "msgpack-types",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "msgpack, types, mypy, stubs",
    "author": "Steve Dignam",
    "author_email": "steve@dignam.xyz",
    "download_url": "https://files.pythonhosted.org/packages/7f/26/a15707f2af5681333cd598724bedd1948844ac2af45eafc4175af0671a8d/msgpack_types-0.5.0.tar.gz",
    "platform": null,
    "description": "# msgpack-types [![PyPI](https://img.shields.io/pypi/v/msgpack-types.svg)](https://pypi.org/project/msgpack-types/)\n\n> Type stubs for [msgpack](https://github.com/msgpack/msgpack-python)\n\nAllows for autocomplete and static typing.\n\n## install\n\n```\npip install msgpack-types\n```\n\n## related\n\n- <https://github.com/sbdchd/django-types>\n- <https://github.com/sbdchd/djangorestframework-types>\n- <https://github.com/sbdchd/celery-types>\n- <https://github.com/sbdchd/mongo-types>\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Type stubs for msgpack",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/sbdchd/msgpack-types",
        "Repository": "https://github.com/sbdchd/msgpack-types"
    },
    "split_keywords": [
        "msgpack",
        " types",
        " mypy",
        " stubs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19ddcd9d2b0ef506f6164cd81d4e92e408095041f28523d751b9f7dabdc244eb",
                "md5": "b1316e392690062a73a72f913e4880b3",
                "sha256": "8b633ed75e495a555fa0615843de559a74b1d176828d59bb393d266e51f6bda7"
            },
            "downloads": -1,
            "filename": "msgpack_types-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1316e392690062a73a72f913e4880b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 8182,
            "upload_time": "2024-09-21T13:55:04",
            "upload_time_iso_8601": "2024-09-21T13:55:04.232620Z",
            "url": "https://files.pythonhosted.org/packages/19/dd/cd9d2b0ef506f6164cd81d4e92e408095041f28523d751b9f7dabdc244eb/msgpack_types-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f26a15707f2af5681333cd598724bedd1948844ac2af45eafc4175af0671a8d",
                "md5": "8999d371efd2463675df5c67b8f08c6a",
                "sha256": "aebd1b8da23f8f9966d66ebb1a43bd261b95751c6a267bd21a124d2ccac84201"
            },
            "downloads": -1,
            "filename": "msgpack_types-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8999d371efd2463675df5c67b8f08c6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 6702,
            "upload_time": "2024-09-21T13:55:05",
            "upload_time_iso_8601": "2024-09-21T13:55:05.587655Z",
            "url": "https://files.pythonhosted.org/packages/7f/26/a15707f2af5681333cd598724bedd1948844ac2af45eafc4175af0671a8d/msgpack_types-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 13:55:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sbdchd",
    "github_project": "msgpack-types",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "msgpack-types"
}
        
Elapsed time: 0.30001s