# msgpackr-python
Re-implementation of kriszyp's msgpackr Javascript module
| Category | Badges |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Pypi | [![PyPI](https://img.shields.io/pypi/v/msgpackr-python)](https://pypi.org/project/msgpackr-python) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msgpackr-python)](https://pypi.org/project/msgpackr-python) [![PyPI - License](https://img.shields.io/pypi/l/msgpackr-python)](https://pypi.org/project/msgpackr-python/) [![PyPI - Format](https://img.shields.io/pypi/format/msgpackr-python)](https://pypi.org/project/msgpackr-python/) |
| Quality checking | [![Python package](https://github.com/Aedial/msgpackr-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/Aedial/msgpackr-python/actions/workflows/python-package.yml) [![Python package](https://github.com/Aedial/msgpackr-python/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Aedial/msgpackr-python/actions/workflows/codeql-analysis.yml) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
| Stats | [![GitHub top language](https://img.shields.io/github/languages/top/Aedial/msgpackr-python)](https://github.com/Aedial/msgpackr-python/search?l=python) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/Aedial/msgpackr-python) ![GitHub repo size](https://img.shields.io/github/repo-size/Aedial/msgpackr-python) ![Pypi package size](https://byob.yarr.is/Aedial/msgpackr-python/pypi-size) ![GitHub issues](https://img.shields.io/github/issues-raw/Aedial/msgpackr-python) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/Aedial/msgpackr-python) |
| Activity | ![GitHub last commit](https://img.shields.io/github/last-commit/Aedial/msgpackr-python) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/Aedial/msgpackr-python/0.1.6) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Aedial/msgpackr-python) |
# Usage
Download via [pip](https://pypi.org/project/msgpackr-python):
```
pip install msgpackr-python
```
## Docs
To build the docs, run
```
poetry run build-docs
```
The docs will be locally viewable at docs/build/html/index.html
Raw data
{
"_id": null,
"home_page": "https://github.com/Aedial/msgpackr-python",
"name": "msgpackr-python",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.7.10",
"maintainer_email": null,
"keywords": "python, msgpack, msgpackr",
"author": "Aedial",
"author_email": "aedial.dev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cf/e7/e3ffa889f0d9509fbe89b702f56b7b0fe5bb030bd91a49490ac38680f319/msgpackr_python-0.1.6.tar.gz",
"platform": null,
"description": "# msgpackr-python\nRe-implementation of kriszyp's msgpackr Javascript module\n\n\n| Category | Badges |\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Pypi | [![PyPI](https://img.shields.io/pypi/v/msgpackr-python)](https://pypi.org/project/msgpackr-python) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msgpackr-python)](https://pypi.org/project/msgpackr-python) [![PyPI - License](https://img.shields.io/pypi/l/msgpackr-python)](https://pypi.org/project/msgpackr-python/) [![PyPI - Format](https://img.shields.io/pypi/format/msgpackr-python)](https://pypi.org/project/msgpackr-python/) |\n| Quality checking | [![Python package](https://github.com/Aedial/msgpackr-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/Aedial/msgpackr-python/actions/workflows/python-package.yml) [![Python package](https://github.com/Aedial/msgpackr-python/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Aedial/msgpackr-python/actions/workflows/codeql-analysis.yml) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |\n| Stats | [![GitHub top language](https://img.shields.io/github/languages/top/Aedial/msgpackr-python)](https://github.com/Aedial/msgpackr-python/search?l=python) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/Aedial/msgpackr-python) ![GitHub repo size](https://img.shields.io/github/repo-size/Aedial/msgpackr-python) ![Pypi package size](https://byob.yarr.is/Aedial/msgpackr-python/pypi-size) ![GitHub issues](https://img.shields.io/github/issues-raw/Aedial/msgpackr-python) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/Aedial/msgpackr-python) |\n| Activity | ![GitHub last commit](https://img.shields.io/github/last-commit/Aedial/msgpackr-python) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/Aedial/msgpackr-python/0.1.6) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Aedial/msgpackr-python) |\n\n\n# Usage\nDownload via [pip](https://pypi.org/project/msgpackr-python):\n```\npip install msgpackr-python\n```\n\n\n## Docs\nTo build the docs, run\n```\npoetry run build-docs\n```\nThe docs will be locally viewable at docs/build/html/index.html\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Re-implementation of kriszyp's msgpackr Javascript module",
"version": "0.1.6",
"project_urls": {
"Bug Tracker": "https://github.com/Aedial/msgpackr-python/issues",
"Homepage": "https://github.com/Aedial/msgpackr-python",
"Repository": "https://github.com/Aedial/msgpackr-python"
},
"split_keywords": [
"python",
" msgpack",
" msgpackr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c9f60ad4a6fe77f8aeb722468e1c34674860ad8a506a282f82da7a08dbc7615d",
"md5": "1135d9c4d9ea8cfe8269a622da136ab8",
"sha256": "d1be7ebec96be5a556b2ab132c53fe93887c661cb44b407b7302021895bc8bd6"
},
"downloads": -1,
"filename": "msgpackr_python-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1135d9c4d9ea8cfe8269a622da136ab8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.7.10",
"size": 12283,
"upload_time": "2024-06-02T17:19:25",
"upload_time_iso_8601": "2024-06-02T17:19:25.496448Z",
"url": "https://files.pythonhosted.org/packages/c9/f6/0ad4a6fe77f8aeb722468e1c34674860ad8a506a282f82da7a08dbc7615d/msgpackr_python-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cfe7e3ffa889f0d9509fbe89b702f56b7b0fe5bb030bd91a49490ac38680f319",
"md5": "6e31363824be1e9d287d3298ec85612a",
"sha256": "71673b9eaf07b4c3c6ca7429ac644a855229ec99c11f192e3fc4a33e239bf631"
},
"downloads": -1,
"filename": "msgpackr_python-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "6e31363824be1e9d287d3298ec85612a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.7.10",
"size": 11232,
"upload_time": "2024-06-02T17:19:26",
"upload_time_iso_8601": "2024-06-02T17:19:26.891797Z",
"url": "https://files.pythonhosted.org/packages/cf/e7/e3ffa889f0d9509fbe89b702f56b7b0fe5bb030bd91a49490ac38680f319/msgpackr_python-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-02 17:19:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Aedial",
"github_project": "msgpackr-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "msgpackr-python"
}