msgpack-types


Namemsgpack-types JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/sbdchd/msgpack-types
SummaryType stubs for msgpack
upload_time2021-07-24 23:29:04
maintainerSteve Dignam
docs_urlNone
authorSteve Dignam
requires_python>=3.7,<4.0
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": "Steve Dignam",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "steve@dignam.xyz",
    "keywords": "msgpack,types,mypy,stubs",
    "author": "Steve Dignam",
    "author_email": "steve@dignam.xyz",
    "download_url": "https://files.pythonhosted.org/packages/e8/65/ce10db8bf2f8f84734b58bb6883e9a6d7e698fe872c34454296239d1ab4c/msgpack-types-0.2.0.tar.gz",
    "platform": "",
    "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.2.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": "3628c48d188f61f429ce8fa4fbeea0ec9319b37b6c9cd01f0949f2c88b9915c0",
                "md5": "0e86aece664c229c0db6aa0e34edea8c",
                "sha256": "7e5bce9e3bba9fe08ed14005ad107aa44ea8d4b779ec28b8db880826d4c67303"
            },
            "downloads": -1,
            "filename": "msgpack_types-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e86aece664c229c0db6aa0e34edea8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 8108,
            "upload_time": "2021-07-24T23:29:06",
            "upload_time_iso_8601": "2021-07-24T23:29:06.279207Z",
            "url": "https://files.pythonhosted.org/packages/36/28/c48d188f61f429ce8fa4fbeea0ec9319b37b6c9cd01f0949f2c88b9915c0/msgpack_types-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e865ce10db8bf2f8f84734b58bb6883e9a6d7e698fe872c34454296239d1ab4c",
                "md5": "bb5ab9f3d5d18e1dec3d9b793696a72e",
                "sha256": "b6b7ce9f52599f9dc3497006be8cf6bed7bd2c83fa48c4df43ac6958b97b0720"
            },
            "downloads": -1,
            "filename": "msgpack-types-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb5ab9f3d5d18e1dec3d9b793696a72e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 6880,
            "upload_time": "2021-07-24T23:29:04",
            "upload_time_iso_8601": "2021-07-24T23:29:04.429763Z",
            "url": "https://files.pythonhosted.org/packages/e8/65/ce10db8bf2f8f84734b58bb6883e9a6d7e698fe872c34454296239d1ab4c/msgpack-types-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-07-24 23:29:04",
    "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.21478s