Skip to main content

Python bindings for RocksDB 6.

This project is now deprecated, users should now use https://github.com/Congyuwang/RocksDict since it has better documentation, portability, and an active community.

See https://faust-streaming.github.io/python-rocksdb/ for a more comprehensive install and usage description.

Quick Install

This library is built for Debian + Ubuntu Distributions.

pip3 install faust-streaming-rocksdb

Quick Usage Guide

>>> import rocksdb
>>> db = rocksdb.DB('test.db', rocksdb.Options(create_if_missing=True))
>>> db.put(b'a', b'data')
>>> print(db.get(b'a'))
b'data'

Acknowledgements

This project attempts to collect the efforts put into different forks of the pyrocksdb project that was originally written by stephan-hof, as sadly none seems to be actively maintained. In particular, the python-rocksdb fork created by twmht, but it also incorporates changes from other forks and unfinished pull requests. The current state of this project has pulled all of these commits from NightTsarina’s fork.

Release files for faust-streaming-rocksdb 0.9.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for faust-streaming-rocksdb 0.9.3
File Size Uploaded
faust-streaming-rocksdb-0.9.3.tar.gz 382.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for faust-streaming-rocksdb 0.9.3
File
faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
faust_streaming_rocksdb-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 964.7 MB

Release files / faust-streaming-rocksdb-0.9.3.tar.gz

Download URL faust-streaming-rocksdb-0.9.3.tar.gz
Size 382.8 kB
Tags Source
SHA-256 checksum
How to use checksums
2347d9e2e0d221369ff8275c595ef09ec9ee2a86a586942c2a869595835c889d
BLAKE2b-256 checksum
How to use checksums
51276116f99cf440a24f961397fd19574e5c832c878dc84016b25e10e5ec4239
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0d6943c72c2c2dae4da9cf06a51603e996623fc6b44173acf39a64c6c24bc13d
BLAKE2b-256 checksum
How to use checksums
0de9fd33d1b92cfd1f986bfc020e12d300b4b6aa44710ae7fe8e04c68b011633
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.1 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
52899b7d1774ee9616b66d089da6dbee9d8e78795d51f53113b3127756b01be9
BLAKE2b-256 checksum
How to use checksums
1e946081945196dc00aabc5ee7026b40980523d065fc2b07bd5447b8372b2328
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_11_0_arm64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_11_0_arm64.whl
Size 645.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bafa7423e4f053f6647d62682295ea039e0e22fd62dc53da5460a510019f0446
BLAKE2b-256 checksum
How to use checksums
1264b5d9c77b5302ca4f1c2da98c836cbdc2ad56e884e1fade63fc5d748afc9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp312-cp312-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
69efae7e9fbded273d8ef88d9d22494145aafc3f60385306fc9664642fc90fe6
BLAKE2b-256 checksum
How to use checksums
c85f128b4c54980be2400e43a85ef4e158a1bd907b87f06116b9cb6ccd39d124
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.8 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
564c93630071f039b6e7a9942a71a18700e592c963b5d5780edbe9f3388b5185
BLAKE2b-256 checksum
How to use checksums
0d28a60f1a2028b0cad53e6993f741148108ec5cc49f29805a650730860685d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.2 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2529613af34f7b63b3e813eeb3d65b853448d2145719646b76b68ffa4d59a7cf
BLAKE2b-256 checksum
How to use checksums
7b87e2b0d0f616a649d85a2f780642fddbb23425e8e1329ef030648ed536134d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_11_0_arm64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_11_0_arm64.whl
Size 645.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
48d1a94f88cfdc560370fca183fabf7bfbc1248f5efbba2f11d876b3c09230a8
BLAKE2b-256 checksum
How to use checksums
c56e4a2645fc44d787aba85acb32823d384b4e463ccc7967f49d055ad76c92fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp311-cp311-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3a772898db9b0d78289bc2aa1136d982ae472ee7cfd9a5a3db808676fa70fb8e
BLAKE2b-256 checksum
How to use checksums
a02722b327a236122181d0de32635bb9a6ecb89872aeef8eb18c5c02855fbee1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.7 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9e3f1527a44f50e9f7177c05e7a3959ad2e0570ea9e9a43f09204aee213660f4
BLAKE2b-256 checksum
How to use checksums
775f9343eaf27e8c6878719d364fb732f8abf6acef1225ebee862d1a96048f70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.1 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
912ca38a69fac996b2ee68a78d5021fc74562f8fd10eed2f2086d6c330d85e33
BLAKE2b-256 checksum
How to use checksums
2719d809ce3c57ec228108c9b893498ccc670aa3c8006454b9178e7f6df18d45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_11_0_arm64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_11_0_arm64.whl
Size 642.7 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
419f34a9491a5467eece6d00039d680a2e4748e9ea0f5db6cd07c824a606708f
BLAKE2b-256 checksum
How to use checksums
6149969bfd95704e65912efd2fbd79e5a98d2d5ad8feca34d9a6295da5910518
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp310-cp310-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e913e8c494fe39bf399575b56362b94b94dc5da9ba1ad6a032d213c31ee2d1d4
BLAKE2b-256 checksum
How to use checksums
c9327cedc52f539a00bd97618574a45545eb284c8d5a4677ba1733a565986916
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.7 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
51c3b4860c35ea16b6ad43a0e1a38c52b23d609d907e44b89fb1e47715a16582
BLAKE2b-256 checksum
How to use checksums
dcd747986ce7d2a9ed5f950fdf114df30351cdf539b90c9a90cddf277ea2a807
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.1 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b321c67701aceae0eb9e277d854c5344854fd05190eb0880a2c2cd9166855bda
BLAKE2b-256 checksum
How to use checksums
1576369a3850e05bd8a6022d69822b2386e8cffc65ed2af7be30a59019b9ee44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_11_0_arm64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_11_0_arm64.whl
Size 643.0 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fc083f0d28dcac1ed8173c64bd440f3a954477ab25a9b3508fcbf3a54ec08890
BLAKE2b-256 checksum
How to use checksums
07798695053ffebe4fec3d7be25fda593172f021726dbad7d98ad9f308e61ee7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
96b055e4be27d011731ce92d8c829dd08429dc96243dd6f64777e1342b935bcd
BLAKE2b-256 checksum
How to use checksums
a9168b9850169d5217cd530df6d747046fe87923334088ce1c2c6f75e775d1ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.7 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
909505722f1432cd130106c32aab2a0fb172d28b23cba1ec891b29290d8d983b
BLAKE2b-256 checksum
How to use checksums
1b5f55f50468febf6e3a5a05c4fe02206bb90a29f79d7136016f2f16da362e04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.1 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ac90208a0cf6db8c2a9eacadcebd86a0d93d0d633cfc0bc346d37fb1d554e885
BLAKE2b-256 checksum
How to use checksums
275734e398010dae88226591e2944fa375cccd8012c18e47d3430b04e1c0f2b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_11_0_arm64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_11_0_arm64.whl
Size 643.7 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d03d83f9d3b0098a421e7d4417484a64b1db9f7563393b885ce7d5dce2350e6f
BLAKE2b-256 checksum
How to use checksums
9716ceede7fde1f821bfd4491d9c40e4067bf70f10dbf1f709372b708c62a5ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
0c66d8a01133801cbbb0aec271f5c05392c80a0783fb1248bd39a3db11167a6f
BLAKE2b-256 checksum
How to use checksums
a802437f879b994b0f23130efb7e16f2f6006c4bdb3708e881c93428de16d3f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8a5e1fb3031aeaa0c34c9a2bd13bc50ef8ae24a2522cb4c230608192765996b7
BLAKE2b-256 checksum
How to use checksums
196bdd27c41bad54b93c6a148d3b619340a6f9ce3889678783eda92d91115789
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b9ec54c7388abe7195de4ad5f01895958fbc8b4cfa33d5cef2d8560cf1773d2c
BLAKE2b-256 checksum
How to use checksums
6ac97146632f8a0ea3027ae4260499ac8813d61c5067ee1ce79f0839913bf033
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl
Size 4.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
03fa48343d6e9840ad7ac52450594e0c53fb570a6bede890d23c6ee13a1425d7
BLAKE2b-256 checksum
How to use checksums
b0d7cedf94cc43ea46d6a1b72548ee9bc726d0531d3ddf469ee5893882bf5a14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 66.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bc96ed06d5b7d350de93609d086feb2560c6ec30477e32fad7a56043d8e6a6c5
BLAKE2b-256 checksum
How to use checksums
e62c9c12ab0d51a3910f9c3c8f191270bccd286ba295ebf386a2c58934908b61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 66.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9c825b13a19c0d4e1e30d7711544eecdef27542b3dc2955ee987cdad5e3d8874
BLAKE2b-256 checksum
How to use checksums
b1dc89289f45ead18f3c2d836e0cd2b2a27e040dacbca54d1a16ff1de023642e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release files / faust_streaming_rocksdb-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL faust_streaming_rocksdb-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl
Size 4.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
522dca8c360f3d5898678efdadd4fecaef3de629ff1056f4cdf04206521d4e2a
BLAKE2b-256 checksum
How to use checksums
a1b7fb361e049c6dc9d43f3d35e65deaea398577a6eba6365444e406339c66ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.5

Release history Release notifications | RSS feed

This release

0.9.3 This release

27 release files

0.9.2

7 release files

0.9.1

7 release files

0.9.0

6 release files

0.8.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page