Skip to main content

rapidxmltojson

Project description

rapidxmltojson

rapidxmltojson converts xml str to json str

pip install rapidxmltojson

Examples

>>> import rapidxmltojson
>>> data = rapidxmltojson.parse("""
...     <root a="testa">
...         <child>
...             <item>text 1</item>
...             <item>text 2</item>
...         </child>
...         <example b="testb">
...             example text
...         </example>
...         <test-ns:example xmlns:test-ns="http://test-ns.com/">
...             example text (namespaced)
...         </test-ns:example>
...     </root>
... """)

>>> import json
>>> print(json.dumps(json.loads(data), indent=4))
{
    "root": {
        "@a": "testa",
        "child": {
            "item": [
                "text1",
                "text2"
            ]
        },
        "example": {
            "#text": "exampletext",
            "@b": "testb"
        },
        "test-ns:example": {
            "#text": "exampletext(namespaced)",
            "@xmlns:test-ns": "http://test-ns.com/"
        }
    }
}

Project details


Download files

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

Source Distribution

rapidxmltojson-0.2.5.tar.gz (209.9 kB view details)

Uploaded Source

Built Distributions

rapidxmltojson-0.2.5-pp310-pypy310_pp73-win_amd64.whl (35.7 kB view details)

Uploaded PyPy Windows x86-64

rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (73.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (78.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (36.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidxmltojson-0.2.5-pp39-pypy39_pp73-win_amd64.whl (35.7 kB view details)

Uploaded PyPy Windows x86-64

rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (73.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (73.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (78.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (36.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidxmltojson-0.2.5-pp38-pypy38_pp73-win_amd64.whl (35.7 kB view details)

Uploaded PyPy Windows x86-64

rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (73.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (78.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (36.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp312-cp312-win_amd64.whl (39.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

rapidxmltojson-0.2.5-cp312-cp312-win32.whl (36.4 kB view details)

Uploaded CPython 3.12 Windows x86

rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_x86_64.whl (894.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_s390x.whl (960.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ s390x

rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_ppc64le.whl (939.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ppc64le

rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_i686.whl (936.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_aarch64.whl (876.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (384.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (368.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (363.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-cp312-cp312-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_x86_64.whl (43.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_universal2.whl (83.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

rapidxmltojson-0.2.5-cp311-cp311-win_amd64.whl (39.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

rapidxmltojson-0.2.5-cp311-cp311-win32.whl (36.3 kB view details)

Uploaded CPython 3.11 Windows x86

rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl (891.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_s390x.whl (959.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_ppc64le.whl (938.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_i686.whl (935.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_aarch64.whl (874.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (379.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (381.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (365.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (361.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-cp311-cp311-macosx_11_0_arm64.whl (42.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_universal2.whl (82.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

rapidxmltojson-0.2.5-cp310-cp310-win_amd64.whl (39.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

rapidxmltojson-0.2.5-cp310-cp310-win32.whl (36.4 kB view details)

Uploaded CPython 3.10 Windows x86

rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl (886.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_s390x.whl (954.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_ppc64le.whl (933.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_i686.whl (930.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_aarch64.whl (869.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (375.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (361.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (359.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-cp310-cp310-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_universal2.whl (83.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

rapidxmltojson-0.2.5-cp39-cp39-win_amd64.whl (39.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

rapidxmltojson-0.2.5-cp39-cp39-win32.whl (36.4 kB view details)

Uploaded CPython 3.9 Windows x86

rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl (886.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_s390x.whl (953.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_ppc64le.whl (933.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_i686.whl (929.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_aarch64.whl (868.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (375.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (361.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (359.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-cp39-cp39-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_universal2.whl (83.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

rapidxmltojson-0.2.5-cp38-cp38-win_amd64.whl (39.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidxmltojson-0.2.5-cp38-cp38-win32.whl (36.4 kB view details)

Uploaded CPython 3.8 Windows x86

rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl (889.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_s390x.whl (952.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_ppc64le.whl (931.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_i686.whl (933.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_aarch64.whl (870.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (378.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (357.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rapidxmltojson-0.2.5-cp38-cp38-macosx_11_0_arm64.whl (42.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_universal2.whl (83.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file rapidxmltojson-0.2.5.tar.gz.

File metadata

  • Download URL: rapidxmltojson-0.2.5.tar.gz
  • Upload date:
  • Size: 209.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for rapidxmltojson-0.2.5.tar.gz
Algorithm Hash digest
SHA256 fa0582a0a5ae92d04fb9331c5f8ed0493ea95d9c3b00d2a0f82a3912c08343d1
MD5 31f0aeacc4a4c2f9312c4a8bd50875f4
BLAKE2b-256 e39f5adc3d28e5e53505aa58886bf49dcb95814909684264ec88c80045ddc725

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7371314479b777dccf53b256d8445c70db781f150b3198556f1c9e886b5fc26f
MD5 fb295c0f685f2a908db1b6e7c839fb10
BLAKE2b-256 66851d1f38463dfdd9537314ab22bbbe61b080799cd3fc7b215e47fcace446c7

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a2a82aaaa69ce86a0bac9fd3e6e5b36f4601dfc79d136f0344cfd1181c62eab
MD5 09532331dd855cb441515481615a0eac
BLAKE2b-256 fd31545890c776801ace68c2b00eda81964cb59a2bbd380b590d0ad3868f1dc8

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89c1da4ef2787ef56bdc5116857be0a36472ed9bcc7d31521b85c610d0a1cab7
MD5 ec4d74f4d8aa00fa712223a23a174f6e
BLAKE2b-256 750da71b4d81d52467e69a2ebefd7e82b886aaa864ab5176de40a0a3745e14d0

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26818a777136ae3a3473f6524c7980fd2cb91cbbf5a2337ec27a9060f62466dd
MD5 1207d5377e9ec09143d4a8d4a6deed5e
BLAKE2b-256 d400703665137fd4ad546305ebdb1f24ca9c1055bbb174b1248ca177dc4dc1e6

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbb5fa39a5d746ae8380d5283e38ccd4d8481868476f2b8e88e699d1f72c7a7a
MD5 376acf9dc09312356f2ad7328e230499
BLAKE2b-256 978a5cdfad35483288fef431e29418403412f9d8f32532f0a10d8a748c0d2546

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2aab4d7fb1cc20d4aa4a156a02ac8a56771d390a95620d14320991ecf2a2779a
MD5 e6dae5bbc6657c635d246c7bce13bb19
BLAKE2b-256 aaa3b48bdd547b92f91d03629557af8d9a855c1caf301b86be1ef3384e4e4204

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a6af5dfe58538982dc491adb7f7a4fb4626ca0ff5c7b63bc33835f1cb716714
MD5 f34f282c7fa2948b6f7455dd28eb8a13
BLAKE2b-256 802c59acbdd9fccd5778fc406dfb92768f1ca37c6eac896a2192457b765af419

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c99d98ec92a6459a674864d6f3cfef6ed87de0b7c69c375a5b33467de3011c3
MD5 4e90ba37f0c991b20ae0b0126fd26509
BLAKE2b-256 fcf5c9618b1e1e125f19ab6e5d69e8f0a49207e884665f468b24f74e1429a501

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d08693f372e03eda0d6482a7151268e137775e3c38870eaed7c51d86e3ac6207
MD5 3c2a01f2b8f4326181d4f6737cc83c57
BLAKE2b-256 514dcbd3b260dfbf8f0fa8025b9efd25bd4a41b50e16041d16ef6b1614f841a1

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb305c68ca53b832fa8754ff62ed71b2481d050e680f0b8aebd61d7cd6c29d20
MD5 723953a32e2d3496df38d04e7e43c742
BLAKE2b-256 7baeecd706cce02e82698c65a1894086f7f47e3e67d917790342c811953a445d

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ad9b6131f5ae54cea769b48ee10da9bfef637c31c79c971f1b17ccde06c5bc32
MD5 43bda870b94f20c4aad3a992482f6126
BLAKE2b-256 a635729e9a46bdb261c9769eacd0250b8f344eb5a9c0221f04a672ba0184616f

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c887da0098db14751bf4351ca5a4a1964a1418226c62139c3169d725b69dc6fc
MD5 34d3e37754f6ea7d6294f57979b306fe
BLAKE2b-256 217043b2c65a5417cb13338e3865cab9daf3610968f569899599b3134a039ee1

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ea29d0f9b23fcfcaf8e8693b65b4ef033fbabb43801c81d6c42e2c688bca8fb
MD5 37c651e3fe57d2ef20c659dda523c512
BLAKE2b-256 f61b9bacf25a117d94fab23d7e66f2ddedb241e84aa777f53767506a6ca087ba

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e7c49cc81f31e6514746803fe4b96cdba2808379122962eb868c2e5f2f843ed
MD5 20e66fa08915e983013653f553640a24
BLAKE2b-256 80e6cfefbc9c2f5e2303835dcffa0b623eef49a57f941b023b334bd77a7e5d37

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1b29f777cf418eebe178f53b6da0055cf600c360cc30863604aaaf0a6fbf8ca
MD5 f1703172665df879959d82280a44441c
BLAKE2b-256 ea627215cd16fedf97965312cdaf6c510f6c6d78a2558767b34a5e966117f7ec

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bb813f4f607551114193df23d7a84ec1673feba0a6d145555f346d23c68d80f5
MD5 daafeac052514c16c2e5367eb66945da
BLAKE2b-256 2c7c3cc992699bae992f229c0cfe88cc4db4b5af169a2d6acd1adff072c87cb4

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 430b374c250c9259fe2c6dd747045ebe374a53f95dd728b9626a3bb9f97cac0c
MD5 55c78cf9b27cf0f4c3e9d14fb65279f2
BLAKE2b-256 cd6c307af27a0092e0abdcc78844bcf40f031e9985548009ab7c6ee58efd0cdd

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 229920369c3f117f3ec655bea30e029a801711ece93733336ba068500fd788b8
MD5 a0db917544e6e9268e15a8124f996109
BLAKE2b-256 7b802b2dd06f10d3ba64de1dc5b0cca88d73826735b9d993bed896d156dfaad0

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c7d1bb4066aae5714812d0767746037e4ec23b98d06589c9dfd64ac1b6a18cd8
MD5 a40b2bc5a094cb57b25759750c658ab7
BLAKE2b-256 5e46013ebc3e321d08ed92a49b0c8bcf1712286c79bc56a2b6f4b69ca44edd65

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b1e14732d1bc0fa017676b4ebef81ea4167ce4ba6818bbaa021cf041ca06381a
MD5 3d2b4abfb879735efadd58e9b8bbab15
BLAKE2b-256 bac2090c1451121c1fae533a8c676cfab265c28a1f58742dd860424f52ccf14d

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 150dff5180eeda02faa6397048ae668699f114882daee4da88b5b40ae5a8e3fc
MD5 4878f42a94ee6c6a6b95d544a24a3c59
BLAKE2b-256 7307c108d2f38e462184b79a703d157e68899c09b4ec973b08fb7a0804e8ee79

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 475b66db2e6db93763df09b0bfd88a72b78a6ff3ad45cd90b8958131cbea9be3
MD5 99f2423944006f62c6dcf588941d12e3
BLAKE2b-256 da24521f083da7cf1e6b095468714ee2e37b5b7f251d5a4ecf1abaca4fb556d2

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c2eca42af6763e0c98847764290b68556c6b9d25d085f78fc9069402b1184e2
MD5 1c16ebb3db98c63466d3a409388a3864
BLAKE2b-256 c91f65d4c90d2367792439c60572232f6fa834f3ae2a3e1adbb0efc6f0f20392

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a073d9215f1cce9b6437e30c1ea98b2595355799da8e25877bc7f98a18037648
MD5 397fb787f579ed2e63db6e682485f560
BLAKE2b-256 f85a5df779f6f5de2c95a496f1f4981a6ee16e0643d5f65cd3cd6de6353ed4bb

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f727408a8f489edd06d9b60f813d461b8bce1d6382ae6312ceee47f6b310c2c9
MD5 e39b7cbf3fb1e8dcd977f9413e2b98f2
BLAKE2b-256 944feffc9ca327da7661aefcfa628f2b0694a746cc7737bd3c9f133360d5fc86

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 779d223c33288461c8ce842c5bbf0470a1172cecf73bd4a68acd83210ba378f1
MD5 9c1c39e9a6ae2b3aa8c1b3744d011f92
BLAKE2b-256 f2b74125663ed55545fb04ba6e47fae7d65c3e6e82937021ddf61504a6a1e5bf

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3fed18b733c9fa3a1852124af5e90649de9c48eb606124593a261ec70046632
MD5 d96b085f2dc4ad7f9df16591627a3db4
BLAKE2b-256 fce659c320373f8884a408f6be00181221ea96a0ccee0e60e5599fc33c5f8ac8

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d96a2d5485a893cf780750f0c3aa36b99a0d3077ecdb78bb9fb18cba2e900cd1
MD5 6bbf31e4311d9e8e2922b269b316ecb4
BLAKE2b-256 c4635bf8977be9a2f75d929d07706a99f31877bba3b9abd44ca1278e38e432d9

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e854cdd277150c44a09ae694ba0f95155e691056ebfda8fff1f7cd2e45f0a84
MD5 e054da3cf51a2eba51f23441306bf59b
BLAKE2b-256 b5f8bfff44477c37f54fb51c0d46652983c491f8f5af1efdbf8b77a0a4b9a01c

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 839c92e614bad9e99b3929f23b6b03d19a3fc57b382cc66b4d5066007db9298f
MD5 311516094575f64f4188978a91306488
BLAKE2b-256 6c5f85e7110f36f2c766602d43219e3616d181b73dfb9cc2dce36b049ade9f00

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea8fcdd22d60561f7ae78e182a57f3da09b010f4cfb41be771b8ef962b018333
MD5 5489d32c7bf73382c0f387d76357307f
BLAKE2b-256 2a8eaa3e549fdb35555a7c1db4d4943dabb0c79dd190c720b69ddfdb1b6f0dc9

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0c36cd9d972cc6fd30714f63601cd513b06a3722518f45d513a2241bc59b9bda
MD5 8a392757d2d6b0a15baec179ea77427d
BLAKE2b-256 4658d316dcc3575fe0eba85b3498f75a24ffde8473bdff6a8bc562cd9be2af2c

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e41830646495c22a297a98dcde159f28015969100a475b77036a5985cd417c96
MD5 156072b93a4fce842b2edd0e32db52c7
BLAKE2b-256 5bbf98e696ae0aeefff766c48896aff497e5ff2027c5631190648a95eadcae4d

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 b0700547155dc85b6985ad44b489d3f915a2482eef9430920d350e13a58261f3
MD5 1a24ea898e2bbb3277c7b0807db2e767
BLAKE2b-256 d7843bdcfbd2c1042ffae8cd23c9338c0a033047826caff9944947860b3db3bb

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8c72466baa5dd25704db1e75fa0c6f5cd640fc1a22719d48fcfd93f95f109086
MD5 58fdaacb94f45d59f270bd53e10d22ea
BLAKE2b-256 c50982ed82d4115705be9799d5ef4032acda47557bf22116b8d151c7e2617af6

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 76a349706ffc84100f04fee589052809c4a6eaf5c9e1df1eceff4f7912b5208a
MD5 c9f5259568e1a58dcddb919124184ccd
BLAKE2b-256 c436a131443a2ba2e2eb644c2c6ce6d311f2eb2ad9f13eeb70fe8153f6b07c9e

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7f13c524e782240590f1c1f73ee427654d40bf012692cc408d00474b25cc1120
MD5 9235189a96e9bbc4a3159632af486ff6
BLAKE2b-256 5d43dcc5784cd9bebbb5e4a6f1f879c666a56db05fb7f80329788b886ac7e9ec

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98e06e67a928effbd2ecaec515e38a88ed160e8dd354a2b970c1fc81477ee716
MD5 610e4d84f955b5f1890468e3a0666346
BLAKE2b-256 1eb6408ba4f5aac9dec88a1b729ccd0b62d7f4591b97ba982a37064b2ac49adf

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f06f70282e622128acbcf516f6a1d66731abf6b25f97bea34bd866afec16482
MD5 5bb526fb3dc142fdac14575a7498247c
BLAKE2b-256 0fb26b658b99fd2f72e2ac952cd6600adbdc7284a34e37e709082e546b3e623c

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c478a70e48d568d7be3aca0e8b9b7df8db98a7dcbba8b85698fd29deba7cbfab
MD5 b8e3a91323c431317cff6a9ebdcff7b2
BLAKE2b-256 d01c064b8c9531f1d2fdb12b0af06f645e5437e71addf39321a5b88173b5d077

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac330f51a837a2b317d3170bc5170fbec0f6c7baa25a6c25b309c3b53339f142
MD5 f1a9da1053fa612d52095b59b52532fa
BLAKE2b-256 9d16da201b5532733e46e1566d1ae884650bb00823043d8fc997c1258c9f1cc0

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f61234bbdf1b2e74399fc60600fb13e1775ce9caf8febfb7f5a34fe9a0578a3
MD5 96c2122cddceb51026514951ac4e4b77
BLAKE2b-256 2142395543e2e6503aade17ae882d8d9f01d7979ee4e78938d2ec10b424d87dd

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9d66692c4f2c67642f5e11e88eaa8cb2f567e703b89b8d2ac5c7d8559dfc3ca
MD5 62503668b8aec3c5f10e7e3893ee7bd9
BLAKE2b-256 1d2a55f33fc9a00b1cd4d51bbd2f6ee86d428374eac4ee2290a6395047d514f0

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56950a7d4c10f0a44fef6e627a988f1f680700a40d51c8fa61f61a3ae6268189
MD5 8f87b179ed00317c0bb8260e40a9d7cb
BLAKE2b-256 4a48883d477b4a9fb0625b792a6b6e144db1b4a296d927c1d01599fd666f5736

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d265de0bf2e010e5ee74ec13c83394eeffdf41ac2e5b6025519f015ab5dc24b3
MD5 8b5a25af9d580d830d5ea2b83ca12aff
BLAKE2b-256 d0cfb0afeb5eac5f874981e7cd06ebce32378162caf281da4e494b6217e07b44

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7010eb77992033022d474cdc952a6c73271f37233e5d275006a4215996f711fe
MD5 afc131a1fbbbadc1bfbe2682dbab552a
BLAKE2b-256 714324344ae092995fc137990953788148c9c2b4d21e0aed6cc51c58c8022b79

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 98c5ba0a432ac9899473785641c79e01801a221a23b28bb12f07a2a6606c9015
MD5 c7fe268a9e4c48b5a02985e91d649769
BLAKE2b-256 c5db27280458b3920b59d28f0bccb3cbcf3f9a500127a5f7ff79e9d89731fef7

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be4634893dd5b0cda5336d0e18efdb49ab88ea5b99e19ebad5056fdce9f7e0d3
MD5 5085d16de26d608acf1ddf2e3d43c6bd
BLAKE2b-256 8d507b024612696afc3ee191aa2c21aeb9048763da6f88139049d4a7f0fbae88

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 071df61c778ea69bdbcc105e6835fede78fdb50e64701c2dc6bbb7382d2b8f0c
MD5 4d3b9df1c240d8d17121a2a636e6eb50
BLAKE2b-256 26888405ceb9904ca3247715e48d4d72772295a0044fe607014436feab0b3127

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c2cfde44695ffdacc60f9c8718ecfda00ff2b7264862fee88c95b0a412fe395d
MD5 efc5027406fe802ac54b5989298bf299
BLAKE2b-256 88ee692d171495a822f739613335ea34bcd04b854b19aefa3b0794b02d335636

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3920f2432c633c8fe4dbd39a43fedaf714b138462820d4909c6aff42f8b61387
MD5 ff759154be6c20da30babfa7f6b259d5
BLAKE2b-256 06c401451defda1144b2e2429224c79484268395f058c06c9290eb261029821a

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 810747e8492833afdefbebbb91205599643af2145beba17f193e5e3cc2ae2b1f
MD5 0b9e12b28923518068311911e118a589
BLAKE2b-256 8f501f2e4331829b39895b2164839383dc5cbd873ee8f2c7360a5808a6e65b47

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5671eaeebe61f0fc790542f8eccb6ddc5208470cb25e4f7fc268dd131f9b1e1d
MD5 d07f9fb05d759a53557f4a0da982314d
BLAKE2b-256 fa2974004515f5cf8d9bb4c1df9fc4e25174c8b2e717b57f61cdbd3243db6f91

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f8cd465466fa1cf92a07b48b1769e0491549f663e5d30034d534c1be8aca257
MD5 b332905667a859351f07f5dd37beea84
BLAKE2b-256 da23c6b25204c80904a2b1dae318604defe6a9916c24f983d03d3a83808afb9e

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5b5aa32055ece1265c86dabd6701b0a14f1d65dbb618c30aca7e089d18545ab7
MD5 bd86ed45b62dfa1a400ee799694e8530
BLAKE2b-256 0e5559057b0dd84b941ce4329956d2aca1c0323f0c54ecfab992e4afaee3ac6a

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a63c6c7c18984375b1cd4cec140e7dfb56942e2c33ddabed00b903fb11fef2c
MD5 229c0c4dbbacb11c3b4cf4f3f59459cd
BLAKE2b-256 3a8dff506dd7e0f3bd342d418109373baa9fe7ee2f4ea421ada3493fef04a668

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b4c90865b735a5f6756741571ffc9a0837a237cd7af480face5990b209510fc
MD5 5d777ba622503a406da1329243cb1fce
BLAKE2b-256 2811a842355a9472afc2f2fc7bdcb4d6e779d548a7d502a4008f9edda4e63b5a

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3904301669887246960d18cf018705ae5826faf7f5877e8802ca3bd66f2ae28f
MD5 f27dff5f41b759024abad06690d302a9
BLAKE2b-256 28ff91c05648ef52094ee161a37aa6c50dc20b77dc4d528c4bbe570e99bc2e21

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5469b0b943a24528404f5eb6dc853d8a10c41bb56c9279dc1c315bc6266d071
MD5 3026b5a161c9912bb2562da765acab80
BLAKE2b-256 1bb1dd67fe488765db401c0b95ba6d812e5defc5ae61234e842d82d4958df029

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f308fb7fe8586337470bdc29659ec32f35cfe411e66cb3a05e6a04188cffd2fb
MD5 0e1b8e9c4f4e75ae471179b8897b2f71
BLAKE2b-256 17842b826534720ca6ae32276560b22a87367b65eae6e76fbb11abbe911d72c8

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba2c26e2ed4d15443c0af6320ed5609e85c72bf134db476c1ab9c028fd61b9d8
MD5 b569a1613fc19fa4c8c51a45b77c4f09
BLAKE2b-256 8d385eb8182edb4a570a24282e38ddbc5c8dd1f37701c691c028363254ccd999

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5d2e960cab7a82108fd518ff658f542754d468bf551b07b460423776a228d4b9
MD5 07be4041fbf26b3e552d56479717b070
BLAKE2b-256 2bb5b90e6cb91f6a6aa6e949e9e6022f29c9ce375cbb42e1cc70f9fc6cd4bc51

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4c63b788279e370c47dcb59ee45e5e11edc562d237c7ae21df5fbca024d4962
MD5 f7da692048914b35404a67ea6923e4f8
BLAKE2b-256 17e69938f46165b03196bf07a8523c36f4190f3bae7561aa6a044a642d01c31c

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 8988cac2fbdc68a359fdc17bf8f2f42d61787745884b7cc880b7b0837764315a
MD5 0c717494ade1befcf8173e9716c776a6
BLAKE2b-256 e0d6109882d9869bc7681628a117b98760243942f08d5e6d006e394e6f69f3ad

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7967c1d61bb583d90555a7cbe7ce3db3ce30ed4c25e5fa36ffb95036222d3fe4
MD5 7cfb1213f852ba89080cb6ef7d69c3c2
BLAKE2b-256 30e421e93fe575e0775f2b7561b503aca5873f71add46203b624b75b45affe95

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 75f177ed6394186bf24722f46857f0c53a223277ca987a5aa3e8aefecd1c7f96
MD5 663f8c40567f0d8a2ea7ddfef5036127
BLAKE2b-256 4152bea51c81b485e6b072d991bef15300a117ad763d9e9ed71010555a6bbb9d

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d992e51ebab1af87c1dc9ca154e7966a593924f5037f5ca301b4b4240dd70a9f
MD5 c3fdd2cb681c02c7e285382e44573c2e
BLAKE2b-256 1b636c2a9b39e1d7a266ddc0a6cb90083e6d7b8a774d6f0605be2c2526d84b92

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a47b410a3638caae85e88c8ad81b55c5a9869fa9af4e652b4e152663cebf9a0
MD5 8c5a26c502d7f0287bc6130128621d97
BLAKE2b-256 fd9b4863f8d9497cfc76578d30658efc2878c351fe385e2d4d5d18f1094afdbd

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6832b096202f7db3bd2a47e4ef077068353e7eb263a40d305f57cf89b99961e8
MD5 0a1bce5857f26822084e1c4225c4086a
BLAKE2b-256 595c328bd30ccac211c20f01ca57bacd22d39b5f5150341bc67514e1d125b607

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d76f73efdca26325b40dbe993d7d722fe26cfb2510a7e139485b9db446c426b3
MD5 e68ae8989efc0283928061f9d4d8e669
BLAKE2b-256 b6d55f484400305205edfc63fe2b7d8e223e07a80d05ffa1e9f3007f9f90c5c2

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d430c4b3cbeb37740392b7e7f357a93a6ba2d4bcd67cb0ff4e9eef91f5a20623
MD5 559da967db46f8ddf570c2cb1c5f6e67
BLAKE2b-256 3a84b1a25e8eb313d4f5109cef6f5e152b496a8384c2aef20ebccc8327afd765

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 049d0d77262060cb23482ae954f2a0a689caf1d7955dd6e2b1ed12bb1fde1b92
MD5 cd2f34dfb3516f59aa2a8ab630de8b10
BLAKE2b-256 0218e90f5e37d9dc7ef41c744bddc776664aa0e236444b43a3ece1892126e0fe

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b4933af138fa7eaeb9a3321ddee2b69f85ecf7c98e520ceed239596842ce4ed
MD5 f5a12042082c39b5b272e4df1e1f9493
BLAKE2b-256 9552769a35bf79cfaefd41deba5206f34a09641fa201116e5d4955d650850d1c

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1df1c95cb7d1cff5a0db3e0ee6fe4738831c9ea61c11131670a7346eff17c2d
MD5 8ffdd20698b07b026289879f828f32d6
BLAKE2b-256 d3270c73065c16c8fd0c20b5b17adc8cd7a5c0980435dad72770b8db028c2299

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4bc347aae660b978fe75529e6e509272c578a21859245297a9b4a62aa749d26c
MD5 ffda207965e81f2b8cf8db028fb44ede
BLAKE2b-256 98cafc41b1a86d345af4c006cc89f5c9a251c53fcfd20e6ad592c64c92777172

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fd9422f7366f6b5666b104f46026a491a772bd38d94eb67fc02b50b684430f9e
MD5 a8e692689af9a99f3cb884766973c85b
BLAKE2b-256 2992d3a111e3cd0e2a415508465694f5302e9a50428b81073f2c63a245db9d90

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bfebad9118a7b6bdf0a95054cd70474112d9d38c7b6576da0312221acc503d98
MD5 4572f4517843c691c6e9e992c2e21f62
BLAKE2b-256 2d2d93aedea9399589b307ad8bfb9f216c1223c12f9b7fbcf35a728afa025262

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2811df444c87bca37d18c429aaf7a78dd25f2b925a57914fac3abf4a6f18d421
MD5 2f4260dcc9639c901a650e03663a497a
BLAKE2b-256 85d7cff146c1eaa76fdd6348cb6cb864af0e87e445c4ad73203739776d1b7883

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 89cf9dac5f0f99ce0c1f3cbdb965a49b35ac01fd2f8333ca5244a5bd76a6e0ae
MD5 d79dc6bd13500c38e6841ee21abc1ca6
BLAKE2b-256 fe1b8204ab5e54da35a44cfad39e2a37dc4413e47585260b8fbdfad9b99c0253

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 f58bed41547bc5f13fbb41f26d33e6c9b36bb1c908e0fd503c7661cfc7ff5431
MD5 da45f557fe17f6f2295b923ae8a2ce3b
BLAKE2b-256 f24e8145ae4e51395c3b56ae933a14ae334351263e981755df7c1fc393b28025

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d453e66902d358dd73d7f0cbd69f09a5adbf4f677b079ae4daf0c4d8e508b89
MD5 47a68fce81baef2871ea96b9ca7e101d
BLAKE2b-256 6c6c773249fa559cdd3306f8e67549139d9a617bbb829cd6643deb66ea6d0d9a

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 655bcadfb4caf6b2031b8142048c4c685f013995f97a662450c464b7701f5bc7
MD5 5594f851f61c70bc703f474bca7c298f
BLAKE2b-256 052170919e91e9e98ef5f417ec1512fc434bf61b5d37a2468450383f4aaa911a

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0072e2c3a1fb188c9712bde4e40315c9eea4716eb0a86bd6867b828f60e854fd
MD5 9808bfb2b2879144db643be79fdbb5e1
BLAKE2b-256 4d8e39625e779e07478703be114bda8865190052e4289526685dc1486a760301

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5067e15879e85e22d58b62ef6be20ec3f6da6a2acd2d6d5838f0ce5594f57cfd
MD5 e1e95102425b2b99157062ba4f905990
BLAKE2b-256 385ffd627df973fb13a769c808528f9917179a3fe417328b11dc8a8f8989cdd6

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a98942c8ca468741ae4ae4d2cc782d5fd49a2be46a364761b18aeb176f960d3d
MD5 6cf242c062ccb58922a854a775fc5da1
BLAKE2b-256 60e8b2187534cca75e11454bf7a6443e5067c4dab30941ce025bfb2d063deaec

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01ef9e8f61689d6c14d9c86fdc6df15d4cff8c7fdecf2fae68dc96b7d23685df
MD5 d22ed50c2e9e0a1d5b6e01508d578c50
BLAKE2b-256 92055667d2b0e970fdb67f87bb2359ddaa27eae07ed06ad9114dbfd3c8c592ce

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08ca04d970cc716cb1e8fd20ad8893e1c576cb90dd4a40d2a8bfaecd46b7bb6f
MD5 4ea6dbde83c2b16d491dcd0fb04307e2
BLAKE2b-256 19474ee210828734e7c13255da389773d32af12193fcce9912729d6310d38989

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bf132d87ff5649f267a920953f1ecf2a69a43aa143c761ef0a1c55c4be29ae2
MD5 7a1695b9889359f7dcf8cd6f2e8286cb
BLAKE2b-256 a0691736cc12b16005dfcd8cb31c6a1cef3033453f1216b86ece2a2407d1ba09

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93c1e5f5f342db8c6e5ca41166e0b90161f8434c2259bb4fb0de67d9a7055776
MD5 5af1d99a88291e1e1f6cfc4c46cb9928
BLAKE2b-256 7f238a0d2505da69f35a2ecd484fefe38228797485674a73fdee7a4f81651b88

See more details on using hashes here.

File details

Details for the file rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for rapidxmltojson-0.2.5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 65c1961269b8208734a965c0d0e5f8c251d59cfaa7162e44d8174b93c0ee2081
MD5 ae0244f4b354151b6bdd697c06b0fa2d
BLAKE2b-256 c212b29bdc8b19145cf09b09e169203fd6a1112410f2fa5b982e9830c6165369

See more details on using hashes here.

Supported by

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