loongson/pypi/: pysimdjson-6.0.2 metadata and description

Homepage Simple index

simdjson bindings for python

author Tyler Kennedy
author_email tk@tkte.ch
classifiers
  • Programming Language :: Python :: 3
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Development Status :: 3 - Alpha
  • Intended Audience :: Developers
description_content_type text/markdown
keywords json,simdjson,simd
provides_extras test
requires_dist
  • sphinx ; extra == 'release'
  • furo ; extra == 'release'
  • ghp-import ; extra == 'release'
  • bumpversion ; extra == 'release'
  • pytest ; extra == 'test'
  • pytest-benchmark ; extra == 'test'
  • flake8 ; extra == 'test'
  • coverage ; extra == 'test'
  • numpy ; extra == 'test'
requires_python >3.5

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
pysimdjson-6.0.2-cp38-cp38-linux_loongarch64.whl
Size
1012 KB
Type
Python Wheel
Python
3.8

PyPI - License Tests

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.9 to 3.12.

📝 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.

📈 Benchmarks

pysimdjson compares well against most libraries. The full benchmarks can be found in its sister project json_benchmark.