Skip to main content

Python wrapper for Evermizer

Project description

pyevermizer

Python wrapper for Secret of Evermore Randomizer from https://github.com/black-sliver/evermizer

This is used in Archipelago cross-game multiworld randomizer.

Import from package

  • Install from PyPI via pip install pyevermizer
  • Or download a release and pip install it
  • Or clone, build and install a wheel from source using
    git clone https://github.com/black-sliver/pyevermizer --recurse-submodules
    python3 -m build --wheel
    pip install dist/*.whl
    

Import from source

  • Clone with submodules using
    git clone https://github.com/black-sliver/pyevermizer --recurse-submodules
    
  • Simply import the cloned repo, it will auto-compile or run through cppyy. Either a C compiler or cppyy is required.

API

main(src: Path, dst: Path, placement: Path, apseed: str, apslot: str, seed: int, flags: str,
     money: int, exp: int, switches: list[str])  # create a randomized rom
get_locations() -> List[Location]  # returns a list of all non-sniff locations
get_sniff_locations() -> List[Location]  # returns a lof of all sniff spots
get_items() -> List[Item]  # returns a lost of all vanilla non-sniff items
get_sniff_items() -> List[Item]  # returns a list of vanilla sniff spot items
get_extra_items() -> List[Item]  # returns all extra items that can be placed, but are not vanilla
get_traps() -> List[Item]  # returns all traps that can be placed
get_logic() -> List[Location]  # returns the logic as real and pseudo locations for all locations that provide progress
P_...  # some progression IDs

class Location:
    name: str
    type: int  # location type, i.e. gourd, alchemy, boss
    index: int  # location index for each location type. (type, index) gives a unique ID
    difficulty: int  # difficulty 0..2 for bad/hidden spots
    requires: List[Tuple[int, int]]  # list of (amount, progression) required to reach the spot
    provides: List[Tuple[int, int]]  # list of (amount, progression) provided by reaching the spot

class Item:
    name: str
    progression: bool
    useful: bool
    type: int  # vanilla location type or extra location type, i.e. gourd, alchemy, boss, trap
    index: int  # item index for each location type. (type, index) gives a unique ID
    provides: List[Tuple[int, int]]  # list of (amount, progression) provided by obtaining the item

See Archipelago/worlds/soe for a complete example.

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

pyevermizer-0.48.1.tar.gz (218.3 kB view details)

Uploaded Source

Built Distributions

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

pyevermizer-0.48.1-cp313-cp313-win_amd64.whl (88.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_x86_64.whl (84.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyevermizer-0.48.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyevermizer-0.48.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.8 kB view details)

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

pyevermizer-0.48.1-cp313-cp313-macosx_10_13_x86_64.whl (76.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyevermizer-0.48.1-cp313-cp313-macosx_10_13_universal2.whl (138.1 kB view details)

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

pyevermizer-0.48.1-cp312-cp312-win_amd64.whl (88.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_x86_64.whl (84.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_aarch64.whl (88.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyevermizer-0.48.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyevermizer-0.48.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.8 kB view details)

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

pyevermizer-0.48.1-cp312-cp312-macosx_10_9_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pyevermizer-0.48.1-cp312-cp312-macosx_10_9_universal2.whl (138.2 kB view details)

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

pyevermizer-0.48.1-cp311-cp311-win_amd64.whl (88.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_x86_64.whl (84.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_aarch64.whl (87.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyevermizer-0.48.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyevermizer-0.48.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.5 kB view details)

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

pyevermizer-0.48.1-cp311-cp311-macosx_10_9_x86_64.whl (76.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyevermizer-0.48.1-cp311-cp311-macosx_10_9_universal2.whl (138.0 kB view details)

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

pyevermizer-0.48.1-cp310-cp310-win_amd64.whl (88.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_x86_64.whl (84.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_aarch64.whl (87.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyevermizer-0.48.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyevermizer-0.48.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.5 kB view details)

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

pyevermizer-0.48.1-cp310-cp310-macosx_10_9_x86_64.whl (76.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyevermizer-0.48.1-cp310-cp310-macosx_10_9_universal2.whl (138.0 kB view details)

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

pyevermizer-0.48.1-cp39-cp39-win_amd64.whl (88.1 kB view details)

Uploaded CPython 3.9Windows x86-64

pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_x86_64.whl (84.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_aarch64.whl (87.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyevermizer-0.48.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyevermizer-0.48.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

pyevermizer-0.48.1-cp39-cp39-macosx_10_9_x86_64.whl (76.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyevermizer-0.48.1-cp39-cp39-macosx_10_9_universal2.whl (138.0 kB view details)

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

File details

Details for the file pyevermizer-0.48.1.tar.gz.

File metadata

  • Download URL: pyevermizer-0.48.1.tar.gz
  • Upload date:
  • Size: 218.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyevermizer-0.48.1.tar.gz
Algorithm Hash digest
SHA256 b83a7a4df24800f82844f6acc6d43cd4673de0c24c9041ab56e57f518defa5a1
MD5 2e45ee485b57b2b986fe28b08270bbc6
BLAKE2b-256 76a7d6630d852fba629c444b29124ad6d253a09164f5182ee95464b33cc606d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1.tar.gz:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e04b89d6edf6ffdbf5c725b0cbf7375c87003378da80e6666818a2b6d59d3fc9
MD5 fba1e8d1f57042b94b6acea0f03d697e
BLAKE2b-256 cb16a665497c1fc3c83f5e3643959c700c1dd27bf0846a3f4b321afb8ef94f28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d565bde7b1eb873badeedc2c9f327b4e226702b571aab2019778d46aa4509572
MD5 050f513425ac1c720a54f9f3b70b156c
BLAKE2b-256 622e6069ad72cd1711b3397fc187d38addd489fa253bda9d7d9688ef5ebcc71b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98d655a256040a3ae6305145a9692a5483ddcfb9b9bbdb78d43f5e93e002a3ae
MD5 4b34c10f63d7624b38d932c6c28802f0
BLAKE2b-256 b81d3ae32fb29c1c16b11fb41ea1d10f32ce6a80d3861cd0df42e04f153f61d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c8b596e246bb8437c7fc6c9bb8d9c2c70bd9942f09b06ada02d2fabe596fa0b
MD5 5f4fc91dc948f9b6993a4b6d27d1193a
BLAKE2b-256 ec37d223ace7f00103ddc23d620e9f0accfa5904ca3cb3c04b74103e7f9e95eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 617f3eb0938e71a07b16477529f97fdf64487875462eb2edba6c9820b9686c0a
MD5 89a925e19f697d33f72ad7868f53c544
BLAKE2b-256 f17ff134aace3b6ed41de047c9135e7e59f4895aa654347c7d5f94fe8dbee622

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 61d451b6f7d76fd435a5e9d2df111533e6e43da397a457f310151917318bd175
MD5 7a242d5d5951f1c6d0505b9479ffa71f
BLAKE2b-256 27a0d440e52580835d2c748fa4623ba695503392a4b785af2cd97ab3170f1208

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 770e582000abf64dc7f0c62672e4a1f64729bb20695664c59e29d238398cb865
MD5 5a6db88d138a3b5e13923dda1c51dee9
BLAKE2b-256 857c86c08fd29b7e8d3bf6e11ceddc6f06eea5309ddc6e10d71efcf4b1596671

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 28e220939850cfd8da16743365b28fa36d5bfc1dc58564789ae415e014ebc354
MD5 9b902b13c06d49ff4a22357ec973bb42
BLAKE2b-256 227bdc348bf820529218f46aa6d1e1eedf47954310635fe2522924f8f77f60be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 719d417fc21778d5036c9d25b7ce55582ab6f49da63ab93ec17d75ea6042364c
MD5 be4c9e48528a47e218d49b9c35969ca6
BLAKE2b-256 a9a2474538dbd89432e433ac10c51cf6884e114c35e5e66618416c674539fb77

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0aa5054178c5e9900bfcf393c2bffdc69921d165521a3e9e5271528b01ef442
MD5 191cc760f5ac0d792b92b18f09afd5d7
BLAKE2b-256 29c96af7fbe5d0f8f5382f8f73a8e1739fc8464fdeced53ae6e9a0db80acf77f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d59369cafa5df0fd2ce5cd5656c926e2fc0226a5a67a003d95497d56a0728dd3
MD5 331c976228bec26b02fa3275bca8cf94
BLAKE2b-256 0e95dfc172c8371dcbd98c6cf2ac1f8e12077a935b26b804f490d5172e3b595c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 345a25675d92aada5d94bc3f3d3e2946efd940a7228628bf8c05d2853ddda86d
MD5 3f2e475fa9f83e54e22c52f2252f4885
BLAKE2b-256 a3765477c92d53ba64dd3bf623c65ff355c0807708af11f8f58b9d702b5f98e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e40948cbcaab27aa4febb58054752f83357e81f4a6f088da22a71c4ec9aa7ef2
MD5 ed45d7018c7c566c3357ba6f630106ff
BLAKE2b-256 4983b1785a7078fa9cceddd69b424f6d0384d396d5156cc9558cc5aca367ec83

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8f96ffc5cfbe17b5c08818052be6f96906a1c9d3911e7bc4fbefee9b9ffa8f15
MD5 03552f9034c52405aade0cb31bf583a8
BLAKE2b-256 ce2228e6fe2c9914e3b6271d1c5307e0285922bceb122fb3400c6f37918b79bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp312-cp312-macosx_10_9_universal2.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c26eafc2230dca9e91aaf925a346532586d0f448456437ea4ce5054e15653fd8
MD5 5ad50fa18659d72b2f0a59211394b0a5
BLAKE2b-256 b88d9ec1b21d740e2fa7f3fbb062be85a9fc3929e6d8aae77d1c988ac494131f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fc7d7e986243a96e96c1c05a386eb5d2ae4faef1ba810ab7e9e63dd83e86c2b
MD5 ac424deaf1c520e2ecf6461cbb391d2c
BLAKE2b-256 dfa8185a1846c3a10a9d20ee0f10b988f02f74fa68c40183011dd8a4f1c74d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10e281612c38bbec11d35f5c09f5a5174fb884cc60e6f16b6790d854e4346678
MD5 0ded4e58bd04c0ba592b29debea429fe
BLAKE2b-256 da7529327b6f0fb0082557ffbbab60ba34a73e54712f760388669830c0db5ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 118d059b8ccd246dafb0a51d0aa8e4543c172f9665378983b9f43c680487732e
MD5 eacfb68a5c3eea70c1715451b2faf7bb
BLAKE2b-256 6689c5caa651b723469ecb9f236562ca499574a69809a3c1b17276435b38b6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 185210c68b16351b3add4896ecfc26fe3867dadee9022f6a256e13093cca4a3b
MD5 4b2a594176a7fbe1dd13d61c0988d4da
BLAKE2b-256 1825e40a39dedb37b49e3cdd755ce3561a4585b663de31fd19eafd3dca117c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f69e244229a110183d36b6a43ca557e716016d17e11265dca4070b8857afdb8d
MD5 7465cae4bd65e0dc1496999ecadc6079
BLAKE2b-256 8843f45e8cfaa25919b8561c7a47fc5c6a60d4dcf2c4a18f20759f26b8862bc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e9269cf1290ab2967eaac0bc24e658336fb0e1f6612efce8d7ef0e76c1c26200
MD5 535dee2d6cb10ff64a429a403478a7c2
BLAKE2b-256 85e6cff3246512d5143991608117cd35787c2d8016c571210b34d8f44beb9386

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e6de509e4943bcde3e207a3640cad8efe3d8183740b63dc3cdbf5013db0f618b
MD5 070f58323f906cc76fcf16763cd3a7bf
BLAKE2b-256 00f89d44960870989773b37450250c6edf9ccc5e2f7042a16d14de314cdeaa99

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-win_amd64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a16054ce0d904749ef27ede375c0ca8f420831e28c4e84c67361e8181207f00d
MD5 514ebbfd573cd6534f5c7f6e2e39b40d
BLAKE2b-256 13193cfc56b09ff60f4977c5f59627cdd5f05f8212607ea9bddfa6ff72b3db7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39e0cba1de1bc108c5b770ebe0fcbf3f6cb05575daf6bebe78c831c74848d101
MD5 82f80cb15357fd3fe5b1a5fba9643c33
BLAKE2b-256 94fc2fe888013694533c937ba97fe661a669a985c155ab24de70a2495d8c29b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d417f5b0407b063496aca43a65389e3308b6d0933c1d7907f7ecc8a00057903b
MD5 f563a3eff60a54668e265671c64ba517
BLAKE2b-256 298622b7688388d41620049c605ea7ccaaf79d799a1c4c3f9afde1b3604cb906

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abf6560204128783239c8f0fb15059a7c2ff453812f85fb8567766706b7839cc
MD5 4ed0bf379d808b1cfa357ce6ff3a67d3
BLAKE2b-256 13e62d580a85d46d8d0a974db97af9629d1f3bd87dc5ed93064b0357c63335ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c67d0dff0a42b9a037cdb138c0c7b2c776d8d7425830e7fd32f7ebf8f35ac00
MD5 a1b5911a7c5d320e8ed76e741ce18d1b
BLAKE2b-256 736a1c9f1eb38601e78fc28ddd7fb5fbae951897db7833c02edf374534b03498

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 db85cb4760abfde9d4b566d4613f2eddb8c2ff6f1c202ca0c2c5800bd62c9507
MD5 1c83a4c4bcd07d75466aedb35895e8ee
BLAKE2b-256 beaa0b121cf14349b7c406f90800b58dd93af29a5d4ac1cae36248f319426264

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyevermizer-0.48.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 88.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7732bec7ffb29337418e62f15dc924e229faf09c55b079ad3f46f47eedc10c0d
MD5 34f8c608765ee452031346cc8563cd76
BLAKE2b-256 d69a70edb3b8251717194cf8286ca89bff71fa56bf712104aaa96cca3c4859d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-win_amd64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4663b727d2637ce7713e3db7b68828ca7dc6f03482f4763a055156f3fd16e026
MD5 93bed6230c20201d4d43e723ca535bf2
BLAKE2b-256 7fed4c67b61a6a288cd90f7b9f3f60ad9e85e38e27ea38e90cfbfdc322389998

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5bca6e7fe5dcccd1e8757db4fb20d4bd998ed2b0f4b9ed26f7407c0a9b48d9f
MD5 75b3bdd97447191e2dc568c876e33e62
BLAKE2b-256 9465d0a93a6444b8e58810c65fda95ad7610d21bbd0866d89fb1861b2051212f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 752716024255f13f96e40877b932694a517100a382a13f76c0bed3116b77f6d6
MD5 45e836ed03b786f8e34559a3d3195e7d
BLAKE2b-256 d3bb3bcb59ca7219465ffb9acc5722087804d928dd30c7c9f502eed1042cb747

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d36518349132cf2f3f4e5a6b0294db0b40f395daa620b0938227c2c8f5b1213e
MD5 3b25ce3a90061cecf6adb543d3389a5a
BLAKE2b-256 7218b0d7bb416a2d3aa50af23705d23c32ba034c79ff71286989e3a1a012ad12

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e4640a975bf324e75f15edd6450e63db8228e2046b893bbdc47d896d5aec890
MD5 d9352bc67c558399e0bdb7a21d7af046
BLAKE2b-256 06ef90a2efc0dcc80ca1f29d3d928d57f7529a4adad2660b7fb506db51e4ca27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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

File details

Details for the file pyevermizer-0.48.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.48.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cc35e72f2a9e438786451f54532ce663ca63aedc3b4a43532f4ee97b45a71ed1
MD5 bd212c7d87804353a69a5526694ddc8d
BLAKE2b-256 dbbcb8eecc0e4c303dc31dd09312e739d0ca03e80ac2d7b795d6690390a024bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.48.1-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: release.yaml on black-sliver/pyevermizer

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