Skip to main content

Mythology encyclopedia — gods, creatures, heroes, places, items, and more

Project description

azrael

Mythology encyclopedia for Python — gods, creatures, heroes, places, items, sacred texts, and more from world mythologies.

Features

  • Thousands of entities spanning Greek, Norse, Egyptian, Celtic, Hindu, Mesopotamian, Japanese, and more
  • Full-text search with FTS5 fallback to LIKE
  • Fuzzy name matching and random sampling
  • Topic graph for related entity discovery
  • On-demand corpus checkout from Project Gutenberg (downloaded once, cached locally)
  • Optional LLM integration for intelligent queries

Installation

pip install azrael

Quick start

import azrael

# Look up by type
god      = azrael.GetGod("Odin")
creature = azrael.GetCreature("Hydra")
hero     = azrael.GetHero("Achilles")
place    = azrael.GetPlace("Valhalla")
item     = azrael.GetItem("Mjolnir")

# Generic lookup and full-text search
entry    = azrael.Get("Fenrir")
results  = azrael.Search("trickster")

# Browse by mythology or type
norse    = azrael.ByMythology("norse")
deities  = azrael.ByType("deity", "greek")
all_gods = azrael.AllGods("egyptian")

# Random, fuzzy, and statistics
random_  = azrael.GetRandom("creature")
matches  = azrael.GetFuzzy("thor")
popular  = azrael.GetMost("mythology")
total    = azrael.Count()

# Topic graph
related  = azrael.GetRelated("Zeus")
topics   = azrael.GetTopics("greek")
tree     = azrael.GetTopicTree("olympian")

# Corpus — downloads from Project Gutenberg on first use
azrael.FetchCorpus("gutenberg-iliad")
hits     = azrael.SearchCorpus("wooden horse")
sources  = azrael.ListCorpuses()

Available corpuses

Corpus ID Text
gutenberg-iliad Homer's Iliad
gutenberg-odyssey Homer's Odyssey
gutenberg-theogony Hesiod's Theogony
gutenberg-metamorphoses Ovid's Metamorphoses
gutenberg-aeneid Virgil's Aeneid
gutenberg-homeric-hymns Homeric Hymns
gutenberg-prose-edda Snorri Sturluson's Prose Edda
gutenberg-volsunga-saga Volsunga Saga
gutenberg-mabinogion The Mabinogion (Welsh myths)
gutenberg-celtic-myth Celtic Myth and Legend
gutenberg-egyptian-myth Egyptian Myth and Legend
gutenberg-1001-nights One Thousand and One Nights
gutenberg-ramayana The Ramayana
gutenberg-mahabharata The Mahabharata

Part of the Eyes of Azrael suite

Package Description
eyecore Shared foundation (DB, graph, corpus, LLM)
clio Historical figures and events
apocrypha Conspiracy theories and hidden histories
augur News aggregation and topic analysis

License

MIT — see LICENSE

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

azrael-1.0.0.tar.gz (52.1 MB view details)

Uploaded Source

Built Distributions

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

azrael-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp314-cp314-win_amd64.whl (52.2 MB view details)

Uploaded CPython 3.14Windows x86-64

azrael-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (52.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

azrael-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl (52.3 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

azrael-1.0.0-cp313-cp313-win_amd64.whl (52.2 MB view details)

Uploaded CPython 3.13Windows x86-64

azrael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (52.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

azrael-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (52.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

azrael-1.0.0-cp312-cp312-win_amd64.whl (52.2 MB view details)

Uploaded CPython 3.12Windows x86-64

azrael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (52.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

azrael-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (52.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

azrael-1.0.0-cp311-cp311-win_amd64.whl (52.2 MB view details)

Uploaded CPython 3.11Windows x86-64

azrael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

azrael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (52.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

azrael-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (52.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

azrael-1.0.0-cp310-cp310-win_amd64.whl (52.2 MB view details)

Uploaded CPython 3.10Windows x86-64

azrael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

Details for the file azrael-1.0.0.tar.gz.

File metadata

  • Download URL: azrael-1.0.0.tar.gz
  • Upload date:
  • Size: 52.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0.tar.gz
Algorithm Hash digest
SHA256 93405b8b463275cb687a8da7d4900662ff61eb021242672fd085e64db4478497
MD5 0c2b9dc256cb0fd104dfa49321bddcfa
BLAKE2b-256 64006a8eb9727e5be55f46da3adf17b249263feac36a4b7f1f218ec8b1725881

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0.tar.gz:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46f54f16640c0b2347744a840ff8a9374527c7de1c49b57efea16d0db7226206
MD5 85106f72fcce6315a249c6fb97a46f2b
BLAKE2b-256 c58b7c8623c6f88030acff22f71a3a61dfe812023536a1207c9763faaa78e643

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da0162f0df734b1527a1c6acaab2bdda4addfc6c759bcad1166e03c1a4a9e1c2
MD5 91517aea1b407c030131d632fc30692c
BLAKE2b-256 fdff079c10e9aa735ca3ce3d0ccba67b2fe1f03d9bd8af2a49c20346d92d5443

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: azrael-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 52.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 03d8f82f1cbc0703dd4ccea614be7913f5e39960d096e9a0661a3d21714b7e05
MD5 90930f2cbc51e89e08d13717228ef7fc
BLAKE2b-256 5dc2dfb9ee83d917002583b82e15bf230dab68f9b0e2fbf3e6ca69c9fbca9802

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06ad1453548404ca45537c667e32c28141217060e7cfc671e517f82584aab5a6
MD5 92f519f88b4cbf0718628298d55d26d0
BLAKE2b-256 f920c0b508026101a7986105fd49e0f199e65342f27bec63743ea049a10a7fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 759fce8d1d3e045ba8342e5bc0667842706f0bb7ba39fb218fe885da5fbc3b36
MD5 2184830034ecf9756e1ca2132a90bb97
BLAKE2b-256 b2dd6aedd18ff39924f5abb6b00f474e8ff849e77c1687b4a4a44445253802c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 21f102eabcf783bce6b1ed0df0a4beb805f5ca50adac9498a273647af4d107bf
MD5 a2116e7b7ce422bed3db07d3957d3fa2
BLAKE2b-256 dc0b13fbf4b5ed05c72dde4efd93cd6ccec14f4460a6ec3592053464e0870318

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: azrael-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 52.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 436f8001535c901cb0279875dce731c8885a6698aae2b2f26748da4025f455b3
MD5 862484d0317c51a8b1eae0d0c357f5e9
BLAKE2b-256 817532d95f6baffd50226e50cd2b8a7ccbaef559622c704b46ccc7b11a2038e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c838e4b68b337b4cc67929503a0a37d4b4c1c09416e662e7ad23c013db7881ae
MD5 6a367bbbc9aed3438b13cd59b58bd3e4
BLAKE2b-256 ea2b26a2903a12af119085eba37311c615145a588d19515a126d2cd67b07d560

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60d7c73473660695be11d369221d250208fd05614f9c0bee99c58609d357c4d2
MD5 533c5fb6740c1a263c5cfdd20b6f4738
BLAKE2b-256 db3b7130b1d747bb9b6b29919cde7989b576efc2ff42b23ed7509706241cd2f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 72869dc7fb04cc628580816d0d95fcd356f58a5c0ffd986cfc84c733aa7e0e70
MD5 9c9c79cff2342dbb05ed8c0482641f91
BLAKE2b-256 b06ecf45ef98cfc45a91d76b06d423d7d7a1d2ed4497af4db8cc3f1b2c31ed64

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: azrael-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 52.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 222ead897eee13da1911edd3b4b83508fe7e02ff2f4bd98c9259480359dd8343
MD5 db142cf59391b475e2b83d8a573b6653
BLAKE2b-256 61d4ae9684ab4fe5aa6e933a6b239ff70ea43c4211557153490c66b6f43caf1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 decd32edcee8a76ad4e8a5540ffd30097d92d5916c0b853d909b1782a943d628
MD5 ccc64d98eaf8086b6d69aca0dd8ecc7e
BLAKE2b-256 e60f96f38466d8af56b4c41f7ea0328e07e0e49194caa9272f51539a1a9389f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8196dc426b46f2e8df49e23b9fcfab0a14b97cbd8e986a9ffa32ceb9bb1769b
MD5 1ea533a6c602cdc401dcd79cb29971ac
BLAKE2b-256 e8a76a4d72253fa2452b6f37e39f4ea7e8a5077bb2d8fbbdf84f2f35d9c0a9aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b012fabe681e8a4df6f8f7eff82635ceed9ce1a521c95962e8712594b75e4ad2
MD5 078a8187e142f373dca3976bcc742604
BLAKE2b-256 8df89eb5f5c0e5bb19fd2d3acaf92b8e1c63785b0d7398c746e61d4e86f8a61a

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: azrael-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 52.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98a179dfe3a91739cdf6c7ec57dceed7471a969a4865fa10ec39593144eb1fe8
MD5 ff356833c3ef150103f590247d0f0c64
BLAKE2b-256 3bbab48294204e00fac964bc25608f377b461f850da8f7ed4b26d4ec3b6d5862

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c46a27f4a98d904e345649cc568516f16cfd7470687dd48d79a0be8620b8b85f
MD5 144bac9364ed891f6b319ff61e6799e0
BLAKE2b-256 d46b392b15114de915c68579d0db29517949e724a2345f0c717821a261a8d04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d33455292bdd05682f213ae7d9125e81a37a4bf9ffcb6f320b2803df5dcbe080
MD5 155170281a23cec6673e10ab5ef55311
BLAKE2b-256 f3f6063ccd96f6a809af5af01a17b7f97bfdc4ce54de35aecadc62ba36f6385d

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c5bda6138c63954c083bad29e113c428feb4808e5069ed5cacf1dc8a320e738
MD5 cc380aa79e088c90c8f95ef068d20474
BLAKE2b-256 b87ed57256c70ac946e823d0f6daaa8b29046b704b9701b989a5568eced0bf50

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: azrael-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 52.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for azrael-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fbd0e4b5c0802c5792185bd20b6e5a5e737be75fcb97682a49353969c502a82b
MD5 46a071a3578dce139692ace6d2d12a8a
BLAKE2b-256 10cd9f63c60a2b4b9d165ac0559bf2d4985d484d85a3a7d04dee8f315d10aea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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

File details

Details for the file azrael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for azrael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76b86bad2385477cbe60114977f4d90015c0fb6c9344ab06fd37a6e2afa6138d
MD5 a3225c7a1fd683377046da7be53d05b2
BLAKE2b-256 be870b9a3b539c3a9e30aed48e9a4775c9caa22004e4239d9bf8ffa7f48f3dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for azrael-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Azrael

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