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.50.1.tar.gz (220.7 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.50.1-cp313-cp313-win_amd64.whl (89.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pyevermizer-0.50.1-cp313-cp313-musllinux_1_2_x86_64.whl (86.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyevermizer-0.50.1-cp313-cp313-musllinux_1_2_aarch64.whl (90.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyevermizer-0.50.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyevermizer-0.50.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.2 kB view details)

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

pyevermizer-0.50.1-cp313-cp313-macosx_10_13_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyevermizer-0.50.1-cp313-cp313-macosx_10_13_universal2.whl (137.0 kB view details)

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

pyevermizer-0.50.1-cp312-cp312-win_amd64.whl (89.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pyevermizer-0.50.1-cp312-cp312-musllinux_1_2_x86_64.whl (86.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyevermizer-0.50.1-cp312-cp312-musllinux_1_2_aarch64.whl (90.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyevermizer-0.50.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyevermizer-0.50.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.2 kB view details)

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

pyevermizer-0.50.1-cp312-cp312-macosx_10_9_x86_64.whl (75.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pyevermizer-0.50.1-cp312-cp312-macosx_10_9_universal2.whl (137.2 kB view details)

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

pyevermizer-0.50.1-cp311-cp311-win_amd64.whl (89.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pyevermizer-0.50.1-cp311-cp311-musllinux_1_2_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyevermizer-0.50.1-cp311-cp311-musllinux_1_2_aarch64.whl (90.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyevermizer-0.50.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyevermizer-0.50.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.9 kB view details)

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

pyevermizer-0.50.1-cp311-cp311-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyevermizer-0.50.1-cp311-cp311-macosx_10_9_universal2.whl (137.0 kB view details)

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

pyevermizer-0.50.1-cp310-cp310-win_amd64.whl (89.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pyevermizer-0.50.1-cp310-cp310-musllinux_1_2_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyevermizer-0.50.1-cp310-cp310-musllinux_1_2_aarch64.whl (90.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyevermizer-0.50.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyevermizer-0.50.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.9 kB view details)

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

pyevermizer-0.50.1-cp310-cp310-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyevermizer-0.50.1-cp310-cp310-macosx_10_9_universal2.whl (137.0 kB view details)

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

pyevermizer-0.50.1-cp39-cp39-win_amd64.whl (89.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pyevermizer-0.50.1-cp39-cp39-musllinux_1_2_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyevermizer-0.50.1-cp39-cp39-musllinux_1_2_aarch64.whl (90.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyevermizer-0.50.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyevermizer-0.50.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.9 kB view details)

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

pyevermizer-0.50.1-cp39-cp39-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyevermizer-0.50.1-cp39-cp39-macosx_10_9_universal2.whl (137.0 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pyevermizer-0.50.1.tar.gz
Algorithm Hash digest
SHA256 cd56cca26ed9675790154dd70402ad28a381fc3c9031bd02eb9b1dad8c317398
MD5 6b331f66653b723ea66a57b0407ef0d6
BLAKE2b-256 16afc565cc53cca9833c3fecc0a8a5218062bc8b61b594ca5f4adb65c98eb212

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2978aa13826337d59799f41dda41fa4cecd9f59fae8843613230cf298b06fa6e
MD5 0c1eba1af8b87a6ecaf3682186dba20a
BLAKE2b-256 ac26ee14e0ac873ddc23cc1ff788999921a1c4cfa9dff63316d500dc38731213

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 081ed52f8e1693ca48262cb5a9687ee62c4f9a50c667a487192c72be4c1b7fac
MD5 ce5b3e6716c501b63044d681780c70a2
BLAKE2b-256 0ece159d07cac95c3297bdb9b8eb95b6c3324b528543333ece85354c827ca7e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a76e9d17ec3af9317b3a9d5e9f9f04aea80a5902c33f6fe82d02381f2fd2cb69
MD5 5fdb079e51b1e4732a02151f541b9c73
BLAKE2b-256 f09ee87633297db524188c076a1c630cac633f110a137dc1a8254531c953dd47

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1123f8f87ce6415183126842eca1fff98362ff545204adfd4c7b6cf1c396b738
MD5 b1d8f3bfe69dcfd6ce279d31539431f9
BLAKE2b-256 53cabf56b09ead615174f173692284078b55bfe027b2017ae3c96401a18051bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.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.50.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b248af5aa7321e46ae05675b15a5993e28311dfabc68cee2e398ce571f28eb2
MD5 0100a565e5aaf42e849abcf2caa001a9
BLAKE2b-256 5639958ebabacd2f88868e5aa6bdcd5b0a13baa97d556fa2dfeb7079c67d153b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 50536924bbf702d310b92d307d7c5060f6a4307bf99b61f79571ba2675ebb1ff
MD5 2c2195c9acee97f0ee0f24084978a2f0
BLAKE2b-256 903479c8a7cfaa4fc20e878d6025ca6a6ca84a987cf56162eb64f2f76f957603

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d78970415fb03c1dd22aef8da7526e5b33eaf4c9848f5cbad843ad159254f526
MD5 b7436724bdb1ba4c532ea969e7b6a75f
BLAKE2b-256 54dbeefd9a6fcdf6856a5d24a4260578cbf3c19eac627980be9e0ee283903239

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0f920d745df15e3171412cbda05fc21c9354323d0e8dfc066ed6051fa7df9879
MD5 fc14cce9ccf4d83f886c04b2f2a42a5e
BLAKE2b-256 5dbe185b01cf5af694646ee4576d13d4dea8c109e88edc45e39426aef85a63f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51ff863e92c7b608d464da10c775b5df5ad3651a05c2d316c1d60a46572fdef9
MD5 808513907af88c5ece302e88b9306d11
BLAKE2b-256 b10809827c56168f0628ebc9cf71bc056a0737c8ea5f223795a0b1b002dcaeaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b21eed21eb9338a6e7024b015d0107eaecf78c61f8ece8e6553d77f7f0ba726
MD5 e493ab1791437c8a9235c73fb1bb73e7
BLAKE2b-256 0d870553f551fa8932f5e6a216bb609c5dedc46cc17e2d1bc7c0b1c0185d1261

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8540bd8e8ec49422b494beece1f6bf4cca61aa452a4c0f85c3a8b77283b24753
MD5 a1006b38178d62bbf8972e04ac35a730
BLAKE2b-256 5df6f9ef62f8e9451cc54af62662511321b41a1869aec1cb360fd075ee4fa717

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.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.50.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 569b98352fc6e1fae85a8c2ee3f2e61276762bc158ac5b7e07a476ee0f9e2617
MD5 253e089a485eec51796b341eaf3bae16
BLAKE2b-256 389709ead143c1da930a6aa2d7d718d22dd66a17fbed9fc7ed85a3f7c645f0ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1057e70be839e9c3a91f0f173bc795fc0014cf560767d699cc26eba5f5cfc6f
MD5 49bde9a6cad9d649b9993a06cbacea2e
BLAKE2b-256 b63bbebf4a0383370d5d463b35cc292dfc3d82f9d1f0691f9fc79521fbd9c1e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a22557f56ada1ace61b781e731e06466c22b6cc605c1aa9dec10e3697b10f5e6
MD5 083d7c2fe5bc4c76a18aa89f091df566
BLAKE2b-256 cdfb5607960192293f5dd70644e345e9b8e270a8fff2733f4cc841b81b4584e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a4c5c62997e7378457624a88c12b27b52d345b365c3cfae7fee77ee46eb7cd0
MD5 d11ceb532e2d85df176f8de8fd275a0a
BLAKE2b-256 7d3675ce65be5900312053156d8b7833354553c93b043afeb3c1876c5ef50092

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7989e6f06c1ea38687a6b14416b179f459282ea81edbb86086d426fe0d63bf7a
MD5 6323849e4726a38044c88164716ade89
BLAKE2b-256 272d5d39a494cfe9d313a62ea28116a70fef38d65ffa968bd9e6dfd52fec2bc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1875eb79c8800352f30180db296036d8b512082d6609e2368aa7032c1cf7e27
MD5 494ca07c26bf447f0e59266dc773e533
BLAKE2b-256 1241917615870e54e699b38198285e05c352e2d8673d02840b13aabdc3929c54

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 162806e7b0156e25612e60d25af68772cf553b3352a5cf31866d838295ccb591
MD5 492b033454c96c6afb7cf270ae6d6dd5
BLAKE2b-256 54112c241f2726e60e47434d2f07315befa2ad8918d98cb7caf216b7ce832396

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.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.50.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79750965bc63ffa351c167672b51c32f2a8d3242e07e769f925d1f306564a18d
MD5 feb70cdfc75a88ee55dfcde720dfcdb4
BLAKE2b-256 ea65ab64212218e906b66981b87a2e102b0e7de716b2f3da57e7761213d96f4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09ced5349a183656c1f8dcb85e41bdd496d1c5f2bb8f712d12a055d6efa7b917
MD5 98f89a2ea6e27b64d47d6c594154b09b
BLAKE2b-256 c1a24ddaf13254750fec7707d7c68c76564df19a4e81ae77ca53f256cfd5270a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 40e76a30968b1fce3d727b47b2693d4151a9ad29b053a33bf06cde8fa63c3d15
MD5 9a7c3f86579fdc0a4767df88cb808b72
BLAKE2b-256 3fef2830bb41b37235963101a741da83dd42771da132d898799275abf981d02e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8857f719da9eaaa54f564886ff1b36cb89b8ccf08aa6ccca2d5d3c41da0b067
MD5 56329d498e022f4937f40b4b94e3ee1a
BLAKE2b-256 253c09e4c2d59d958a5a2bf6fb8982e79e544607476a6b4a50102706f406a8b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0433507dd8ad96375f3b64534faefdf9d325b69a19e108db1414fc75d6e72160
MD5 5056f1fb3980487d8f1dcf071c9ef4ff
BLAKE2b-256 247d1590c838bf6bd60cc130372a84c77ccb2f03cff2847369344c41b2e2c790

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d84761ee03ebdaf011befe01638db1fff128b1c37405088868f0025e064977f3
MD5 6993a749116e8474fd5527a8e2715c87
BLAKE2b-256 ddf3796368e209b5fd000a01693d1103add2c2bfe2b6da795f7169466ccfd0b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ddbc36860704385a767d24364eac6504acc74f185c98b50cf52219c6e0148c6
MD5 835a66d8c7c24ce3cafe6acff669319e
BLAKE2b-256 fabd7e03ed2e0f7d4d88636f27af73631397195e62f6bf13444b639b35314c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.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.50.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61f0adc4f615867e51bfcd7d7c90f19779a61391a995c721e7393005e8413950
MD5 229847643fef5c6e071feab6b6214b31
BLAKE2b-256 88d75724fa9114bdbf85ce75c15773e0910b41fc5c781cf49eb03361d596b5b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06af4f66ae1f21932a936bf741a0547bbb8ff92eea8fb8efece6bc1760a8a999
MD5 389610383fa7f64b03823fe86f2ee2fc
BLAKE2b-256 e403b2b84cfacfa20796a9fd0f1deedee2c11d1a806801e9e76aadd1e2e32fc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4d1f43d5f8016e7bfcb5cd80b447a4f278b60b1b250a6153e66150230bf280e8
MD5 3bdf77e3a8aaa83abe81c257a050877a
BLAKE2b-256 778ee8cc5eeb726e2b679824184000d2857f7ae635dc1c2acaeb16eb57087e4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyevermizer-0.50.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 89.0 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.50.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7646efdf7e091c75dac9aebb6c9faf215de4f6b8567c049944790e43cbe63d51
MD5 cc9f8db28e37f07c87cb3696e393a653
BLAKE2b-256 f0ee5ba7707e0c83e630d60eb799b840526aa46689cf4632385eb08c4b03e716

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3a4cd6a9b292e7385722d8200e834a936886136ddaef2069035f7ec5eb50d34
MD5 dabdb2684d039894c710d1426a7564ca
BLAKE2b-256 a78e627a8b96e2542c2a0bd76ce863c1afe34df41015faea3bb98ff6f2ba3f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2174db5e4550f94cb63e17584973c9f9afdc23e5230cb556de8bf87bd72145ff
MD5 bc1120ff203319d35103e96f78a4219b
BLAKE2b-256 27ede7f6112f08d152ff3969ac97ff859ed696cd7c1fe3c5aa56cef76db6951d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cf40413f4b7ae5d561e47706f446b91440a1b74abe33b8fabc995d92c3325ca
MD5 f31e6d5f075e681d58f4436bdfbeabe4
BLAKE2b-256 ef5df538904e79a92d9bed5188c8fd646a69f4e7e2ed1db6a0ebae5c418bd90d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.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.50.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97791b8695aa215ef407824d1e6c0582a2a2f89f3a0f254f5d791a5a84a0ad00
MD5 b717e3f487d432e7e991e7278ab538d6
BLAKE2b-256 8b693f1b436b8711f0ea8840e4520aac7bef55c5333de527e19b6036ef8a4d2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 800d6c30eab6ca3ee39a6c297d08cb74cfa5a4bce498aa3f05a612596f8c513b
MD5 9f98bc45a9967464fd0d7db87fda7cf7
BLAKE2b-256 dca35fe33579c0ab18d513702c8ab60d9926ee65be8c9355ff5b97b7b415b876

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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.50.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyevermizer-0.50.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d377c2fd68c3d529d89ba40a762b6424c3b04c0d58593c02f06adbdf236f72ad
MD5 dd06a5f0f312aba2ec1c2b800914a97a
BLAKE2b-256 b35acf2dd3537b993cd7a6fb00e5f81a6fa1e9c3ccd7bc37f176df837d42bd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyevermizer-0.50.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