Skip to main content

A utility to extract rpm package information from rpm database

Project description

A python package that extracts rpm package information from rpm database.

Why this and not "rpm" I needed a package that could run on environment without rpm shared libraries installable. This leverage go's portability to enable this.

Example usage

from pyrpmdb import get_rpm_db_info
import json


def test_get_info(file):
    res = get_rpm_db_info(file)
    print(json.dumps(res, indent=4))


test_get_info("foo/bar")
test_get_info("/usr/bin/du")
test_get_info("test-data/centos5-plain-Packages")

The result returned is always a dict object for errors the dictionary returned contains a key; "error" like;

{
    "error": "path error:foo/bar"
}

or

{
    "error": "/usr/bin/du: could not read Go build info from /usr/bin/du: unrecognized file format"
}

on success a python list of rpm package info struct is returned of this go structure serialized

{
    Epoch           *int
    Name            string
    Version         string
    Release         string
    Arch            string
    SourceRpm       string
    Size            int
    License         string
    Vendor          string
    Modularitylabel string
    Summary         string
    PGP             string
    SigMD5          string
    InstallTime     int
    BaseNames       []string
    DirIndexes      []int32
    DirNames        []string
    FileSizes       []int32
    FileDigests     []string
    FileModes       []uint16
    FileFlags       []int32
    UserNames       []string
    GroupNames      []string
    
    Provides []string
    Requires []string
}
[
    {
        "Name": "package_name",
        "Version": "version",
        "Release": "blah"
    }
]

This package relies on a shared go library that leverages https://pkg.go.dev/github.com/knqyf263/go-rpmdb/pkg

So relies on this for database support.

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

pyrpmdb-0.1.32.tar.gz (9.1 kB view details)

Uploaded Source

Built Distributions

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

pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (3.1 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (3.1 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (3.1 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyrpmdb-0.1.32-cp314-cp314-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.14Windows x86-64

pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyrpmdb-0.1.32-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

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

pyrpmdb-0.1.32-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

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

pyrpmdb-0.1.32-cp314-cp314-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyrpmdb-0.1.32-cp314-cp314-macosx_10_15_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyrpmdb-0.1.32-cp313-cp313-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyrpmdb-0.1.32-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

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

pyrpmdb-0.1.32-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

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

pyrpmdb-0.1.32-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyrpmdb-0.1.32-cp313-cp313-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyrpmdb-0.1.32-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyrpmdb-0.1.32-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

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

pyrpmdb-0.1.32-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

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

pyrpmdb-0.1.32-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyrpmdb-0.1.32-cp312-cp312-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyrpmdb-0.1.32-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyrpmdb-0.1.32-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyrpmdb-0.1.32-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyrpmdb-0.1.32-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyrpmdb-0.1.32-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyrpmdb-0.1.32-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyrpmdb-0.1.32-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyrpmdb-0.1.32-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pyrpmdb-0.1.32.tar.gz.

File metadata

  • Download URL: pyrpmdb-0.1.32.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32.tar.gz
Algorithm Hash digest
SHA256 599fa14aecfc98c5d128752a11e9f83f52e491dbfb3e6a716744de8c9b0b88ee
MD5 e453f8d43b6af099ef2cb1593293afba
BLAKE2b-256 f96dda27a6f54ed28b71c670e514fb677369b571067aedfe28483ffe0a06c09f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32.tar.gz:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef9b58cb85da222a933a2041bb324ad86f5c215746be7de14cd2826f6e6e9edd
MD5 2438b396b824005d0ae1c46ea6bd6333
BLAKE2b-256 0861bdf7ed72753213ba19854f6c6729f41e305e45dd057f681558b3c3a798c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9b89150af26d83451c25fe2a22521e84022585885d5d1bc707c9ef8a849b442f
MD5 3f9940f6579bdd2cda4b36947f7848b4
BLAKE2b-256 ce60cd680026baf7dd6eff797b62212528c141bf93239d2a72c16e78b2d6d78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24e980d0c0ede8043636d53efa720ed497ac29a27e506835d2d660f164ad3fa6
MD5 e9b83897aef6886b5ce20723ff79c678
BLAKE2b-256 ffeca17594d5ec4b41b439cc909a5d47aec00d31b65ac9d3676ec70c73e444a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a19fedb974d9e3f843197bd80b956e79fefcb460491f0295e6d1e82e7578013d
MD5 7cedff7e6dead3606f49936d65b2e49b
BLAKE2b-256 bf4fc9145699562102989e69f132804591fed1e0831695f8b839ad1bed55eaba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f979bbabb079fe50331dbe8c322c21fc4331f74b1f7b36d209468bb21df7df5c
MD5 8545b8055e622c79dea76e5885925185
BLAKE2b-256 a947433e9d54d85a5f9715c0900c9319363c0a8ae748ee3c412f3fb8d1cd223d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 46f226746181f1811764f5b9e23456176ffdd0b855bcc17a816079bcb98b49d2
MD5 3ea295ce5343b204214f067267227f80
BLAKE2b-256 d735261f4faf3a18f02a53d3f9efed435ba40bb70feac9b9df4b246aad514e17

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17b51806667a9d7f9002b2f76b54cd667eb7b18db61413565febe4ea63d8fe8b
MD5 bfa0df58668719ad22b55e988cb61dd0
BLAKE2b-256 7f5a012f4bb52bed2ab98ef2fd2189926afd2246d39542037632591aef3ddbc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9d1ac0ad165d9ce1d331c60625396a2fb8733ee56ba390f155e95b7ea5ca4e56
MD5 88fa488699da6192174fa79e2f72124e
BLAKE2b-256 2d650b75426c48f98b79cfae9dc351e54c8e3c6b5b78551aa7bc8fa7f4f61893

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07c915cc706105b6ba63f10e78f1ed907643fd1039172b204e3c49c3439269b1
MD5 d9dd7b2de50b7c9112d2662819676b59
BLAKE2b-256 85269dc4ca341396f7696cd49eff8d263fc16c15d75c03c235c427dd542fd266

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9c906109d51cb7cba751d3a0669e12a5eb78b88be6f13f5ef64701fa4105708f
MD5 6ce855363a7bee7df741ee4952e7d4c5
BLAKE2b-256 4da7f4ead3e1691c60b9cb7d130b16b571ceb46183985dc96bc1075ede254fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73fcc79616bcbf70934f907dd3010bd9aa696d4058d596cdafcfc94e64fb31c5
MD5 fb4c421beca2bf41b0029139089eb527
BLAKE2b-256 5762cfe8a9a0828c03e19afb26f07cc1bf5a7b50ce9a867ed7e2c57cf3001c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe5a0e46ca5eb3db91810f28089170b90b3f9478af2446ba363c3f053ad3db3d
MD5 e4ed3630f53595a7795bf7afe7c9469b
BLAKE2b-256 6b68f1fca856e1d9344461abfcceb65729f72dc8ac80874c1410eb12ab5f7f02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e32b578a768acf6ce7b30ae3e5d93d7205d9f46dedc2f5e44c972a19360b0f4
MD5 300766a1ee4d4fe500cc55e421c1613a
BLAKE2b-256 028d5a8d27282a2a7fabc2b13095357d379d65f941e0ac6465cfe33b78d6a211

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 96926ad7cc56d1890cc47061afd3eb2de14abe9cb07abcef2c91c5e611bec303
MD5 464deec49c6695b54a12b29c379eaa45
BLAKE2b-256 c0aac3550dc0045293f9282c0ebec4258f790bdf0d3daf0a71ed5ed37329634f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce7a0207f0736afab23934dc1928b63a1b65c4ac7b60ce57da72cddf7bb1f0f5
MD5 74cb588d89706e564b64370ac9d7a975
BLAKE2b-256 ab79ed4c6296c56f96b6b2da42649df3e1b6c9c63b0bd73065876dae18bd715c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad9f152c99acf0702e0f6fa5717b4e1ffa23e8b9521dc2b2d2cdf4edfdeaca34
MD5 dfd12c1ffaae1b196edd8d0b185d7784
BLAKE2b-256 f5a4e130b3039559febf2cf6212b818eca0bfdd427c94ffa590856c3375aa37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyrpmdb-0.1.32-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 65883c7d7b1a867facc8be332153a725bcbef814c5a8681eb205c8fa200338c6
MD5 a5ab9b52360b0d5547325c27928be82e
BLAKE2b-256 1c70960fbc8b6f7b8867b1bfdd04e403312bf33e2305073cd587db3941aa7cbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cb6ca5a8303991fb3da147e097a9f39087e8a6a8150d8c50e2891c12f1289a3
MD5 4aefc70290fb7c94d0a690e98d134667
BLAKE2b-256 73121bde9493ce61c45c44977853512c5230f28182c4394d369bbf4944fe7454

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a58a68f8f0c88c3b8cf4c732de34e28e86ca5b9e1a26e15353c1bc67c3cd117f
MD5 fe38eb7f1416c3054ebf0268c3ac6d31
BLAKE2b-256 b753ce4bda7ddb10b49afedf59e0a726ac238d07c92c419c29f50f733d17841d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6e00b05b1ede84396e22f99126d4cbdc1eba2e7659c36cb1b89536b13dc6626
MD5 cbc693dc9e702e4fbe260c80a4b3244a
BLAKE2b-256 b1fe494f9499b9baa54214b0923dfa3b7b5b8b8676d0f6d99a43ca8b33e62a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a137b5d6efce259d602cb012330cd4e96a5b7adf06d8b6ad3cee6349d4c75486
MD5 fc05bbc0bf4935868191fffc5e7f319e
BLAKE2b-256 b691a7534f1dabc4ba80e32102604f18ff82083990d262a5007f79dccdb29c09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e56de4184c7cb149a681fdc9ea3c6d138cd1e1caf74d1027e6b607b9e3340d9b
MD5 c3932b80ff8a7eed02401681605ae92d
BLAKE2b-256 aa651e167b006e1e4270ecfce29b06d37cf0624b1dd8c6cb437cff5d588dda49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 76a2d5e13be61375495025c6bbe1e1a7086d78b7de8190ee962323cdf0f18d0c
MD5 fabf9e2bcd5a7d76031e49129892f8cc
BLAKE2b-256 4f2f677298d808e3789d6b5be36b35e75bb3587b072594c87fc27c84725c85fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyrpmdb-0.1.32-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 26eaf71edc3fd551e32b96b7f1366b003767af460cd7d19c475ce8cddb8a0195
MD5 54cc05ba5aecfb68d2b66b0d416ed740
BLAKE2b-256 8393ba2aa3d40abbcb414b2817d4ff15ddc527360fdb544c30cd028cee22a6ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41d6e279977fda08d48f3cb3090c0af3097f9c4afbecb466a1bfa5ab2d475e81
MD5 129b41bdd064a9e58ffcccf793a1f3c4
BLAKE2b-256 f900a91d960692c497a7ab2dafd46f175331663ad61137bed92ab91cf6b0aa19

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d3837f33b099548899c892d37ffc370b01f687aed2b9c0654dfbeffe91d8fd7
MD5 4e2b250d49ef5c35bbdf1f93bcb025a8
BLAKE2b-256 9110b375a43fd0e6d41b198c2e253a0aa57192a7095182394e3af39e27a191b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5f4745aee4bc59decf5cec1339eade831c3b46f654310112a4acdc36ab41b32
MD5 e6cfa983dcf9dbc6d8a433991dfcc82b
BLAKE2b-256 455538a2bc7e20cd665242f1c3e0ba2532bd7b333873a1fbdf17ee2d2eefec41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7f2129b8f9159187674d1e2e08600dab808e696a4c50ed899d901f88c9b14c92
MD5 f86694b22f06b309c10f11f0771a9692
BLAKE2b-256 0fadbac1df6e0ad29d801c0dbb0aa4ffd0fa7fb1e6c00c2d746d5d9230de8c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85c1b05fd7b09a1c1a74ff1c7dc87fe75cd48845c91a732ba3a04b06aa09bcbc
MD5 3f69fca0a32b956886c71f242e47bbd5
BLAKE2b-256 a308db094bf475ce9b9badcc0a23eacbb5d8e70b1bfae16b7598c7f44877b294

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 71ce4ab47f1c18398dbe3d155da22486adea126b6d4f77e2ff4f8a067c24ff8d
MD5 93dbd495bee6b73746493f16ffb82c4e
BLAKE2b-256 ad6ff8740b0e163894617fc0c9cbe9351416cd2c9ac2c2172ea2091dd9ed0c4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyrpmdb-0.1.32-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c16b555faacb83e3c76a8842347d7d14cbaa27ac74a8cb141a87b57d8026709
MD5 edd92524041e7cd76641191c8b2c524e
BLAKE2b-256 6fb622eca0bae1a252393794886a9bd7822317ed2b52edc6914871b2fe726b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74456ad6fb0280e828d28950f31a2a20987c2d3ac66363236d14293d8ff29b14
MD5 e3de9b237769eb42a2e36cb2ad4da76b
BLAKE2b-256 76e64ab8793ca9105be368b230765133dd05f7ad44e9df095a2c3b9703307d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88d248837aaedb7c3ab95cbc8e7d648109d0c2caebd662c89cf6dacbdbab2235
MD5 37b446d354b57ccb16eeeffd9ff635cc
BLAKE2b-256 fcfb0ac162b311ee2b085a46de1c2270fcb33a0b5b4493fe3b8e04fbb20db0d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed56d4db76ff733be059da05ad121c763253c5cb7bf1abb1123938aa7ab4ba98
MD5 0a34fea14e1162366d3229992613905f
BLAKE2b-256 49c52ddc996fedee045a98f39faf8c00cd66b3504250708dc355f8fc98efcffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d8444d7148c45715d0caa62a3e5c138e5f3e23a8ff48c5121419ddf59a5c7806
MD5 e6d02a4b73a611a771e31bc8d178e3b9
BLAKE2b-256 6a18565a4cd8900a0449ce88efacb04db50e7f4251e4037ad6d221e1c1cca9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70ad602af9b261528b1ab321a82ca722ee7d84db9f654a5542b9ef3cc3b57955
MD5 cf9469dd4fad8e420e97796b80c8b71f
BLAKE2b-256 361b928f0b700581ba5984a1a6c884cb189a95f5fd1680f13d7a9ac65389f125

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc39c8d0681b2a5b2c716cb49f02e25dd386338f7b9981fed29c410e17aee28a
MD5 ca4785c774c29e9a0ff13e2fd4f58c5e
BLAKE2b-256 6f39e6c439e687ef03ccdae2b58648f03e7e898e13ab1ec966eda0454d69d1cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyrpmdb-0.1.32-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4b807d9db961a47bb66536c11c1cf4c33f1c6ce7ea1cad58895fe1ec3b9dc1fc
MD5 3c818e702d009f239df37c5d842b5d43
BLAKE2b-256 85632f71dc4b515223758f3ed95a5645561b503eb7cf64b9acaa00a4f80ed196

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 446fbbf2f52d84231a3f6e3aa9a0ab57f23e30890ca5154177d89e189edfc1c0
MD5 0f68e1963931da71c46a5c359501caf4
BLAKE2b-256 357b3dd79d61cd2cfe72f9504ed3764186764d2f407daa7c4753e2f3c2a0e8e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2da0a368e211daa594c9127025325934d0f7cffd18f16902ff751ceb2753db09
MD5 2a9e0d0d147f29b0eb661f67c8e33c54
BLAKE2b-256 f14d298c38d2c2f0e7d75a0456580a0e5b0b3cff06e5f33318168aa11c3ac946

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6438f0ad15b9d87990f17fbc6e4147ef082ebe23cfcd13a9c07efa2107dbc61
MD5 ce521bb208eb0f165828a4aa32cb7054
BLAKE2b-256 1ed281fd7553f5a0d390c701f4faa6c75f72456409dde22b66218c07defda8ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7175728629b4621201092ab16e1c5558b4620160ded113e9cf43ea1c07c5509f
MD5 567db5ab481f1e96e04fe7c43aad897c
BLAKE2b-256 4f4e8641e8598b7137be45b629ce7fd061adf647f1d3ba727958a58b899f7a63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbcde3cc9f36c419a7b4405960738ea92c0f7ecb07d3a6aa8db5a7c50eba9662
MD5 4b71d73d977e67d0c37360a64e7f5f26
BLAKE2b-256 b60652c56d544d73933a71a5dae72f17a09fe90685c0f36a24d7b72535f21c76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c82487f59624bb574e4b42e38ff69c16ffec4c5b626e774a747a724cbbb5306a
MD5 cf671877c1fbd865dbfbd1cd983e1425
BLAKE2b-256 937862490699bcef6e735f0e2b0f94f199f41cadebc6e306f92081e9d9bfc9a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyrpmdb-0.1.32-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f18ad167ec17d612eac86d2e2ee6400dd0e3146bc5b8d28407b178573e248715
MD5 6819f7d27994eccf2132c743134146cb
BLAKE2b-256 8e15c9d0f568d017250112d32bb79b24d46414dcd3cf1706131c523579fc11b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8b4fcf500013d1e8dff5a00e9d4e958e3e2608a0d12dffe6a322192d03c4182
MD5 f7401f2f8e92478030e6e25ecc866ab6
BLAKE2b-256 ad9469eb6bee878592069d383177d628e5d48a2e0ef84a646e1352103cffbbcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e8f2bbc55456f6f93f0d514c4524300140629964beffc2740f0e032ca0d3d9d
MD5 2f1d0a07ca03fbc009e91a9f9ae82f29
BLAKE2b-256 38749fddfe6fc12a23fb90ebc1d907c9ce86fce7244e07debf83beba12ecff7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8c39b71e3982ac4d73c8df99c5c4caf6474c0ecddbc51ac2c7fd83cb6ef9c17
MD5 99b749479f8074ec2c78178ca6662528
BLAKE2b-256 f78d5c57decd68ef4bd969779a4dd2c5f63a55b44fb0eec0e5f10a1e99b791e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b8627707838996b6ea089d9dcf7cd45ada1610224629c4d9dd672bbdfbc36169
MD5 fc902ce40b842fdc5a90de474cd739fe
BLAKE2b-256 b9ff3e832fe0cd2c1d75f122b44c8ccc2deee0221290b41b31c1f6783211fd61

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cb8e5d3a37964b12bae576f47fdf303913257194636c530b79285c0d65337ae
MD5 345c870f3be8f83d475c2b9ccc7ffe80
BLAKE2b-256 85ac65d4bc76ba49b2b6e046baaea7964b42560ae87be77bc33a7de96142e4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyrpmdb-0.1.32-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrpmdb-0.1.32-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44debe46a8b9f6646ebbb25fe83562e1594b2e723ffdf4f12c4fcb1a520f74ca
MD5 6f04c50745a7fbc7f28ccf632365270b
BLAKE2b-256 8c7272f43f3d26fd3b714edf1ce01a3687f5b98bf09344c11bd2248bc3c26883

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrpmdb-0.1.32-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MikeMoore63/pyrpmdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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