Skip to main content

A fast and feature-rich Python interface to LevelDB

Project description

plyvel-next

plyvel-next is a fast and feature-rich Python interface to LevelDB.

This project is a fork of plyvel-ci, which itself is based on the original plyvel by Wouter Bolsterlee. The goal of this fork is to support newer Python versions and publish updated wheels.


Installation

uv add plyvel-next

or

pip install plyvel-next

Usage

import plyvel_next as plyvel

db = plyvel.DB("/tmp/testdb/", create_if_missing=True)
db.put(b"key", b"value")
print(db.get(b"key"))  # b'value'
db.close()

Platform Support

Platform Architecture Python 3.12 Python 3.13 Python 3.14
Linux (manylinux2014) x86_64 yes yes yes
Linux (manylinux2014) aarch64 yes yes yes
macOS x86_64 (Intel) yes yes yes
macOS universal2 (ARM + Intel) yes yes yes
Windows x86 yes yes yes
Windows x86_64 yes yes yes

Changelog

See CHANGELOG.md for the full history.


License

Dual licensed: See LICENSE.


About Modding Forge

plyvel-next was made for the Python tooling powering Modding Forge - a community dedicated to Skyrim modding. If you enjoy modding or want to connect with other modders, come say hi!

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

plyvel_next-2.1.0.tar.gz (38.8 kB view details)

Uploaded Source

Built Distributions

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

plyvel_next-2.1.0-cp314-cp314-win_amd64.whl (458.5 kB view details)

Uploaded CPython 3.14Windows x86-64

plyvel_next-2.1.0-cp314-cp314-win32.whl (388.0 kB view details)

Uploaded CPython 3.14Windows x86

plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (925.8 kB view details)

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

plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (909.2 kB view details)

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

plyvel_next-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl (400.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

plyvel_next-2.1.0-cp314-cp314-macosx_10_15_universal2.whl (507.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

plyvel_next-2.1.0-cp313-cp313-win_amd64.whl (446.5 kB view details)

Uploaded CPython 3.13Windows x86-64

plyvel_next-2.1.0-cp313-cp313-win32.whl (377.7 kB view details)

Uploaded CPython 3.13Windows x86

plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (935.8 kB view details)

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

plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (910.2 kB view details)

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

plyvel_next-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl (399.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

plyvel_next-2.1.0-cp313-cp313-macosx_10_13_universal2.whl (505.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

plyvel_next-2.1.0-cp312-cp312-win_amd64.whl (446.4 kB view details)

Uploaded CPython 3.12Windows x86-64

plyvel_next-2.1.0-cp312-cp312-win32.whl (377.8 kB view details)

Uploaded CPython 3.12Windows x86

plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (938.2 kB view details)

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

plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (914.6 kB view details)

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

plyvel_next-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl (400.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

plyvel_next-2.1.0-cp312-cp312-macosx_10_13_universal2.whl (506.7 kB view details)

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

File details

Details for the file plyvel_next-2.1.0.tar.gz.

File metadata

  • Download URL: plyvel_next-2.1.0.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0.tar.gz
Algorithm Hash digest
SHA256 37f046a3e8eae5fdbf183a276231e392ca4190d89da872aea302693f224f21b8
MD5 39a09c530bb36005c53566f3a43c5d84
BLAKE2b-256 12836b088cf0a01f6dc2914cb5735e5300ed6412740e074201d8b8ec962957a4

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 458.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 461ed4fa129977ff478f03c402797f6dabb0ff838544a317074054a943d4fb87
MD5 d1e4706ff830c995f4e91a0fb4534474
BLAKE2b-256 ca3115fbcc2c7aa8b73d83f2743f783da81384c0f082a5dcced052001c53aaa9

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 388.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 869d1190b658f09c51c23d875d94814baab5e9ef4e4112ca91f52aa965b51524
MD5 af151a04d64a89668760304a17ce26c1
BLAKE2b-256 372c0ca68d13d374a30c4f65d6afefc64826c69a850f4a7ff305b67a05e0e169

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee17a716167777fbb36b20c5f5a645ce3a6c269bb6a353eadd518b613391815c
MD5 8170d71d3300f48926c36cec158d43b9
BLAKE2b-256 195711669a8319932e8f29c6356766a2866cca6f726a7756f6934dad194eb95d

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af1c61906ad8bed277326b632034eeb6ba03c382d0e6c5097b7e3105e6af9d4b
MD5 9c63787ad039b08f7b94ccebada79dea
BLAKE2b-256 7830e705ff129e39216693bfc48773ac1ae5ead6466a2bf7f5b9abc95bf68929

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 925.8 kB
  • Tags: CPython 3.14, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12de52b5b64c3ae56ef641a7af5c2df43de996f859025fe27515982b5513bbd5
MD5 f3d30bc025334f13b9664a6babd4dbab
BLAKE2b-256 cb1886a8a04dcc1a65cbe836ea3b649a5b9c3c79c25cc9966206863daf71f836

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 909.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89b497376a4b0458660cbdae21f7d5ad3f1ff7a63cfc7d02cce1a2d39124d400
MD5 27dc386d0d84318e3cdfa1d1c99085ab
BLAKE2b-256 0a75f9f5752d7fcd6b7709b1b8b6791a02768c97326b6edbaaabec235b1650ab

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 400.6 kB
  • Tags: CPython 3.14, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0675d83317f14555afc68862d625cf13d6edd36198d042eb97909dbec8922cbe
MD5 eed7a458c67f883059306670aaa2c15b
BLAKE2b-256 9f8ad63c23034bf05a8b480bca61bfed8b1aff98bc857d63c151d5c60b92e7fa

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp314-cp314-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 507.5 kB
  • Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cd562f131994d486850445251e98071a8632b74c8231079e39adfab0aa3580eb
MD5 d2fcabd4afb6290b1e0980454c672395
BLAKE2b-256 73aa856b0b8164b93aaca27d6d4c7e9752c17b920e55f8ac3981291b2697dcd2

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 446.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 61f6218233f7a4e0ece127be70e5635f557eaa7027848152d751d2730358c091
MD5 d826f60f088d95768da0f6fbbf73a5d6
BLAKE2b-256 6b5c24c427e28fd37be0f841b4f8433291f752705659a9fa388f748fedc2d0e4

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 377.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b02398182b9ec8325b77d7ded95998d2883c670122b4ea2e06d46ae8ab08cd4b
MD5 6cefdcf93482c78dde900b5321510ca5
BLAKE2b-256 3c7136b6f2c0a174948fae9289e2d1be7303c1d8b69274d46502cff576d50fa1

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42f1a868a922295e2d081883c99abb8eadce3f7ae5a72a56676dcb180b3dfbf3
MD5 2cd7cb0c622c209ecf47ee427977126c
BLAKE2b-256 55e0a7ec8f36e8022f77d5efc3ffa9a0e2b609400686fc860860e4d6b44a94cd

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcbb20fc01da4d25ed55ca03bffe4408ff8f254369a47af01beb7fd03a6a66e3
MD5 f5f30952d2d63aef75c4df584bab18de
BLAKE2b-256 d3c3c4903984e5ec386d9bafe244df4bd24beabf1f4e05a352cbdf72d4f386f0

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 935.8 kB
  • Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be48c46ddc30dae551f1d6f586bdec819789a7a22e78fbb3a499cf4d6619e2ac
MD5 628587e602c1633fa487a83fb7871bf1
BLAKE2b-256 2661f1787888943883931a092f15ddff6270b75fa8d269590a0fe9d04eb965c4

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 910.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f0075f191046945c6a17d8df356b4768e0d1076efbbb9fc45400d616144f263
MD5 61e0ff906174ceeaf64b4f0222dcdbf7
BLAKE2b-256 035530a1f681205f7ce541ac641d1d14de90815ceed08940e40143934989c3c0

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 399.9 kB
  • Tags: CPython 3.13, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b5df664afffd7f3ece0b0465f7b5c1e579e0ec02c086beefdbcb3c174f25187
MD5 00699cbc1894e0b4509126b3bbf36779
BLAKE2b-256 1282338d3dab91198327903b11f77a2e25f50f67324b4efa0e02849d7f2c280a

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp313-cp313-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 505.5 kB
  • Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d227a33b3ae3a20c539add5f7bef859aea182999969b265b260f6300be4f45a9
MD5 bbf9b3cea78166b674d63ded51fce1d6
BLAKE2b-256 c8276497f98afe113606db88728f4c0f8d703ade11b03320470f14ab9ef66bd2

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 446.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e270999b8ebac21e5d4d2f5a732134a48564a4839ee315ddfb3d790ecc09655
MD5 6f91f40651db09e7abfb643cd8ca6f61
BLAKE2b-256 6b45f8b7849ff92f7e469be6cd0fd29ab06ca61d0b9c738c75f7b78f6b86a565

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 377.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 51cc273fb96977231ee1b45bd567cb685d2e2a01c431bf930e34ee45e95df1e7
MD5 e5d3de0fc660a60fb31b31530d9fe72f
BLAKE2b-256 fe63ccae49ff30ad0b75d2e8590631ecf1e36e517fbfa5626c058f7a2e41b553

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04e9ce10a63f482e812189bb33e8fac79a3de31524996f2f03f9f8122b59e0d0
MD5 24e039e58cf2d0b17e2bf0f43aeb2c51
BLAKE2b-256 27d0978c7e40cab67a14274b515b11aa9c8e78958ce7b2d94a2c9c59bd9a8d8d

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 100ca9adb2542c497b7fbdf0731efae01be7206a4ed55d62f9da2b42db188feb
MD5 326118a7ef0ab9eb190aa14e7ce47fe6
BLAKE2b-256 161733aa7ad64c1640d1e318542e97fd532ccfffd505667413416231c808591c

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 938.2 kB
  • Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc259f55ba66f317b9076b945ce28ab1efcd893314055aa15a42afc7e76e2d74
MD5 29e7e1b5dc8843ead169eba84bef93f5
BLAKE2b-256 ac6159199eb26a621dd7bafac90ae45eb6d230cdbff65857da99cf251d64c14d

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 914.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed1b8860f00da8a43dcc27d2fa686c16fe0b1eae81ebe3d4210c7b0530a9efbc
MD5 8ed878382d0391f12b985e19680131bd
BLAKE2b-256 720b4cda98b144b19db851c4f47abc0ff8db9f2a256fae8324afb6952b6c2926

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 400.6 kB
  • Tags: CPython 3.12, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d972b93aa989136bbbea08f972b4e735f5c8ccc9a3ed1b5bdd4207ccb87ac3a8
MD5 0942e61f87a215b7d9c246e3edc88453
BLAKE2b-256 d58e03dc6520a8b1f6930453d7930e035b3a17be2721528643c4cf223b671308

See more details on using hashes here.

File details

Details for the file plyvel_next-2.1.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

  • Download URL: plyvel_next-2.1.0-cp312-cp312-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 506.7 kB
  • Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plyvel_next-2.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5dca1be16e5e697963caeefc4f41242e007bb757a8bd4628167f73b9a30516f4
MD5 90c6fe9341f117bf042ed2f8323110fa
BLAKE2b-256 86ad44128ac80ef84c12e2e9ab705127c19f80c9773dbd5df13f7fea4577f757

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