Skip to main content

Historical events, figures, periods, and civilizations

Project description

mnema

Historical encyclopedia for Python — figures, events, periods, cultures, wars, and artifacts from across recorded history.

Features

  • Historical figures, events, periods, cultures, wars, and artifacts
  • Full-text search with FTS5 fallback to LIKE
  • Era-based browsing (ancient, medieval, modern, etc.)
  • Fuzzy name matching and random sampling
  • Topic graph for related entry discovery
  • On-demand corpus checkout from Project Gutenberg (downloaded once, cached locally)
  • Optional LLM integration for intelligent queries

Installation

pip install mnema

Quick start

import mnema

# Look up by type
figure  = mnema.GetFigure("Julius Caesar")
event   = mnema.GetEvent("Battle of Thermopylae")
period  = mnema.GetPeriod("Roman Republic")
culture = mnema.GetCulture("Byzantine")
war     = mnema.GetWar("Peloponnesian War")

# Generic lookup and full-text search
entry   = mnema.Get("Hannibal")
results = mnema.Search("Roman Empire")

# Browse by era or type
ancient = mnema.ByEra("ancient")
figures = mnema.ByType("figure", "medieval")
all_fig = mnema.AllFigures("roman")
events  = mnema.AllEvents("ancient")

# Random, fuzzy, and statistics
random_ = mnema.GetRandom("figure")
matches = mnema.GetFuzzy("caesar")
popular = mnema.GetMost("mythology")   # 'mythology' column = era
total   = mnema.Count()

# Topic graph
related = mnema.GetRelated("Julius Caesar")
topics  = mnema.GetTopics("roman")
tree    = mnema.GetTopicTree("ancient-rome")

# Corpus — downloads from Project Gutenberg on first use
mnema.FetchCorpus("gutenberg-plutarch")
hits    = mnema.SearchCorpus("assassination")
sources = mnema.ListCorpuses()

Available corpuses

Corpus ID Text
gutenberg-herodotus Herodotus's Histories
gutenberg-thucydides Thucydides's History of the Peloponnesian War
gutenberg-plutarch Plutarch's Lives
gutenberg-caesar Julius Caesar's Gallic Wars
gutenberg-tacitus Tacitus's Annals
gutenberg-livy Livy's History of Rome
gutenberg-sun-tzu Sun Tzu's The Art of War
gutenberg-machiavelli Machiavelli's The Prince
gutenberg-gibbon Gibbon's Decline and Fall of the Roman Empire
gutenberg-marco-polo Marco Polo's Travels
gutenberg-federalist The Federalist Papers
gutenberg-common-sense Thomas Paine's Common Sense
gutenberg-darwin Darwin's On the Origin of Species
gutenberg-wealth-of-nations Adam Smith's The Wealth of Nations

Part of the Eyes of Azrael suite

Package Description
eyecore Shared foundation (DB, graph, corpus, LLM)
azrael Mythology encyclopedia
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

mnema-1.0.0.tar.gz (17.6 kB view details)

Uploaded Source

Built Distributions

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

mnema-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (255.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp314-cp314-win_amd64.whl (121.3 kB view details)

Uploaded CPython 3.14Windows x86-64

mnema-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (255.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (225.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mnema-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

mnema-1.0.0-cp313-cp313-win_amd64.whl (121.3 kB view details)

Uploaded CPython 3.13Windows x86-64

mnema-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (255.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (225.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mnema-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (226.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mnema-1.0.0-cp312-cp312-win_amd64.whl (121.3 kB view details)

Uploaded CPython 3.12Windows x86-64

mnema-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (255.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (225.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mnema-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (226.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mnema-1.0.0-cp311-cp311-win_amd64.whl (122.8 kB view details)

Uploaded CPython 3.11Windows x86-64

mnema-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mnema-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (226.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mnema-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mnema-1.0.0-cp310-cp310-win_amd64.whl (122.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mnema-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for mnema-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1d7df71cbd86f92fe78bfe09f12893a05fd1565a767150e1cb8a34939c4c0f55
MD5 602eb876eb01cf556f22af624af28ed8
BLAKE2b-256 704413ae47658af166d32979f9a7a3d6a4f12f827be0ed989eb97c1616ffe481

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2fd89dab9fff4809865854f892cd7dfc4657135e18d60f62c73ba1b6c1be8d9
MD5 20624ddfa53fd4c2ce4ebbb2b9fc5a98
BLAKE2b-256 5be25e503af92a5baa5f5797701c65a2ff2b2a5d071d12c9464d013f56fe1a49

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4739a892a95e6054f9472ffefe7cc1c891a57215d9359d8fb91d08f0501d45d7
MD5 e4a75a2794aa61c7f2cd1df4ca5986bb
BLAKE2b-256 3f54d5506eb9f26a461935dd098b9665bb52929f990a7fc222f922934447d96d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

  • Download URL: mnema-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 121.3 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 mnema-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 52b96ed65a8221f310e9eaf2628029f6d375c9351cda47cfe8da7315ab0bd170
MD5 1529796cb51d226cc4181f930da63377
BLAKE2b-256 1f501312e4fa55a7b4859d481cba797f3e8ae932b6c6fd164e30034cdce0c62d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f25ae333a7eb96fa74df964f976fa9177abac0bde175713e751d7af7bd1db77a
MD5 5f034197b5597fc8b2222aa92302f7b7
BLAKE2b-256 5f9e88588349496aace106016f5cf8275f83c38e211eeb5ee61bacbdd0744c19

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f62a88ef375cc245aa5b0aa51445cb3109e58f1548fac3c8a7e1e522e372b493
MD5 77dcc53f038938891858e40a2c01b4d1
BLAKE2b-256 9ff8171d184d0ce56ed99f107c173ed90a22f9dfe4812e272f75ffc84f0b22d9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a0ea22077f70d48c591db09a887be32be55a865a9b2f51264f9267cef2665e1
MD5 70475c53fcdf1e8dd6dfe36749daa333
BLAKE2b-256 f9b419f59757fd67a208aaf06d4ca584606869013c045ce884647261af39860f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

  • Download URL: mnema-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 121.3 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 mnema-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 df10c7c73dede4dacc1d1b4fdbab3217c3d80336b518df7297b78e46304347b5
MD5 dfc4a2e6fe3557aa229cf63cd3514151
BLAKE2b-256 5dba5baec92955cdf5581deae70959d15ae98db917cce70976e5dd2047a12086

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4ea1713566908467b37b89d5b8be9d3cce33886dc2bf4fe9346f48302028c6c
MD5 448cf7d0cdd73fe4a44ec2a39fca16c0
BLAKE2b-256 d2ee5fc6ef5c2f753f4bc5d66c27a0d2c610fba8bea102189aa6a476ad13e764

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e84370f0375394b6a11d25e0c953d27771bbf1d2e1f378f3575771341d1f050
MD5 f4bec7da3524c2ea19260d10652d6c32
BLAKE2b-256 d6679b2444824c1ef296470e37d3cc8abb5f504320240d8fdf3da9db45d81405

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd3e84701d524c5e30ec833e932a9e8f428166c508d2746cb7da48485eb68320
MD5 c9cb56c079974fb03e537ea3d30f7b61
BLAKE2b-256 0c7a74b48732214fddde09f824b6e50646e7c0619963780f099b8aa872d44dee

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

  • Download URL: mnema-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 121.3 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 mnema-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 166537fa2857fd7e2a60049e9fddf7d386912c6f4dec51d5b4912914d39a4b4c
MD5 decd104f1884ae05ddffa60a3abaeb62
BLAKE2b-256 30d38796ebc2be42a30773e5088635065daba46ca7e57009024ee5294e57e3ac

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78e7c90e0e15b272a827bc86f28a82be4779d0de0b86b0eb03d8acaa5781a58d
MD5 9f8e891d00499d245a6de1b2bb1e5414
BLAKE2b-256 8c3bb8c5e9e5a27890c7b3ba9c8c88a60a1c5a7d61d1620336de4e046c385733

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b721bdf1b6d6be42132524d42f5ad0b1d785f7a53e28ef8b460b6aa22ac14124
MD5 c19dff212ca36f8eecb0b8f2f8898cbb
BLAKE2b-256 da8ed4cb206b7ba39732703bbf5997fe28b9bead43bee1b0e41ce2be956c6c13

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26b42eb79dc0e11f93573f584b2a3d4ded842c05d96351d5d1159cf25c37aad2
MD5 1d889b20756be723005d3ba4f044196a
BLAKE2b-256 f64a209ee794fa69cbfd538bcb94d17347024eecbdb81e3fb2f20c361115bf39

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

  • Download URL: mnema-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 122.8 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 mnema-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1345db087609aaec142367462ad569bb0649641799e5ed1f0971ef1fd7f59253
MD5 4e33d88ac741ca3be5951ac0db55ad1c
BLAKE2b-256 5a5f2366c843a40c7d9a437db77ccfe51fc839713023d33a76e8faf0b919e26a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05aa588c4e34052c11c2ac8c27ec598f9f8aa496080941225653d0ead9f9bb94
MD5 70cc0f0912a1a32879bef69bcb23b3f3
BLAKE2b-256 cff21e046c521ecc897481cd8be25273f9ada31bc0581a9ae7cceba8aa241df0

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66db51f7a6378047f29aa78aacb6885307259bf5b826b2c7f76d7c4a28e0e9d7
MD5 315d1eaff13699500b62bff618636fd1
BLAKE2b-256 b5fbf171bb2d5844fa108320d592e22752f471e113862e37e9138a891aed0fb0

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8ca95b75a0e9630096ed0ad512a2bb9bd1cd9ca9fccb7306978b35c3590146d2
MD5 794f3e65da8a35d11f2dc6ebd983c81e
BLAKE2b-256 dd61d09609a5593441d98fab0089e0a46234a0fda171697e0047170b867d6b95

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

  • Download URL: mnema-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 122.9 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 mnema-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 62fc0c72791aa646d7f555350fcb6bf6d7b298924de5bd3cf99ce054e066f65f
MD5 644764c313091f3875ac64338ee0716f
BLAKE2b-256 9ca114db9a0382fcb37e2363fb0e6143e275c8668d29f1ffebdabf26dcf330c4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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

File details

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

File metadata

File hashes

Hashes for mnema-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acdad0b69f33e3d24a4fc794f53b01f63be0c4635072dd166a5b8f3c25d13eb9
MD5 c5831b1a2d6acaac608b674f169ffb86
BLAKE2b-256 7006f1ba5e235554b86f582ed842cb4ac069ec1013c84eb8e889f435623e2325

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Mnema

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