Skip to main content

Python module for reading and writing Apache ORC file format.

Project description

PyORC

Azure Pipelines Status Codecov code coverage Documentation Status

Python module for reading and writing Apache ORC file format. It uses the Apache ORC’s Core C++ API under the hood, and provides a similar interface as the csv module in the Python standard library.

Supports only Python 3.8 or newer and ORC 1.7.

Features

  • Reading ORC files.

  • Writing ORC files.

  • While using Python’s stream/file-like object IO interface.

That sums up quite well the purpose of this project.

Example

Minimal example for reading an ORC file:

import pyorc

with open("./data.orc", "rb") as data:
    reader = pyorc.Reader(data)
    for row in reader:
        print(row)

And another for writing one:

import pyorc

with open("./new_data.orc", "wb") as data:
    with pyorc.Writer(data, "struct<col0:int,col1:string>") as writer:
        writer.write((1, "ORC from Python"))

Contribution

Any contributions are welcome. If you would like to help in development fork or report issue here on Github. You can also help in improving the documentation.

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

pyorc-0.9.0.tar.gz (56.4 kB view details)

Uploaded Source

Built Distributions

pyorc-0.9.0-pp310-pypy310_pp73-win_amd64.whl (906.2 kB view details)

Uploaded PyPy Windows x86-64

pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyorc-0.9.0-pp39-pypy39_pp73-win_amd64.whl (906.1 kB view details)

Uploaded PyPy Windows x86-64

pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyorc-0.9.0-pp38-pypy38_pp73-win_amd64.whl (906.4 kB view details)

Uploaded PyPy Windows x86-64

pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyorc-0.9.0-pp37-pypy37_pp73-win_amd64.whl (906.2 kB view details)

Uploaded PyPy Windows x86-64

pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyorc-0.9.0-cp312-cp312-win_amd64.whl (907.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyorc-0.9.0-cp312-cp312-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyorc-0.9.0-cp312-cp312-musllinux_1_1_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyorc-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-cp312-cp312-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyorc-0.9.0-cp312-cp312-macosx_10_9_universal2.whl (4.1 MB view details)

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

pyorc-0.9.0-cp311-cp311-win_amd64.whl (907.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyorc-0.9.0-cp311-cp311-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyorc-0.9.0-cp311-cp311-musllinux_1_1_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyorc-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyorc-0.9.0-cp311-cp311-macosx_10_9_universal2.whl (4.1 MB view details)

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

pyorc-0.9.0-cp310-cp310-win_amd64.whl (906.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyorc-0.9.0-cp310-cp310-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyorc-0.9.0-cp310-cp310-musllinux_1_1_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyorc-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyorc-0.9.0-cp310-cp310-macosx_10_9_universal2.whl (4.1 MB view details)

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

pyorc-0.9.0-cp39-cp39-win_amd64.whl (903.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyorc-0.9.0-cp39-cp39-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyorc-0.9.0-cp39-cp39-musllinux_1_1_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyorc-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-cp39-cp39-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyorc-0.9.0-cp39-cp39-macosx_10_9_universal2.whl (4.1 MB view details)

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

pyorc-0.9.0-cp38-cp38-win_amd64.whl (906.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyorc-0.9.0-cp38-cp38-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyorc-0.9.0-cp38-cp38-musllinux_1_1_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyorc-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyorc-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyorc-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyorc-0.9.0-cp38-cp38-macosx_10_9_universal2.whl (4.1 MB view details)

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

File details

Details for the file pyorc-0.9.0.tar.gz.

File metadata

  • Download URL: pyorc-0.9.0.tar.gz
  • Upload date:
  • Size: 56.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0.tar.gz
Algorithm Hash digest
SHA256 aec25c98c5bf77a9ce5c1d2e9bf0564b4129339c8a122f42d6c55d8bdcef42d6
MD5 00de70758d7a3896421e7b2680272b19
BLAKE2b-256 d8172d4547c17b3b6a977fd48a2566b783ce049449045262b26dc8e9be4c4ccc

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dcbd0b51f172313be2176dfcf7a6f0f6b688f57d030667f26c44faa650bddc5e
MD5 387e7c37a76b8f3a72624d2428c8eac8
BLAKE2b-256 df4c365c9dac0a8c5c4902be106d8bafa5e82b39b0f29cae45b4fd3e1fcecdf7

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5618ae5527441cd7e8584fe8006355cfb25d7d51a2648efe7a4d2d1dd1f438b
MD5 a40412ae650ff3364fc261794e6d43ca
BLAKE2b-256 12a439ea43aa16a8c2623864ffd9b3b412f0ede7b850d6c00d6b56612b7dfdf6

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d41472108a2624377cbb86d14e7cde6f8645b8f135f1ff8af393f7757bc6c1d
MD5 ea26a286fe280086eac0171e1dadadfe
BLAKE2b-256 73a5e3510a97100a32bfe52d3dd2486b91c1a5bd4061a12abb1d877efdf6b9df

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 89e64cdef4c3d4121f89acb78e941851b864e6aa4034949aeec6f64848e7c538
MD5 32c4842de9d9119e063ffb3ccd3036dd
BLAKE2b-256 f126aa2bd8b00b647b27317ebb558d5863b669250da640eb49babbbf04a0dba0

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 35ee317cdb502690593b9a0295edb2e9e4762abe3fea61013c790dec084ecabc
MD5 6ba9558805def667aa1961f06bcad66d
BLAKE2b-256 79de08f9557f9cbfaef33ba62aab8f09c0dc34b8c43a6d43c81287acca15a31b

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91b062d113a41673b92af51fce21dd612683b6836a4840ec62bb2b90d761d30b
MD5 e1b913321fb384dca81bcbe53084045b
BLAKE2b-256 072b73356b62b7bc16b54f8f15c5437610ac312a919b03e1875a8f5100b048dd

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31bf2c9fdb7237cce31890d8d5b6bc8e544da7492d5c65db061d3c0cb53ee4c4
MD5 bcc665cc0bce4dda0b46245c8d5c9bf4
BLAKE2b-256 07ca9b2535a809a03d81d074de7cfd38efb0ed73ae80dd0e1c721cb8fde2e34a

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d741e5398737e132b63d38134e83e411479c8a9d74510d48e2a92265e6eb0399
MD5 f6840a1847c21cc0c127473767b57383
BLAKE2b-256 d64aac3588c0de6a3f74e2647808b820d3d46f315741322ca5edf27add46650c

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8dbffe0e943ee480eee30df7aa816d16e25235934dd380f53e7754ad18752bd5
MD5 d7fb1eb2bd1865ed7e562b6377b0dccf
BLAKE2b-256 97974745df5b40e0d21218b6d3ef111ebac5360d57290d5b93bf0e641a37919f

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe8854b399fa9b5bb9aba53f672135d909c67eb5f589883cb17f6351f7a3a9ec
MD5 021f81edee9bd8a298e635091c946834
BLAKE2b-256 a09ac616bc1d2e62d7675fb1b2e93d3cbb2f25730a3003a13de1989dbda3db63

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 484569f3ca2fff658b8c0af1a12fd29a6d46b6603ec514a3056969235ac4548b
MD5 0cdcde25c46c69c68bd492bef9dedfb2
BLAKE2b-256 3f4d64e31c0b55b4b661f0e6525817673edf6da5d73722cda4067dad924d23d0

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 956bac0954ccf260d63afc1101e41012ad4c99e0c885901685da4c2fcda1a959
MD5 cd2a90579a2ee47ed5c190a38ca85683
BLAKE2b-256 688d6bee4eff35e3973927c42d322990ee91ca731b73293575fe3bf6dd43bdb0

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 71b6c99e024210b8a07f6a99f5c6e1404678788098ff79c02a441d8c2bf82af7
MD5 8bbf5d5c5b2d4f120a1a983ecfce2d63
BLAKE2b-256 9de14ecd80f6682e0afa60caa2b9f865c3277e8131097884b6378c69dd99e862

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ae4491332ba48ceae3ac431c5ad5310640b5c67614dca0ff9fc81aa321337af
MD5 a06861112a7de2a3892bfcf7f336693f
BLAKE2b-256 d68d56d24a55efa8637000996f42ac3354224961813b89eb205ab871e7e64d2f

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2cc540d9f2d4fca289a91d430745d5d7544e8fe7d47014d976fd2d9532c134c
MD5 185702a4d3224479fa070b94922753ef
BLAKE2b-256 f49f94dff51da9c5234b3d6796d5b78c7624e734b474b09e25e5c00ef3530523

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00e141343a9b62c47d68f397947d60139e479675f2a9f024cd79ef4e78e0e249
MD5 6ec6516297fbd7b23452a4316e4eb7c1
BLAKE2b-256 4d0a8d1ca4fd471536584713b1bc5530478aa668c26f8a6109437fd1e0dfbe7e

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyorc-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 907.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6702370765f3372d15d92b84642e8b80144c47af063b65a2e775b14ac887e21a
MD5 cf3cd73c70fb4e526a94935c91902d96
BLAKE2b-256 f8ccb7ac46ee954048ec07a9f232d35a75a9fe3ae86c571721f1dfcdaa4cee67

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d0df1193e9bbbcd2d126ac9bd2aae1a937680fd5990b89a52e89ea9bbd7c249
MD5 25f0e72b8d1f997e7535abc213f225db
BLAKE2b-256 4bd8690e0bac3d5ba8194e65587f3d129801cf819063e2b2b290d89a723f01f4

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0643220d57df4571618561eda6bb31faf88cb3dd525e64d070bb18769c083687
MD5 57c7053bdb56072517a963c70fe7d339
BLAKE2b-256 a8520927397cce32ac3bf11688c7863dd23dabdd196a9c0a0a699f8f332fe593

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 622ba3157ecac8ad6ba3cf141cb820dd9894658b95da6059f5bec47dc00fdc70
MD5 46b3d3acc1e34ae0a7b9edf52e9c91d2
BLAKE2b-256 7edef4a403153202c90cb72eb6de58e32ca7e334f9757105fd9a686fc4247dbf

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff8810ef63d151325428860b6ed9c176efd252d3201fe53a213c931182fa8495
MD5 3a7dc451f8d15b1e2d46441551ced488
BLAKE2b-256 4b0815f4caa802753c885cfeb427c0179fb68fed0963b1fa749b01291921a160

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1894fb0bb580b13a10417a9a204a5ebd4fae3c901c10d35045f29c46d9ea776
MD5 3eb5bc0bde411a5d3bc393f435c57254
BLAKE2b-256 2e18959574705798652bf49e50e14d9d6661f04e8e76cfd0e05f01fbac096f42

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aadec992e313a5b98e67f495f12ef470199bd539e01d3f5498625a029aa4a7a2
MD5 eb9522e9f160cf1c77a09f5711a1c37c
BLAKE2b-256 c4aa1c4139f94aaffd95beba07744001b5a749a04dde2ad1722ca2ff8fbadd09

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyorc-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 907.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99371c660bdd5b1d04619808b697819ea00bb2ad6d835232290c48f68a8bdd86
MD5 331455d92f65b65ad83cefa18eb38590
BLAKE2b-256 db4c7bee04452d04e4d8c227e37c055a8837e0ea430c4fd3d29a5f6197008f96

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9159b82e356fee6b0f95fa134e3196ff7866276744d40295cff881c7ad33724f
MD5 67c444b2c9a88843b223fe7deb2b2b5d
BLAKE2b-256 a317e624c37df3abd2ae7c30a79d12a76ecc3579b5e708ec54d09384b1b6cad2

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f6aac2bbf35eef8580a6e422a8f2c1ebac23f6523a05e8e4db70569a79e66a04
MD5 553ec70c0f383341fa69ed051788afd2
BLAKE2b-256 74b91689e573fd2b6319ecdf488e440b98343a7de5a161b8a842c7696a658b8d

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8c16195d15781596646c27f4070a11dc3004b5c0fd7c020abf09825f08b62f3
MD5 8b7bfb83b74f009e3a01b240809cf08a
BLAKE2b-256 6a4856688aaf086bb025c3825783eb5a0e43e170fb605a814636ed8e121e4ae8

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f727124c539d33c57351be12002f9553cd8630e98797892a92c5ca365157c7b
MD5 bf81aa766029d42223f4b8cc108f7786
BLAKE2b-256 5a1de751a5f9f76d7539bb845c6e58c80341c749fa2554946304263e00da9af4

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 306b833c8c5b759f8f86bcc3b72c9b83850b165543b9048126ac9674bee33fac
MD5 c39cb6e74e2bd74c8beb5c35bd7186c5
BLAKE2b-256 f0652c310a91cb38fc471b9bcf0ae2021d543d76d3ed44f0bb43abc4cb2b7002

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2ba83b47818cfb4583a24a08699d0dfc92c1101bee4f0a4fe5dd8f8a77605956
MD5 40e21df3cc1607a6987c028c4ac66f71
BLAKE2b-256 25e45ac23218636b58eb52666db6fc575d9543ba04bfbeedfd85854ca55adbb6

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyorc-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 906.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 895ecea373ce5c27ad2e2733155892a4488818ad9bfa3b3dde52f35c17766912
MD5 1c370162d014ee736a2feaab2463d194
BLAKE2b-256 bbe4e79edca2b640c580e17ea69722d866c1f4d8bc4b1220d276639bf4555be3

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8e1055713364b5e5774f151d01748d0b27a15a199ef66eceb3ec2c410ff0fbd
MD5 a4ac253d9312162a04f92541c6a103ff
BLAKE2b-256 fd87046f3a3f8d1aa00d60d78bd4ee1a578ae624a6253e7294065ad32854d08d

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1701049d5e27484b15242b2c375d918773a673db13d59bfaa241ba2f63725afb
MD5 37c68b607af1b75d929901255d847e69
BLAKE2b-256 f4381d744c17f708492c9a7d19d39fa921c2d23a362a276d0765af07d095e860

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64bff497e3735ee97c1cb507bdd836e4c92b3e738e6897df2e6413973762c0e8
MD5 5a2b738ed2f1dff28db2d9a74644c29f
BLAKE2b-256 2fbc562b2969cf806f4539e290d92b877bee9be6c1ac87cb6a73cc02bd49c9e3

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d132e80db8be69a2e63059390d4960f7dc9a3f639e389e756fe9903e4e5c6212
MD5 03ba7558aa47490905db063f20733f5d
BLAKE2b-256 2c63376a504b878c2dc793b78f7c0d8ea7a733841a62f8f08277057e419d40f7

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a3cd4bc84192acac031f136a804718e278280b1daf64e2f65496458f4d7c799
MD5 96f61750b6be024a2b3db33d10a829d6
BLAKE2b-256 e7f197be770064a0f7f614df5ec0e79ba15d9d9ce0a8e549161ee3bd415e75c3

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a6962d71eb4d6b5dde74430ac725c42c5789e1ac481b705b689c0899d19ae7d
MD5 1660ca37962f234332bca4a41a07a489
BLAKE2b-256 d9d78ed3eb577abd607cdcd8f12ff11ea68f90ed625a33109e7d5a36e7083756

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyorc-0.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 903.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bcb97d761f5935954bd3825903d5eafec7f065c6da7f3a77376c88814272589c
MD5 160146659699a8a07703b5caf8faf86b
BLAKE2b-256 8160502148946278db744f9e4aac408121aaa9deb09eab900f00aba25aff1072

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 421868757c9f4ca34ea8e6ce7c6189ebd4dffee60f922d11c8ee2d34019aa308
MD5 bc2bbb63d9f765e6371049f8b0192a07
BLAKE2b-256 37885132a8d19adfa8e88064858f055e633ca9312eb9325a7af3415774b119d5

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 34a35ba2fe7ae9f7abf8343e9ee24be33403edb8c46946001aa2926d66853208
MD5 c02b60bfbc468f6bb4f9486d7bc48d0c
BLAKE2b-256 35b783a940d6e0e639e3247adf4fcb8cbdbf9da30e7fde75ee8e42b922938831

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7830402701cd9edb6d1e1699e3bfdbd4c980db4c2a3f9ae5a5af7a2304534b94
MD5 6af9dcb2061407ab3add9e35cd4520f4
BLAKE2b-256 fe4ff038bd6d215f9c95b8d4686394af9b8135d9e64235a5b90a2f28d26ba080

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2ecff1e0e532e41af4c3b8fe5b2b9bd20a75a87173f7c054533431976bbc920
MD5 b67f3ea7d190e33bbe283fea94c893e3
BLAKE2b-256 c90228823fca5046c0325b299a6e2895af5d10db8cf71bb46460da1cb46c033f

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4a2eefa8b679c1dee63bb46c4f6acf2ae6ecd8279497e7fcead8d6237eca075
MD5 0d2aef6ea8267e4344a4857b39f937da
BLAKE2b-256 48ddfac6210527e2060b3d15744d96fc7220198a63c3d7bad1d8a4ae8aa96bf8

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e823705fcea32a08fbee6d3831227d172e37379dac2872979e35aac36a522f90
MD5 46e3ba69ea3b41d9c83b47d3086d7ed1
BLAKE2b-256 7f9aadc2b3bf8923813674074ce0484df80a81e6d409469499e20cf6a20600b9

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyorc-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 906.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0f6536c6c5ea0efa807a6278337ded04afea4c0e6222fd634ecc3fc4d19b53de
MD5 224855889a0bbb7541fcc8dc7915da0d
BLAKE2b-256 1ff22bedff6f94d485d178ed026109fcc053738b45dd84564e460744350741d7

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2180da5957fe22ea86b25503c028189fdfd06ddb93772d1765d90283418795b2
MD5 168b8a14ca512cf9e84f683254109a99
BLAKE2b-256 b0befc8288f0069b968b404f743619f0445f4a5aedf45867ad785165b9b99cbe

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f1b03273f4c9937d0dca3b5c61ebe5280179123a535f2a94ea0a62dee8412dd
MD5 74548acbeb6172e55f67a465008e7f5f
BLAKE2b-256 fe8294ae08be32aabfc00f2a67b00053cd9eac81e288d5663d9936a2be7bd15a

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2bbc39ad475b49c522e0a35c5972ec4def6ee8d13930f51b1ff88f9634402be
MD5 a4c747b7d78751feb89eaef270db8192
BLAKE2b-256 3328f16f0f5b4f3d4036ea6836691870c06960e551f5bf8482e547396cd395e9

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3484a50b72e439e5da6538a812a4cf068b9a87dad1bde5736c8ff21b67d5ad93
MD5 afaca9d736c9b2335fc56f7111d872e0
BLAKE2b-256 b1ba917a1b6d600d3543db705bd30c055206b1c66f557f97e98c607741cb8f8a

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7bbfb29614c7c16c5b6830b5fe9a4256cf0ce2328e971afcb02e8084af8147ae
MD5 37d73b68b19bda134fbe9150824465d1
BLAKE2b-256 07fb8343f87f150f0e053be8bf287afec83da368feea721649f49bd3e2d1a72a

See more details on using hashes here.

File details

Details for the file pyorc-0.9.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyorc-0.9.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 231a76944ad4bd295cd4d8db2a4fc5e5aa7082d4aec76cd0d3c1850ea03e67aa
MD5 bd63ed201ce4b92baaad2ddf8ec281fd
BLAKE2b-256 0761bd97e214d8a389ce533f4b49112ccc0d7c9a9141c97b4f8644f5857a2f0f

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