Skip to main content

Streaming async CSV — no fake async, no GIL stalls.

Project description

rapcsv

Streaming async CSV — no fake async, no GIL stalls.


Why rap*?

Packages prefixed with rap stand for Real Async Python. Unlike many libraries that merely wrap blocking I/O in async syntax, rap* packages guarantee that all I/O work is executed outside the Python GIL using native runtimes (primarily Rust). This means event loops are never stalled by hidden thread pools, blocking syscalls, or cooperative yielding tricks. If a rap* API is async, it is structurally non-blocking by design, not by convention. The rap prefix is a contract: measurable concurrency, real parallelism, and verifiable async behavior under load.

See the rap-manifesto for philosophy and guarantees.


What this package provides

  • True async CSV reading and writing
  • Streaming support for large files
  • Native Rust-backed execution (Tokio)
  • Zero Python thread pools
  • Event-loop-safe concurrency under load
  • GIL-independent I/O operations
  • Zero-copy I/O when feasible

Installation

pip install rapcsv

Usage

import asyncio
from rapcsv import Reader, Writer

# TODO: Implement async API
# async def main():
#     reader = await Reader.create("input.csv")
#     writer = await Writer.create("output.csv")
#     
#     async for row in reader:
#         await writer.write_row(row)

# asyncio.run(main())

Benchmarks

This package passes the Fake Async Detector. Benchmarks are available in the rap-bench repository.


Non-Goals

  • Not a drop-in replacement for csv module
  • Not compatible with all CSV dialects (yet)
  • Not designed for synchronous use cases

License

MIT

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

rapcsv-0.0.1.tar.gz (18.8 kB view details)

Uploaded Source

Built Distributions

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

rapcsv-0.0.1-cp313-cp313-win_arm64.whl (302.1 kB view details)

Uploaded CPython 3.13Windows ARM64

rapcsv-0.0.1-cp313-cp313-win_amd64.whl (314.3 kB view details)

Uploaded CPython 3.13Windows x86-64

rapcsv-0.0.1-cp313-cp313-manylinux_2_28_x86_64.whl (427.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp313-cp313-manylinux_2_28_aarch64.whl (406.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (375.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rapcsv-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl (382.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rapcsv-0.0.1-cp312-cp312-win_arm64.whl (303.4 kB view details)

Uploaded CPython 3.12Windows ARM64

rapcsv-0.0.1-cp312-cp312-win_amd64.whl (315.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rapcsv-0.0.1-cp312-cp312-manylinux_2_28_x86_64.whl (427.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp312-cp312-manylinux_2_28_aarch64.whl (406.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (374.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rapcsv-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl (381.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rapcsv-0.0.1-cp311-cp311-win_arm64.whl (301.7 kB view details)

Uploaded CPython 3.11Windows ARM64

rapcsv-0.0.1-cp311-cp311-win_amd64.whl (314.0 kB view details)

Uploaded CPython 3.11Windows x86-64

rapcsv-0.0.1-cp311-cp311-manylinux_2_28_x86_64.whl (429.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl (408.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (376.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rapcsv-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl (385.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rapcsv-0.0.1-cp310-cp310-win_amd64.whl (314.0 kB view details)

Uploaded CPython 3.10Windows x86-64

rapcsv-0.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (429.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (408.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp310-cp310-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rapcsv-0.0.1-cp310-cp310-macosx_10_12_x86_64.whl (384.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rapcsv-0.0.1-cp39-cp39-win_amd64.whl (314.3 kB view details)

Uploaded CPython 3.9Windows x86-64

rapcsv-0.0.1-cp39-cp39-manylinux_2_28_x86_64.whl (429.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp39-cp39-manylinux_2_28_aarch64.whl (408.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp39-cp39-macosx_11_0_arm64.whl (376.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rapcsv-0.0.1-cp39-cp39-macosx_10_12_x86_64.whl (384.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

rapcsv-0.0.1-cp38-cp38-win_amd64.whl (315.1 kB view details)

Uploaded CPython 3.8Windows x86-64

rapcsv-0.0.1-cp38-cp38-manylinux_2_28_x86_64.whl (429.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

rapcsv-0.0.1-cp38-cp38-manylinux_2_28_aarch64.whl (409.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

rapcsv-0.0.1-cp38-cp38-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rapcsv-0.0.1-cp38-cp38-macosx_10_12_x86_64.whl (384.5 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file rapcsv-0.0.1.tar.gz.

File metadata

  • Download URL: rapcsv-0.0.1.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1.tar.gz
Algorithm Hash digest
SHA256 0d3fb10e65e6431dd0e9cd9a92fd463316115a9c8ecad0f734565f2496b8962f
MD5 68a7074a77b6578d089c2d31a6b928c7
BLAKE2b-256 5e2e5d44a8b37728b3ed9121ce86ea43e333ef4b3aa0a0397fcf6e6697d5284a

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 302.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2d8ec1277e87c4b3a98c014941a0ba35dbe2985f8f71b632ff7ba443801352cf
MD5 2c55e5e723466de0ab4a2e210dd4dd3a
BLAKE2b-256 23bf6dd669e672a6744db0fc535c9d04fb0c6b12498f5aa4e6017d1b996f3bb3

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 314.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7afdb6607fb5fa32f11a1dca0dee15b5da5191f0dbe6de05062d2a46e729f856
MD5 e2766764c14e630b1d3091dd984f12aa
BLAKE2b-256 885d13c5c7c33bba14f7e1ad1ed3a83786203e5e70e78092820adbe574fce7af

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c4b76249ae26ef855d493286e4259608f8e692b7180e2ea788566ccf06f8569
MD5 bb87b5d782985e67e3a2d00f0850d979
BLAKE2b-256 628e9ee37ca1242832c847c2a9566d8ee33d6499ad909acdf9da0e39bd69bfc3

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df143bbf7e44de3e1e3897d8bc35700ee4d5080eec1c8ff14960b74ed58df4bd
MD5 8224ee2ec457fa273f3803e9445be109
BLAKE2b-256 d463bb61b7a6d43dde782512f123b122fe886b29d74095c02387f0b0d995e33b

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8463e692777993d35ff252fdcf6084a01e07b24ad99893af083bfb8b15e633c5
MD5 7f4d39d8d6147638d90d2f354aa637e3
BLAKE2b-256 cfbfddfbb041ae68de2d7856036561753c88e238245f4f28bad84ad1a6ca2345

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6d83173b73423edd4971965e1e9b9b83d798d9d6fe4a86400714a193ce7ed9ca
MD5 2910d18d4ab30f866af8efaf2b651a45
BLAKE2b-256 05626b101f1371b5505e78ae943bd0b52c8de3619384e762748252f45d1464de

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 303.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 82deaaf86a1f2183fd8c5d9734dfa378c0fac25594a42526faa9de4db55989c2
MD5 b8e78886b9eec0785d211d998f7411af
BLAKE2b-256 5f90ef07a76f3b56c9c60d070c53737cc59df4fce6d9b0325ee083476ea45032

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 315.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dbbc9a778786900a519d4548eb937c1a6e012dec3b5bf0b52f3ef88e1935c12c
MD5 b6faa79f9d726623e023bd54e02c3647
BLAKE2b-256 e2013498ad2613e9e1d77515e4f0a8872ab5d8eae5a5f82052574bac5953a79d

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3e7996ee060fc9bb93859e883e9fb5511940ce6b74ce7baff779e88293ff31b
MD5 6f6fdc424fbab54b9cc5da5399386cd0
BLAKE2b-256 3b1ca335c1d28f65dcf7127da85038a8fb9cad8761bc1548f96c8775d3c98e67

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c72f38d4fbdeb78a0b88ed7fedae4dacf52be68a1f63b1d6224137c18f60660
MD5 1fbd47afb2db490c2d657b9b7987b981
BLAKE2b-256 36b9f23624d934611b1126a888147438e9e5467be6f459715dd77921462d8b2a

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01514bb0e458cf283376eb9419eb944243ae8934e7f1ca51ba9bacf4867575f1
MD5 156dae20e51e1005a298c33e4b04bc7a
BLAKE2b-256 efc305a2b6c20672b7ec2dc0438c85b729964a45520c1276a58fb0279235fd96

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f53d9cfbd3d198c5ae4088bb8f3bc4d72402c8dbab7e6115f5dfa1c3fbea4d60
MD5 b7e6d7b2e80fd715752a86545b985c37
BLAKE2b-256 a39e0f0ed1bebd436dfcf05375c71ac46416515d1439474839de32d9a405621b

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 301.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 241dee05dac234b2d8c86bc39228f2f9fda331ecda74a0e3e0de87352bc03730
MD5 29bfa8c278d41ffdb64c25eeb0be0f3c
BLAKE2b-256 d7ba80457e3502c5d76467f815d21b07c65707e47d9e48babf7729ea3a1f60d1

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 314.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e738270c3c61690340d7de9e13c990d50e0b59192b272f7fb78c9e08e79946c
MD5 c286268d343e5e34dcd8ff6eeb8ff8db
BLAKE2b-256 762dabf24632bde601e26e26efb5bb7aa9efdfa5bb368eb18dcaa560df3bfae6

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e18daf1ea5e60e3ca805fdd8a7aee3758c873a75634d8abc79e13d6b1761a3b1
MD5 e9dc19ea04959b13339af36f3acb93bf
BLAKE2b-256 e76fd4e8b0324367f6499ff861b66cc3137c4b29ed935255c5ba5f11e646d6b6

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebaec1e1623b5e67a984d29c328527cd7eae920e51dde1f16806c4adc0bd8c2a
MD5 681cd05eaefabb91a3bcbe3bb9343d6a
BLAKE2b-256 729442edf87d88fc6e4b800c10802d5fe84dbe35262195fdfb14441bf0f6663d

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85a9db0dc1fcd5536bd01163345026c076e60c8a1507025c37c6435c7237e37c
MD5 0566d47b17f80d6ebe2f858c4cf01419
BLAKE2b-256 2414a63d23a6abefa7c75688bb21cfe4a093f829c966d9bb8735c35039b9f9f3

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1cd982b9a5efc2a9662a1df7b475276dc077620a657383d0fe99ceb303c5a551
MD5 7568537aa52f219f197200dd3e5c4fa2
BLAKE2b-256 dcbb7427c77a7d43a50086d7a0e58e5577c1e835bd2b9552662738f035197c20

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 314.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 846de341b4c257fce83f9f01da9715f71e0cac17e281a2681865b48b56b86775
MD5 44dab9314d50a5973527589b5936bf48
BLAKE2b-256 ab5f5995b7538f04f7c84af97f08f98ff13dfbd05af10b91bea9423cdd0f2b09

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ae09204c9f322379f19e9647f06ac1f2e81c38447c28f9b30099d4ebc2be47d
MD5 3c22d6a594e622b2433ff84bdcb3f67b
BLAKE2b-256 8e4007d64da520c3f68a013562f923dd700607a5286699a80005e0e28bd74a88

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5020ba372f0366b74fbea795088684705bcc7bf0c02a6ceef6ed52b864a68c16
MD5 525461b7f5729dbddbb717846ea44c77
BLAKE2b-256 d8725681527b386b3a9a0b2750f3bd79eb611823dc608812889239903bc0d42a

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bda25ba097cac11e72b54dbf5ded096eff6f9bcb40ab5c2577fc20414e6bcdfe
MD5 338c725b6bd31b8bdd280bf3f42bab29
BLAKE2b-256 030c3d4c2af232b30e74d89a1f1382d7b83f408f4f7e7c51f4f4059890f6a66f

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65e87c08e68c4563958be740855c41f0766049f0b179c65e4708a2331c4b4a46
MD5 4882ad57cee3171156b45d53505046e7
BLAKE2b-256 00f1c99db35a2db46605cee17739a2a70cdada20c978536919de6be2f0480e45

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 314.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5757ce05b033c263d3aa33b2280ca5dc799546fe675fd78c40f375ee8d5fb7e3
MD5 54afa149c9d859df6a0075fa26ccd299
BLAKE2b-256 87daed84a7ce161229bfc20c2a33a71e21352f14ed9bef36d621e9e4542161d2

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f513450207ffdfecaa8ce25a1361c9ac61aa4660611c4581548a62c0e4039154
MD5 28bb3deb2ba39d2326b36d0b21cc7ad8
BLAKE2b-256 c903e44a2bf9f98f856f348f25ab826659a3b6960d0d97c98a4d4ab6f33fc48f

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 faf5bc37e6bf0b37ed8d82b5f0eb0c7924ec03bdc0ced84aad89e0d975767e03
MD5 4ef71f1c540c0e567a95d58a2cb95a57
BLAKE2b-256 b4fd4a069c51e79986974561219d933b185776a083c3f5b6243efb4099de8ce6

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d918c3174eac3934ceb62a7350d44670144c6241441e339638f07e3df7c44456
MD5 d3e8ef63370d48fb2f95bfad055173ce
BLAKE2b-256 9ddbd35a83a4b8aacf376350b8245b69c2c4847533a24d67ef7b24f1321b1fef

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 62bf8474a5b922d4439516e8bf212e68639d317662d006374319a48b44ae159d
MD5 5def66be153193f5a94643a6a77302c2
BLAKE2b-256 c75296b29117108dd89c7ed3446353f97ad3e6799aa5681ecb36b4ee608b3bd8

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rapcsv-0.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 315.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for rapcsv-0.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 805124bac2695f570a3ba05262d2d40c437da2fe085126c50149cf2fe982ee62
MD5 b2c9d6f0f1fe42c2cda8240cdf3964d4
BLAKE2b-256 2aa09fec3429768d627506c0a26fe74e8731fbc57e9089b94e711e666ecad658

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7bd2d69748d66468ff8c42fd9e2ba645710d405efe14d45f7a9fceb7fa78af6
MD5 c5d6c52bdb06f8f7d9c246ea8c4e48d0
BLAKE2b-256 cb22a0e2591da0ade446c98f40988de7a23f4ff8123dc575aa33f410b67a472e

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77754af1c172f1e02c8b75a024d8f633789ce59ffca54b2bf04638f246d8b30d
MD5 139d55a06f8d1368c2070be23f15f27b
BLAKE2b-256 0ca9db209b5c67da863c35a0df75c7d029e5ac085f24add0ca8e04e34d1f7a86

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4a49ef1c197bbbe32e5a6faa481d9ef9faf3040f2ccdbbe0808c91b047122a9
MD5 ff9bfc6a3f248241af22f4eb1c797c04
BLAKE2b-256 c26339b45641904f7d66b935d6d753abd21d6ffe9fa8e4103c08e72049368edd

See more details on using hashes here.

File details

Details for the file rapcsv-0.0.1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapcsv-0.0.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d72d90c632b11185da49a501252d7e5ac9fc3368bf84fb901130053657c43132
MD5 34361f31422a38bed9720c8417c22e43
BLAKE2b-256 7c3f058e7684ca25aedc38ad32b476e3e3524ff1a5e97a03d068af9cb14a2cb9

See more details on using hashes here.

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