Metadata-Version: 2.1
Name: pysimdjson
Version: 4.0.3
Summary: simdjson bindings for python
Home-page: http://github.com/TkTech/pysimdjson
Author: Tyler Kennedy
Author-email: tk@tkte.ch
License: UNKNOWN
Keywords: json,simdjson,simd
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.5
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: benchmark
Requires-Dist: orjson ; extra == 'benchmark'
Requires-Dist: python-rapidjson ; extra == 'benchmark'
Requires-Dist: simplejson ; extra == 'benchmark'
Requires-Dist: ujson ; extra == 'benchmark'
Requires-Dist: yyjson ; extra == 'benchmark'
Requires-Dist: numpy ; extra == 'benchmark'
Provides-Extra: release
Requires-Dist: sphinx ; extra == 'release'
Requires-Dist: furo ; extra == 'release'
Requires-Dist: ghp-import ; extra == 'release'
Requires-Dist: bumpversion ; extra == 'release'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-benchmark ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

![PyPI - License](https://img.shields.io/pypi/l/pysimdjson.svg?style=flat-square)

![Tests](https://github.com/TkTech/pysimdjson/workflows/Run%20tests/badge.svg)



# pysimdjson



Python bindings for the [simdjson][] project, a SIMD-accelerated JSON parser.

If SIMD instructions are unavailable a fallback parser is used, making

pysimdjson safe to use anywhere.



Bindings are currently tested on OS X, Linux, and Windows for Python version

3.6 to 3.9.



## 📝 Documentation



The latest documentation can be found at https://pysimdjson.tkte.ch.



If you've checked out the source code (for example to review a PR), you can

build the latest documentation by running `cd docs && make html`.



[simdjson]: https://github.com/lemire/simdjson



