Skip to main content

Magic systems, spells, rituals, arcane traditions, and esoteric knowledge

Project description

esoterica

Magic systems, spells, rituals, arcane traditions, and esoteric knowledge — a curated encyclopedia and live scraper for Python.

Features

  • Curated database of spells, rituals, traditions, grimoires, ingredients, artifacts, and practitioners
  • Full-text search with FTS5 fallback to LIKE
  • Topic graph linking traditions, practices, and magical concepts
  • Live scraper for Reddit, 4chan /x/, and esoteric RSS feeds (optional)
  • LLM-powered categorization into 18 magic taxonomy categories (optional)
  • Daily rotating local databases with compression
  • On-demand corpus checkout (downloaded once, cached locally)

Installation

pip install esoterica

With scraping support:

pip install "esoterica[scrape]"   # adds feedparser, requests, beautifulsoup4, praw

Quick start

import esoterica

# Curated database queries
spell      = esoterica.GetSpell("Fireball")
ritual     = esoterica.GetRitual("Lesser Banishing Ritual")
tradition  = esoterica.GetTradition("Hermeticism")
grimoire   = esoterica.GetGrimoire("Key of Solomon")
practioner = esoterica.GetPractitioner("Aleister Crowley")

# Full-text search
results = esoterica.Search("banishment")
western = esoterica.ByTradition("ceremonial-magic")
all_    = esoterica.GetAll("spell")

# Topic graph
related = esoterica.GetRelated("Kabbalah")
topics  = esoterica.GetTopics("elemental")
tree    = esoterica.GetTopicTree("hermeticism")

# Live scraper — configure sources
esoterica.AddFeed("https://www.llewellyn.com/feed/rss/news")
esoterica.AddSubreddit("occult")          # requires REDDIT_CLIENT_ID env var
sources = esoterica.ListSources()

# Scrape and categorize
esoterica.Scrape()                         # fetch from all sources
esoterica.Categorize(verbose=True)         # LLM categorization (requires LLM backend)
report = esoterica.DailyReport()           # generate today's summary report

# Corpus
esoterica.FetchCorpus("gutenberg-key-of-solomon")
hits = esoterica.SearchCorpus("circle of protection")

LLM-powered categorization

When an LLM backend is available, articles are classified into 18 categories:

Ceremonial Magic, Folk Magic, Witchcraft, Hermeticism, Kabbalah, Alchemy, Divination, Shamanism, Chaos Magic, Druidry, Astrology, Demonology, Angelic Magic, Sigils & Symbols, Elemental Magic, Necromancy, Healing Magic, Other

Set LLM_BACKEND, LLM_MODEL, etc. — see eyecore for configuration.

Reddit scraping setup

export REDDIT_CLIENT_ID=your_client_id
export REDDIT_CLIENT_SECRET=your_client_secret

Register a read-only script app at reddit.com/prefs/apps.

Part of the Eyes of Azrael suite

Package Description
eyecore Shared foundation (DB, graph, corpus, LLM)
azrael Mythology encyclopedia
mnema Historical figures and events
synomosia Conspiracy theories and hidden histories

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

esoterica-1.0.1.tar.gz (26.4 kB view details)

Uploaded Source

Built Distributions

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

esoterica-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp314-cp314-win_amd64.whl (124.9 kB view details)

Uploaded CPython 3.14Windows x86-64

esoterica-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (228.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

esoterica-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl (230.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

esoterica-1.0.1-cp313-cp313-win_amd64.whl (125.0 kB view details)

Uploaded CPython 3.13Windows x86-64

esoterica-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (228.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

esoterica-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl (229.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

esoterica-1.0.1-cp312-cp312-win_amd64.whl (124.9 kB view details)

Uploaded CPython 3.12Windows x86-64

esoterica-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (228.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

esoterica-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl (229.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

esoterica-1.0.1-cp311-cp311-win_amd64.whl (126.6 kB view details)

Uploaded CPython 3.11Windows x86-64

esoterica-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

esoterica-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (229.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

esoterica-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl (230.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

esoterica-1.0.1-cp310-cp310-win_amd64.whl (126.6 kB view details)

Uploaded CPython 3.10Windows x86-64

esoterica-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

Details for the file esoterica-1.0.1.tar.gz.

File metadata

  • Download URL: esoterica-1.0.1.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for esoterica-1.0.1.tar.gz
Algorithm Hash digest
SHA256 a1ca04cc07268c66835fc1c816646936e43756c7213d2769263fba3fa4a8cd56
MD5 0da13ed9ea72cd99353eae97deaafad7
BLAKE2b-256 be220d2778388fd7318f3f2a1803e6d358270b5c20a7d91b1d4304cd9fc376fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1.tar.gz:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47545a395b9caedab3cf79bedab0caef8211fd85b60c9282cf322800ff610d15
MD5 56b33d68d641077db10c40ab095cb68d
BLAKE2b-256 a325da7413234a081f56b92a467ade088a083a51b90c3709a8037eb665876262

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ccedbc7f10823b230828251d15db1ba0ca6e8f3b5cc19ba0cc7026689264cb6
MD5 d2aff9aacc2a4da68a426c9ebab639cf
BLAKE2b-256 fefd8ed5fa8ed952c19731c797479489537d51427a3ca0bd0d4fefdb2729a4e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: esoterica-1.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 124.9 kB
  • 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 esoterica-1.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9771e669c7c5a05a1f6acbd8ee3ffeba402cd91ece3bbc62aa2e920f89d8448e
MD5 8cbac2c3422a0cbd98fef0f17cd4071b
BLAKE2b-256 2fcbff0542a22107d4f21d58779fc8282cb64ce24448113a40ff6c3b31fc43c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f8cd3fd02b0ec8a2b1f79944c8b7fca24e5cd87e82b19cb937ba0ed7114700b
MD5 1b03292731763e76f83283deecc6ba12
BLAKE2b-256 b182291ef1e160493aeec7459267ce2571edbbc462a164e88700397aab300f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09419128b2f42d46ac544935067dc32e8f914ecf7cda6fd3bf146f24873967e6
MD5 bd682e166eda045de042bfd458efa4a9
BLAKE2b-256 56cf986b2baf5c80474de8d0ef229bef649c9712b43e025e9459ac3ebcff766e

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba0c83e0eec2482d8ad161cf5a127ed7f5021892a314a2ae58af06b020f85d2c
MD5 451722fa5493f68978ac76003f07acc7
BLAKE2b-256 ba41fda7c5c5b92d20b30a7ab69505e2003be20d47310281c46064c8faaf5e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: esoterica-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 125.0 kB
  • 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 esoterica-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a359e0e28c13e4336b0d7d3e7293c420aaec52030c815a66e4544148bf3aebf9
MD5 3f2c92f5f3d20a0b2056d03170e3526a
BLAKE2b-256 cea9a438a552f39865c4eb51ad193e45c9f1104f97717aca4377aa45f2060cb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bed80088273b146df1e245e76d5ceaf370fc8b7d2fbec329f8ae395b9874cb8c
MD5 a97afae8b087aba8d4f125e8790b1034
BLAKE2b-256 97ee9f888f7c3aa90b61cb8d9c479499e061b41f7be576bbc9d14832bef4a8ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a3f668e184d349300ee684a66e3767ea8d6aa93dee4c9d21d393e5d2a414f2c
MD5 1b50297abdf7be1ab73851442d5acb26
BLAKE2b-256 3d57a2704a35a0c9525ce998e6c57143ce0f2faab541e7266b39805cf34cda55

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 312225fb12c70504e8e12a985b57599d1a0ea6f6b114e01ee65eb85b5c6548a2
MD5 b726b6d1c41888d489aa360580bf045f
BLAKE2b-256 83aea78159771548d2ce4cbfeb578f6c8992af25fcfde669aa442f3fdd8bfcfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: esoterica-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 124.9 kB
  • 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 esoterica-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d7ccd4bc6ec633b8eff6198dbca4c00b9ff45ce16be5a278d0ac35951fd8d0b0
MD5 b2e85dc1d724e5b48cbe31c0ee55700e
BLAKE2b-256 82408239cf04830d08258a26407f090859a4dd83d9a467f7225e1fbc3ec809a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f79d987c485175c66fe962b02d95d4b4cf9cd741f4f748d77c70d3d1de71f2b
MD5 7189b15568492f9c51432c47869334fa
BLAKE2b-256 b1fc6866a5b62164584d0e6cad1d9aea754cd921223ced5caeda6ebbb04354ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7947ad2bf70a7afb76da4ef7da0170211ad75b1ad8261ab349195830164af60
MD5 7340afac37923f252e481fbfced13fe6
BLAKE2b-256 bfda2dfa7c5d63f80ed22a712364b522bf7841b464dbf41384b56381a4319c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d0a98a7bade98bd09d3d7bbc0e5b91e7e04da275c41ab6a9a294c2895c306bcf
MD5 7d93cc91267a5a3ed0223308247c767e
BLAKE2b-256 bd722d20d468f210c4154ba74e2f20fc2e61cf4adbf1201d5a4c0c72e762494e

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: esoterica-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 126.6 kB
  • 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 esoterica-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b2c2b054a188898252ac45e799a71057a833685383054397cfcbb5faf141648
MD5 406d287745b409755dee1700eb56bb8a
BLAKE2b-256 ae703cc08119f3b20a6b5d20eb478cc5adf7088687270d54d388f14aeb6437af

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e298ab1256407cdf41c16e2d4793800d43eedddcfabd1534fc471db010c8df4
MD5 9bfb46fa45abb64881f5ddd4b2084dd6
BLAKE2b-256 35650ad64a3fdb1cc6f0d52f2d63ae96861acce0474d1375d6cfca6e8dbfa633

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 225d819a6dc66d24a007c2ef45796954a71774ef01688e98e4d7c33a90a7279b
MD5 5f2d8541597a671449f8b321e367c763
BLAKE2b-256 cf4601761126caf79278692a67ab6a55a2c4b33402fa6344165a646f10e6e856

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c4913da6c7d75490f8944dc7fbedeb86e921dc76edee585bbf9bfcc2eeacdaf
MD5 2889e2992c246313be76e0cdfab65227
BLAKE2b-256 6ed4102e16421da7b134274a6ecaacfbafec8b6eafa50795ca119c7884fb9c53

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: esoterica-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 126.6 kB
  • 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 esoterica-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b531661f1fc7871d372b1739ee1fc6fbd88f511de18960379970ef5b07dae9e6
MD5 7e399cb15486765022ef1850fa5a8f58
BLAKE2b-256 dbffe504f742b828f8aa58567da8539f45ca32ec0b0c97a1813638c3d28f2663

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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

File details

Details for the file esoterica-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for esoterica-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64e959949df26c0d1f13cf7a1290a0efe77134cec725aff2822d098006b763ab
MD5 92bfa0e4530ff326e6c0bed96faa862e
BLAKE2b-256 6ae6d1f660311e8ef0262b4dcd03bf2ac2eda0f7a0e0c98d51469af3b32ba22c

See more details on using hashes here.

Provenance

The following attestation bundles were made for esoterica-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on andrewkwatts-maker/Esoterica

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