Skip to main content

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

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.1.0.tar.gz (43.2 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.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.7 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp314-cp314-win_amd64.whl (133.3 kB view details)

Uploaded CPython 3.14Windows x86-64

synomosia-1.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

synomosia-1.1.0-cp314-cp314-macosx_10_12_x86_64.whl (238.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

synomosia-1.1.0-cp313-cp313-win_amd64.whl (133.6 kB view details)

Uploaded CPython 3.13Windows x86-64

synomosia-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (235.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

synomosia-1.1.0-cp313-cp313-macosx_10_12_x86_64.whl (238.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

synomosia-1.1.0-cp312-cp312-win_amd64.whl (133.6 kB view details)

Uploaded CPython 3.12Windows x86-64

synomosia-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (275.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (235.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

synomosia-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl (238.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

synomosia-1.1.0-cp311-cp311-win_amd64.whl (134.7 kB view details)

Uploaded CPython 3.11Windows x86-64

synomosia-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

synomosia-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (237.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

synomosia-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

synomosia-1.1.0-cp310-cp310-win_amd64.whl (134.7 kB view details)

Uploaded CPython 3.10Windows x86-64

synomosia-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: synomosia-1.1.0.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0.tar.gz
Algorithm Hash digest
SHA256 947c61e96bdd271982cf5acf5553e5d0709da8851746c9244c3c9c3483e24413
MD5 f29042383899c19690fb45895e9784fb
BLAKE2b-256 e449806c22c8b057fdc5b3aacf5b89a25696b686f9807660e9961f1bc109b074

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9848b67bae4773edb4e9c44a257b8810256ff08ef69f3f5d15b5536505deecde
MD5 238388cd473a16e77f1d8b2ceaf04176
BLAKE2b-256 004fee5b2ed52baa8a8efdbaae2612d1a9c24821e04ca29ce8e087c637e96137

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecc916ca1bd81806d62f214461c60fd5ffcfff25dc5673f4e7b0be877f5c8757
MD5 262cd539ce70714baa26e9cf30692e41
BLAKE2b-256 eb9f594d3047db944639dc94639e2745cf86204268e15befc51328e6cae76b69

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.0-cp315-cp315t-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.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6a35a346bcfef2fc6f074a8bbef3ce3f29ca8874b3bade6b6ff09cae2eaec02
MD5 d19861894a04042964699fe249af20f9
BLAKE2b-256 d6c7b22b03398c02669c931a5aac2bb9f3ad49de0f373fc58b415e15ad8ec74d

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27d7f2e5c28fc15a335d668c22e7479d27d6002367e55fe70d8f43f8505799bb
MD5 0e0a6901218c4595a344f05a12cddcd9
BLAKE2b-256 46e75065b94943ca686e06962b4457e17864a5275fd9abf0b16b9d90dac6a353

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.0-cp314-cp314t-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.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: synomosia-1.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 133.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 51a8abd2d8607a3ea18edc028ed54c4bd4c8e4275f676084b6c46464ddfb20b2
MD5 64ce030a696152cac858e617f718d786
BLAKE2b-256 1f7122ce8ed83733ee26d5339a01f381f913e9a4e6dcce58fa6bf3bc6327ecf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7287814491f70391a92d91c8f6b2722c90266507b140c8222310e5792bab6845
MD5 26a0d9d22a4287e841211cf51aef56a8
BLAKE2b-256 0601d58fec7f9f9a41d49010a02838908fcbf8691e84158ce4d27e30147c238c

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 795d40e0513753309a37979bc7114cd0a6ae28aec21df04c6f0f9b51500e3520
MD5 7634252d75bf71ed0ece1c6555ebd5c2
BLAKE2b-256 1c9f15a18ca7847fd06b968df80de2acaf13415a27cb7e564dc6355d5aec87dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bad75b73f0f71d3f59c7c565e0e8d21adfc04cf65d80855a8d6eb6ba916dc6f2
MD5 2cd21d0048a867860f65cbdaaff2b6dd
BLAKE2b-256 dba73e593db2c893430511a7a29e6f729b0339dc3958d724aff3dfe0580c4995

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: synomosia-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1dd00625ed92e7fbb4fa71a888e2dfc88565c886ce7a918855076358256bd067
MD5 709f36d46a36ad9dfdc8872e9e779628
BLAKE2b-256 73451836aaa7db608c9884b1f411a68eaa108eaed7eacf70ada0736677fbaa26

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 630e7d3e4017163d50357d19f99d23047ba525553fc7134ce8647b52c876f07a
MD5 e3b3c9cbe40d235fe94d40c13f9e3000
BLAKE2b-256 345ef5c3df5b53ac386e7a13e183f1cb2aac05bdf4b3273c63545fd2806cb925

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2486577746614cf72e305ef8f36addbd52140c372c5886288637a1b584326f50
MD5 49ea95a3f36fec53815f48ab8a40fab2
BLAKE2b-256 c2f6b0f1373345e2f828b2eec9a8ac8ca9ecce586b09d83dce6bc52453e7439a

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbc677229554b7bcdfca93f38e0be96b4f1de650b105eff40b67e40de0f92a87
MD5 466265c4cd1079261d3862510b960a55
BLAKE2b-256 a3683cfab64807bfb284aa25c8ff75738584a5b1aed09302aa62cc7463049d9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: synomosia-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ec80595221c90d64c9d60bc5d17d3444c79034ca12659f53727abc7da21756fd
MD5 e51f748dcfda5a98bb55e26fdf462f88
BLAKE2b-256 c7fffb811b104f1ca5f9f4c31b7b400c73745e76bbe4e9e364d97a860e9416f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4552463000cb4fd1ae4122b51bbcabdb79774d4010827cd9bc84ce09f52f5eb
MD5 efbfb01aa0c42c2d226b5f6324f7815a
BLAKE2b-256 68e3fed355d825dc53299eae53ed8b4d1fc60f21eb9ef64874e4a0a23712a12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4f4fc705e6bb20802862103a9178670e0ec91df6dd98725b73c0f9568ae3673
MD5 fbebae7b5fd45e0ed5d44cc0093a96e2
BLAKE2b-256 16b84dc369d590f5da70d5aa99930ac41b91a31d27a0ba6d0e40d1a3fd74699d

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a65f8adea761053ca456801b4b87a0f3bed8f4d8146e2903caf7c7ce7644954e
MD5 01c748dbcdb8bbf4c850e4ada9822ed4
BLAKE2b-256 1f28f5421d5036184eaf1079719b8920e2cda781144b0cf4b50ced3fd9e85ced

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: synomosia-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 134.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 91d6f610843f0cc8fe25b08ec168e9cdc604d8ea52a147474b0bffdf027233b1
MD5 c53532db1587498c08ec0a843df612e1
BLAKE2b-256 3942c1b645e2f67689fdeb824b005bde5ef55aa664162dedc3bfe1a9e9c33d2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e1695137efd05b13a7a98b10485c9b039b15bd7ed815c3aed6d7aec7f060771
MD5 ed6d8e8dca93456dccf7cfd2697b76c2
BLAKE2b-256 3f8059cf1af77faffa66c4c21d80778a64fa9cbd4806318f8babe0e72b21c468

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67271ee29e09f198a97d9ae666871141de0c45a36b33222809a50ca735446be3
MD5 5e39dc6a535eca5f2a092ce88406aa4d
BLAKE2b-256 af2d61b3511caf9a4f6a5096fa644b774d29c7d53429843bac850f8d890f57ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f18fdd3a4c1223f21fb00651cac36389fadb5dff04b468d2afb2e30f553475bc
MD5 84f194e5fb92289d90d01bc880f20e96
BLAKE2b-256 fd5d736e015a84ef1311065ac13a6c20110fa43f7b1428a8a37ad4cc1ae1ed63

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: synomosia-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 134.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for synomosia-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de233bc609226270f698a1c62bc7bd84e4df45111d4c48b799914f6ecb0b2bba
MD5 58cb1b8f00360070f2243eec2015af78
BLAKE2b-256 8af3e89a18d9b9e2e927a6dd4ad071812b3add4f8ce5e75b6eaefe85f459ef76

See more details on using hashes here.

Provenance

The following attestation bundles were made for synomosia-1.1.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.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for synomosia-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14ea367cb15f2661ddd58c539aa458801fc3b916552d68c5d645e9e012a8aff9
MD5 19add4cbd68393c076bf23cccc70415a
BLAKE2b-256 3f50983385e17af91df4b257697dcbc5f66cc2c743843e5624c7b7b232217b35

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

1.1.0 This release

23 files

1.0.0

21 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page