Metadata-Version: 2.1
Name: yyjson
Version: 0.2.0
Summary: yyjson bindings for python
Home-page: http://github.com/TkTech/py_yyjson
Author: Tyler Kennedy
Author-email: tk@tkte.ch
License: UNKNOWN
Keywords: json,yyjson
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >3.4
Description-Content-Type: text/markdown
Provides-Extra: release
Requires-Dist: m2r ; extra == 'release'
Requires-Dist: sphinx ; extra == 'release'
Requires-Dist: ghp-import ; extra == 'release'
Requires-Dist: bumpversion ; extra == 'release'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

![PyPI - License](https://img.shields.io/pypi/l/yyjson.svg?style=flat-square)
![Tests](https://github.com/TkTech/py_yyjson/workflows/Run%20tests/badge.svg)

# py_yyjson

Exploratory python bindings for the [yyjson][] project.

This is a work in progress, and while technically it *works*, it needs to be
fleshed out, documentation needs to be added, tests, CI, etc...

[yyjson]: https://github.com/ibireme/yyjson


