Metadata-Version: 2.1
Name: msgpackr-python
Version: 0.1.6
Summary: Re-implementation of kriszyp's msgpackr Javascript module
Home-page: https://github.com/Aedial/msgpackr-python
License: MIT
Keywords: python,msgpack,msgpackr
Author: Aedial
Author-email: aedial.dev@gmail.com
Requires-Python: >=3.7.10,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: 3.7
Project-URL: Bug Tracker, https://github.com/Aedial/msgpackr-python/issues
Project-URL: Repository, https://github.com/Aedial/msgpackr-python
Description-Content-Type: text/markdown

# 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

