Skip to main content

Conspiracy theories, hidden histories, and suppressed knowledge

Project description

synomosia

Conspiracy theories, hidden histories, and suppressed knowledge — a curated encyclopedia and live scraper for Python.

Features

  • Curated database of theories, figures, organizations, events, and documents
  • Full-text search with FTS5 fallback to LIKE
  • Topic graph linking related theories and entities
  • Live scraper for Reddit, 4chan boards, and RSS feeds (optional)
  • LLM-powered categorization into 16 conspiracy taxonomy categories (optional)
  • Daily rotating local databases with compression
  • On-demand corpus checkout (downloaded once, cached locally)

Installation

pip install synomosia

With scraping support:

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

Quick start

import synomosia

# Curated database queries
theory = synomosia.GetTheory("Illuminati")
figure = synomosia.GetFigure("John F. Kennedy")
org    = synomosia.GetOrganization("Bilderberg Group")

# Full-text search
results = synomosia.Search("shadow government")
orgs    = synomosia.ByCategory("secret-society")
all_    = synomosia.GetAll("theory")

# Topic graph
related = synomosia.GetRelated("New World Order")
topics  = synomosia.GetTopics("government")
tree    = synomosia.GetTopicTree("deep-state")

# Live scraper — configure sources
synomosia.AddFeed("https://conspiracyarchive.com/feed/")
synomosia.AddSubreddit("conspiracy")       # requires REDDIT_CLIENT_ID env var
sources = synomosia.ListSources()

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

# Corpus
synomosia.FetchCorpus("gutenberg-1984")
hits = synomosia.SearchCorpus("surveillance")

LLM-powered categorization

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

government-surveillance, secret-societies, false-flag, extraterrestrial, financial-manipulation, medical-coverup, media-control, religion-occult, geopolitical, technology-control, weather-manipulation, historical-revision, assassination, mind-control, new-world-order, 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
synomosia Conspiracy theories and hidden histories
mnema Historical figures and events

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

synomosia-1.0.0.tar.gz (24.0 kB view details)

Uploaded Source

Built Distributions

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

synomosia-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp314-cp314-win_amd64.whl (137.9 kB view details)

Uploaded CPython 3.14Windows x86-64

synomosia-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (242.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

synomosia-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl (244.9 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

synomosia-1.0.0-cp313-cp313-win_amd64.whl (137.9 kB view details)

Uploaded CPython 3.13Windows x86-64

synomosia-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (242.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

synomosia-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (244.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

synomosia-1.0.0-cp312-cp312-win_amd64.whl (137.9 kB view details)

Uploaded CPython 3.12Windows x86-64

synomosia-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (242.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

synomosia-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (244.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

synomosia-1.0.0-cp311-cp311-win_amd64.whl (139.3 kB view details)

Uploaded CPython 3.11Windows x86-64

synomosia-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

synomosia-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (243.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

synomosia-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

synomosia-1.0.0-cp310-cp310-win_amd64.whl (139.4 kB view details)

Uploaded CPython 3.10Windows x86-64

synomosia-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for synomosia-1.0.0.tar.gz
Algorithm Hash digest
SHA256 915b4067fe45a8543404bdf3b38fc2b55c886794f16187d057fcc1e335b4a7d4
MD5 a8f6f98db642dd554022a5c9eacabe1c
BLAKE2b-256 47cfe01d48643a086b79dc95f15a5c529da03b8f976403452ae05c212bd3c904

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 246cbd1de1eec3426b2d05bbf0f859fd5bccce63dee64c4bd5cf981245876a6e
MD5 1d4c78b9d6342129df46b1ce6980d76e
BLAKE2b-256 2adfd1feace934d699f47e91025d598bad52647cc35f7f4a356ac083e32ffade

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbb65762e78724feb43166ffb99b5fc82ba08e9499cdc889b36a0253f12341c9
MD5 4f4223b9c8f1bb2eb36a6668df6d2b7f
BLAKE2b-256 8675be04a46537b11928cd7cdc8192961276a58137d4d4e238719fce13f62880

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

  • Download URL: synomosia-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 137.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 synomosia-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6e7b868d838d2c045b83835e7409472989e6a8ba714589c3d4c8a27e363ddbd5
MD5 1ad6b851cbb8a803ccd2c81387d8b662
BLAKE2b-256 0881f1870f8c72101b528b8341479c367e7e0e109121b3be3061bd32d7faa677

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc683867a585a0767381ddab428a1761cd6b1a788667643091139b8cd0a37845
MD5 9fffdc1a77ff040efda21326118fbc53
BLAKE2b-256 781196d7fadc07349817dc8d13a3e3c468c88f16f307721a0e00f7fa437a4cba

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b37127adeed92e16713da008379e099971d55fcc82be56d838e7c68d02762d2e
MD5 20c700e13a3ba874258706dd434c95bc
BLAKE2b-256 07f29cd93328e69f1a8917d1ff95d3372ac8af932106cc2ac70ac70d60c49f83

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b2dc3bc7574bc960000289fc7c538858e7383b3d570ece66fff86bc92b8d609
MD5 f1c986de7b5dc586fad72c7b39115dfd
BLAKE2b-256 25e838d13dd8031c2b9ae3ca8f409e8be68a83c777424bd890d1a7a936ac305e

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

  • Download URL: synomosia-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 137.9 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 synomosia-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 963301883572745a015093f1f44a47c7ab22b5b6af063c83612a99d09a9bc1a9
MD5 f48599fa193c5f4ccb29e668c11d0ebb
BLAKE2b-256 9f3402cacec7741f7ce6d44e6596aba0778f1f838c18a1cba85f0b260695a179

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaefa0e25f35a959ac811d48e3bd58e4ec7ba2baabe39e35e433ed0f738e3b32
MD5 a6876db6d304c2d3b33c0917b072a897
BLAKE2b-256 d787e6bf17361502c71f5ad6ffe43cd4c725c7669f718ab5ff1a956a6cab94be

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e223a06b289f12f120c0578b0219c1e14e927b6c471481123301cc26ef2a0663
MD5 582841ed1e0fd924110ee334ca356347
BLAKE2b-256 cbe6199d251c64bd81444d1ab22616d01708f99b4bf6012d1c1afb7eaa6c7e3f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 71e140abaef6844d12c1928424294a81f04dc2c1c1148436ae3c654227b39994
MD5 7fe7464fa33c2288cea9c0d08fbe55ec
BLAKE2b-256 423e37a40949f8a53c2bdfdb2ee9f8373a581af2020d0f3748ce46c761171cf2

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

  • Download URL: synomosia-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 137.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 synomosia-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e0b7de9774edfdabee3897d67bb8beb801da69e28520094edf998795d723bb7
MD5 e00d9f36c3997b814f5a553b49ee921f
BLAKE2b-256 cf5c57a48b08d98274fc625d0d19e0f257b43e4bc7b605e4e926062eb903808d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35497629325c1c71a45414f48d10c4e46e15c297c71a307f2d243b469ba5a533
MD5 a69f9f1b5c9ead037668dd78fbf3c93f
BLAKE2b-256 28365519303388d378c1b0211feb00df5f59e603ea8d73d0a330e26eb2e6719c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb6dfd91a03e8c8240cac7fdbc5e10936f5c5faba2c7f9a3e42db112ba6c4ea5
MD5 61add2bcc230979f937fd8f5cf44eeb0
BLAKE2b-256 b6656256ba15c106b7de894b7a7ba237745060620cfa47ede026a644565eafb7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2166ab941f9ada170e0a57c2faf497abd07961beee59064f95674cecde3167b1
MD5 ba75a10e721d84bf94ba2116da4267d6
BLAKE2b-256 69ab2c15654305790458f1eeda54b13253a1ea2aaea9717ff3eb914a602b8673

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

  • Download URL: synomosia-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 139.3 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 synomosia-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95046bed11dd9624ff2aab6e1f1c5bf44f35c25c7615be128865714fd5ef11f5
MD5 bdefdb163e8de48d8122419a3e2d4276
BLAKE2b-256 891f943191841db3cbe1d07058b6a3f51b465e21c68d47834775e5f03bfc91b5

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bef60354a17674b278ee18aa16328df8471e0eeaeb9000be17975d51cec2e36
MD5 38e3e4341feb20cb5899bb90b8e73081
BLAKE2b-256 90edb29484cf093cc99a59677fb62d563b48267255dd563dda6e43a72b45d629

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff2adcaf20ad9262025b77e7c6f8e7ae142893b9b73ab0245c8d94f31c49fd3f
MD5 ffe687a03fb14f54e1946e3dbea033f3
BLAKE2b-256 72adc8f64474900d068c59b67984e7aac93fc80b02491ccf22d2b6e8d17bd1e6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f4c9ce698b66d46ad4899b7415fc5303c6bcef6c9535e6dd6443180cfabe76fd
MD5 06d2312ec776788bb3c4ad86b435f21c
BLAKE2b-256 a0f1d97683bc764ef087c3e4611a16cdf5cbea9504eb09fc0fcfd7f8bb46be36

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

  • Download URL: synomosia-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 139.4 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 synomosia-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82915ab24ed7861553a2311ee5549f5d5df52d8b00ec1bcb3a281e2259e710f1
MD5 970c98e9767b18b26c141d1b3213fc5d
BLAKE2b-256 e3b445df3c49290158b4817f5a5b6334e6bdca57f3d4a9635e6fb3580cb42c27

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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

File details

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

File metadata

File hashes

Hashes for synomosia-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80273e80fe4649a428d47010cb5338f734c78da5eee18f58948e534fce1eec99
MD5 2b992731525c174e63923780412f8705
BLAKE2b-256 57a5d946dedf25d5487f392079b8672073c3d200659876df1583379e8f8a58e0

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on andrewkwatts-maker/Synomosia

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