Skip to main content
Authors:

Meagan Lang <langmm.astro@gmail.com>

Ken Robbins [RapidJSON] <ken@kenrobbins.com>

Lele Gaifax [RapidJSON] <lele@metapensiero.it>

License:

MIT License

YggdrasilRapidJSON is an extension to RapidJSON, an extremely fast C++ JSON parser and serialization library. This package wraps it into a Python C-extension, duplicating the functions/classes provided by python-rapidjson and exposing the features added by YggdrasilRapidJSON including serialization/deserialization of additional datatypes, unitful scalars/arrays, and schema normalization/comparison.

Getting Started

First install yggdrasil-python-rapidjson:

$ pip install yggdrasil-python-rapidjson

or, if you prefer Conda:

$ conda install -c conda-forge yggdrasil-python-rapidjson

Basic usage looks the same as python-rapidjson, with the exception of the package name (example adapted from python-rapidjson README.rst):

>>> import yggdrasil_rapidjson
>>> data = {'foo': 100, 'bar': 'baz'}
>>> yggdrasil_rapidjson.dumps(data)
'{"foo":100,"bar":"baz"}'
>>> yggdrasil_rapidjson.loads('{"bar":"baz","foo":100}')
{'bar': 'baz', 'foo': 100}
>>>
>>> class Stream:
...   def write(self, data):
...      print("Chunk:", data)
...
>>> yggdrasil_rapidjson.dump(data, Stream(), chunk_size=5)
Chunk: b'{"foo'
Chunk: b'":100'
Chunk: b',"bar'
Chunk: b'":"ba'
Chunk: b'z"}'

Development

If you want to install the development version (maybe to contribute fixes or enhancements) you may clone the repository:

$ git clone --recursive https://github.com/cropsinsilico/yggdrasil-python-rapidjson.git

The package can be built and installed from source via

$ pip install .

The package tests and doctests can be run via pytest

$ python -m pytest tests/ --doctest-glob="docs/*.rst" --doctest-modules docs

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yggdrasil_python_rapidjson-1.23.0.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win_amd64.whl (745.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win32.whl (625.3 kB view details)

Uploaded CPython 3.14tWindows x86

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-macosx_11_0_arm64.whl (815.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win_amd64.whl (739.2 kB view details)

Uploaded CPython 3.14Windows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win32.whl (618.6 kB view details)

Uploaded CPython 3.14Windows x86

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-macosx_11_0_arm64.whl (807.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win_amd64.whl (719.7 kB view details)

Uploaded CPython 3.13Windows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win32.whl (606.9 kB view details)

Uploaded CPython 3.13Windows x86

yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-macosx_11_0_arm64.whl (807.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win_amd64.whl (719.9 kB view details)

Uploaded CPython 3.12Windows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win32.whl (606.9 kB view details)

Uploaded CPython 3.12Windows x86

yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-macosx_11_0_arm64.whl (807.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win_amd64.whl (716.3 kB view details)

Uploaded CPython 3.11Windows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win32.whl (606.1 kB view details)

Uploaded CPython 3.11Windows x86

yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-macosx_11_0_arm64.whl (805.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win_amd64.whl (715.7 kB view details)

Uploaded CPython 3.10Windows x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win32.whl (606.1 kB view details)

Uploaded CPython 3.10Windows x86

yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-macosx_11_0_arm64.whl (805.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0.tar.gz.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0.tar.gz
Algorithm Hash digest
SHA256 cb2363c76de75e030a0563704eb83e9c89b75f20451b7439ba12a73965e9e1e7
MD5 aad0212c3df79804f0a1c229bbd917ee
BLAKE2b-256 bc32fdc037b3cecc9628a4e0687fa1e55482342aa7dabdce92086305c83e1b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0.tar.gz:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 948487c58f57e6ee9996e909c00ea2051f2107cecba08c4ad6385cef5117cbd2
MD5 69a7757f2d13e82d2f74edf66b0a3e95
BLAKE2b-256 9860cb014148bd0896244a12117523eb3c102aeb910868708a84dba9fd25036b

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fb1ed4c7324495d17e612831ad82866a5f67ff6c0815fd0fec44e84fbcf3760b
MD5 87eb55f6be96ef760a9e66a0561f65e8
BLAKE2b-256 12205366be0b1ce61ad3b55c40984de1f15912f1eae04bf5afb756660928f802

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74433cc3436c0c4b54454cda6bad7f0eb43d3d7fd5ffd3a12309623b3a9f52e3
MD5 d2428046940149dbc7123c6cb721726c
BLAKE2b-256 8ca3ab485285b28591a1075250b807aabf7f191bf57d7fc959540913b4639e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ca65f0fd8236441f416e0476a439205ff3916f7a8461139d9feb587cefcbdc0
MD5 dc30dd7ac52a01fefb2dbce218585691
BLAKE2b-256 f1fe04a113c041092e4682ecdba9b83c1e2cb15bd85a4db4e81c2d503d94d437

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16f867d31e395caeef1d9417831da5f331c3ac308e6514535f283fe0786a2396
MD5 ebfb195785bd78108f4916a2cd22bcc3
BLAKE2b-256 a40a11e798534ad898bc9fd9be5ad0b80bbf058080d251697b62d67344006dd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fc59d24167bd5da0fa5e05bf5794c2345f89a276e8cc7ecec9f998a2d040ef26
MD5 7bd7b169a538bee1ccb3323b43582e5a
BLAKE2b-256 f28ab69240e27f06cea3295be5272aceaed20c95f247d52f678842b879b69c86

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 93daf210d71bbcfce56ee066ca7a37a3169a4b901245ca1fbd9d9e0f9ba9e74c
MD5 f58e5019fee2bb745e1ad8b5f7aed0d8
BLAKE2b-256 8319420ea45d2d2dfbc5fedd4091e27658dc5a929741ad28d935cf52aaa85a2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b84a59a455149d110fe3fdbc63a026f081a9d88a22e1b8f36ad3ed8a742278b6
MD5 7ad97fe1e796cd6c11d3a8f2bf59d828
BLAKE2b-256 30ea25c949ddb11156142549b6ba8b966f0e32f2112b1a57bf295493842c831f

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f2d95cac1029807edffd66bfca7af2d1dd7ea8e1994ac4afcb1ec41fa26f370
MD5 30fec7dbed85e498c31cde555dc74f94
BLAKE2b-256 1725516cd9d35dcae118f33eab24ca7001638e89248020a7d3b8ee8c0d76a892

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 249e0d23748ea61934fa1c66cb4ea1d4b9619744ec524245cfff741f106445fa
MD5 e5248fe115e5b0e8bfe7e9e48a01c273
BLAKE2b-256 2a6e073c7117f1f86831d0056fa870cc13b38b74c2d1234fb8e4909c39440d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 873d654400a575c57725d66835f732228239907bfe0aa5b53555e8d6dc3b38ec
MD5 dab09f9fc9bace612fbe703285841cba
BLAKE2b-256 8f34b64a0a49d48efbcff8d0ecab75b3f6a3abdb5b1897268fc7852bb1ba29f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e06870e367a74d8a5e9e63008ad66be9f927823878510bd250d9b1002bcbc9d9
MD5 54074d452c8e78605676df137621c83c
BLAKE2b-256 af0ab4ec2de9937856575ed192ec7e6d1dfcd7a4d13891e1499d2e5c44244dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c19c3c81638e309402938f9b57266e68c57b0545f1f3dd23ba60a2798357226a
MD5 e5a7d3d6ca2b3e7530549f0c7f30c686
BLAKE2b-256 b3a81ee288595541db5e2a8f797a2566ab28a04d465d4969239533177a1742c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ee23a8cb9e169b75eda3ac39b182d4c62b6df023e410730ad8274690cdfaf10
MD5 f730c8dd0e886833e055029c2aba8087
BLAKE2b-256 b2b9e453eca33fc9d340969787053440bd4a7f11bb9040af639bb703292bcc2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8659c895c37c86169c6e9c945e4277b9b904abbe0766b808eac425f1199219ea
MD5 76f5ca5eb45bfc6e8705e0396e4bb9fc
BLAKE2b-256 66fe980b4fc3e83ed9f64a62d64063f465f2bd5170d07894712c417c58eced58

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 484118281bec95d406e3016201b7acaceb3d187dfd33f1ab18ee6c3c21712b01
MD5 ee1bd2ea5e840043bca0c7004b598bb6
BLAKE2b-256 5a81d3c6e54be37f435550183810577fad32ae980770346fa48867ac5dcb5d79

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f6d9f9af032fba48941b7f64e6b2e6c32d54009e2ce7b22c505a2ed1ec39fe5
MD5 e077959b43c4cec88b4ec63f13afcad5
BLAKE2b-256 7eecc3eebdb3d40ac2d8ed66cfbe1a742e4a282115fdaf38ecaf8475dbcf56ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 990b213915b6ea51717cc5572b6584394a1f7e5ac9d2a7f98e04d32629c9ef0a
MD5 f35119651ed5d578dea14ca90272b06b
BLAKE2b-256 0868b9e70d1bd731668dce2111a82e862e88bdce6518dd791ab1fe45554a5909

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6f165f6ddec633c2aa2f53e67ce83d038b6803291db033421f9362f7034782f
MD5 d7d5b6b512afc784af68fbc1f359c230
BLAKE2b-256 eaac259562165177f3a728677ddf2a4e0c69e041a180aff8ecdf1ee5f0e2311b

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1122482e8d642ec853a04b96446bdc4d72283ad739f142627c239d8ea9a350c3
MD5 d0b432463fb453aa0183788d0850ce39
BLAKE2b-256 9123a2232208b543681d44660a848c3e65d2d88479b411fb8c7e5c47c8d034c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 21b31fac4a9e9625bee3f0e24c0282361a29c35ec98b7689b0341f8e81003653
MD5 d431c534e23cef0d7f4595ce30fa9c08
BLAKE2b-256 ed78baed7a7f5c1bd0d907abd314fe9bb328555c9c4aa70f93c2ccd59750dbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3b54b5176838e3930c162da53428199edddd090da5b2423f80c7c03b49227d04
MD5 91a20f153036b15bbef00cc62ceebf8b
BLAKE2b-256 758bda8a8f6a00abc0c2ff505c0c9f579f5a3de9655222de3faeb1a0e0063c98

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e53e8e9312beee1f274a761f37e88ce209727734271c8b930c3325d11d4dc793
MD5 c36c82ca89dfa5e005b304f0765a4963
BLAKE2b-256 1c1f6b480c8d4e017b911f5aa10e2d04f00271c6ba5bfdb7d44696cf0d921bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e91c5da2a01e05e5db69810b606dc5e2cd87f8850dff5061904ffc6750b8c724
MD5 7d903a5aec92c9e6228dd7420c4b1321
BLAKE2b-256 61e2cbf2792ba51c3f119a61387fdfe00046f6c1a218eb738373d94a85e65b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50fca65c60d1862e7f00ec39f8958b89188017b24dd89611862bed5e31b319a1
MD5 47ff9a0c03b9de7abd23041b2755d70c
BLAKE2b-256 2ab88d29eeb9777fd0166526a457871fe5d4d1b236a3ae9f9e915cb4fc6dd73e

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dba010b920e2a6716bcf43b11b716e9d953675e70bfce7639ad4b79f345cd235
MD5 33fc78a3f6e87265905eedb07dd32316
BLAKE2b-256 85a244f498b1b0d82f408859239921dba65ab93cc5b9a3acb5a2ce5f1ebbf85a

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 72fb3468a9b87f2819dd7da0679af8f10ed035a242989d01e6a1d0cc3785f02b
MD5 20ed3ee4c8c3df1e67aa3b7c2ac8e61d
BLAKE2b-256 7d389f9d3f10afdd4a67e3a1bd9cd65fbf2c8d92f5de71d95d6efed061b25600

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-win32.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91d91e7d353c38ccf5fede33687fa4270ac2c6d770434525dad0f3e88a3f7b1c
MD5 f4bc9b78b3ec17221bbe904a5c3283d2
BLAKE2b-256 390d645d5f742e028731dc5e168697cde18c0a222e6598bd46e1cef94080176b

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f5f1b231c1225f9d10062d56d72d506f8ace51adbfb29de75ae2a110d067d08
MD5 74e655b1b0622f2a977f670c30953df9
BLAKE2b-256 d15e815d4431138934410150bbd8e2a6ac3a6512b0cfd4ff40db093460cbae39

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 243da6b013e0a40e2bdc7d74890578b92890d165f16b45cfb488b3067f91d9e9
MD5 2d4d42b8125f7e73d1514ef3a3926fac
BLAKE2b-256 dccca157aa3519ba13f0987265117469e060dd08b07a239bcbe6e72c109f5a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for yggdrasil_python_rapidjson-1.23.0.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on cropsinsilico/yggdrasil-python-rapidjson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page