Skip to main content

Operon the Database System

test status RtD badge PyPI Version GitHub commit activity Codacy Code quality Badge Codacy Coverage Badge

A Python-based, file-based database designed for large-scale genomic data, used for archiving, quality control, analysis, and deterministic automation.

点此阅读中文自述文件。

Features

  • File-based: A single SQLite file (operon.sqlite) serves as the sole writable source of truth; CSV/XLSX are used for controlled imports, TSV reports are used for read-only exchange, and field contracts are defined by a YAML schema
  • NCBI Datasets Adapter: Offline-first import of JSON/JSONL, ZIP, or unpacked directories; also supports online download of genome packages with automatic archiving
  • Frozen NCBI Taxonomy Coverage: Versioned YAML profiles are compiled into family/genus denominators with SHA-256 hashes, allowing separate auditing of current metadata and immutable releases, and generating a list of missing samples
  • Streaming Parsing and Built-in QC: FASTA, FASTQ, GFF3, and protein FASTA files are not loaded entirely into memory; metrics are written to a long table, and decisions are delegated to the versioned YAML profile rule engine; value_by allows thresholds to be selected based on classification metrics such as BUSCO auto-lineage
  • Encapsulated External Analysis: config/tools.yaml specifies the launch methods for BLAST/HMMER/BUSCO, artifact types, constrained runtime parameters, version detection, caching, and result write-back; analyze executes the entire library or specified categories with a single command
  • Local Control, Remote Storage and Computing: SQLite, configuration, and provenance are retained locally, while raw large files can reside on a verified SFTP mirror; the execution backend supports local, Slurm, SSH, and remote Slurm environments
  • Universal Executor: The structured command executor and import-qc can integrate with any external tools, such as QUAST, FastQC, fastp, and CheckM2
  • Immutable release: Dataset snapshots with manifests, checksums, exclusion reports, and provenance; verifiable via sha256sum -c

Dependencies

  • Python 3.10+
  • Runtime dependencies: PyYAML, requests, aiohttp, Biopython, Paramiko, Textual, and questionary; the built-in QC acceleration extension is compiled when the package is built
  • Optional extras: test (pytest and Cython), docs (documentation tooling), and dev (all development/build dependencies)

Install

# Install the published package
python3 -m venv .venv
source .venv/bin/activate
python -m pip install OperonDBS

For an editable checkout, run from the repository root:

python -m pip install -e '.[dev]'

Documentation

The complete documentation is maintained in English and Chinese. Each language is its own Sphinx project; build both without warnings:

python -m pip install -e '.[docs]'
sphinx-build -W --keep-going -b html docs/en docs/_build/en/html
sphinx-build -W --keep-going -b html docs/zh docs/_build/zh/html

Read the Docs publishes two projects linked as parent and translation: operonproject (English, https://operonproject.readthedocs.io/en/latest/) and operonproject-zh (Chinese, https://operonproject.readthedocs.io/zh-cn/latest/), each built from its own docs/<language>/.readthedocs.yaml.

Release files for OperonDBS 0.8.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for OperonDBS 0.8.4
File Size Uploaded
operondbs-0.8.4.tar.gz 1.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for OperonDBS 0.8.4
File
operondbs-0.8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
operondbs-0.8.4-cp315-cp315-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp315-cp315-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 macOS 10.15+ x86-64 Details
operondbs-0.8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
operondbs-0.8.4-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
operondbs-0.8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
operondbs-0.8.4-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
operondbs-0.8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
operondbs-0.8.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
operondbs-0.8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
operondbs-0.8.4-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
operondbs-0.8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
operondbs-0.8.4-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
operondbs-0.8.4-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 23.4 MB

Release files / operondbs-0.8.4.tar.gz

Download URL operondbs-0.8.4.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
bf630293353f3517e10ed1d42c4f3698489cd11125cca2040ac2356e9ca960a4
BLAKE2b-256 checksum
How to use checksums
e0b7946dd880531a3b5bb8aea0b4456385784deeea855f4afc4dd6cb3478ebf6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1ecea56712a6a266387129525f7f70ddce91696425de00f82c3410453d5186c9
BLAKE2b-256 checksum
How to use checksums
0c49eddd7fae43ee4ffaa47601740e3cb9eac2d5104b0fba004a8f45c8900b32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp315-cp315-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp315-cp315-macosx_11_0_arm64.whl
Size 785.9 kB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e5537aee1d2be26856718ff0da63307758cf49e12d71e4a5626251881f2dcf90
BLAKE2b-256 checksum
How to use checksums
6424b4774455f0124c7caf664d2615af3017a10678d7cb1563cb04f01e911f82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp315-cp315-macosx_10_15_x86_64.whl

Download URL operondbs-0.8.4-cp315-cp315-macosx_10_15_x86_64.whl
Size 788.4 kB
Tags CPython 3.15 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
ebd8635317a858c4456f093e52be55d08a83a24638233fee8f1e5e12fd78053f
BLAKE2b-256 checksum
How to use checksums
6507217ba9bf661b90a3e8fbe13d588bd72a84e6684bc20fd57f668d4b72474e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f7d19228d2450be4b4f57015442262efd129745f52c91ff74d6b026ba1be9a29
BLAKE2b-256 checksum
How to use checksums
9b098cfd3cd52b19f5a3d4608994ef9af86ab585054f7d0b34784e6b6f87aaac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp314-cp314-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp314-cp314-macosx_11_0_arm64.whl
Size 787.1 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
15622275b15b0e468aaec2e50e972cdada389b91a5828cab24c057c468511cc8
BLAKE2b-256 checksum
How to use checksums
72ad9100233d1f1b4cabbebf9d7e1e2b26ecb6f32869edb342fcd47a5db53a78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp314-cp314-macosx_10_15_x86_64.whl

Download URL operondbs-0.8.4-cp314-cp314-macosx_10_15_x86_64.whl
Size 789.2 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
281496f31dacc2533c6a24056ec95d15470830f19d648fc1f93a13cb7908bbf3
BLAKE2b-256 checksum
How to use checksums
87233bbd870c09fdb2662fafa33daa47be6cb68a3e5fe82477978f588f916b08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1202dc6c8a815ce70f11960d9bd6086703848a1dd8cb6663a83a68d36988f403
BLAKE2b-256 checksum
How to use checksums
5e353143801fc30a97e20da0709a918ff6f05c41a9cd3009a6a41b18c0265653
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp313-cp313-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp313-cp313-macosx_11_0_arm64.whl
Size 783.7 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6989a2173507780929306f3f1c298ef73e1ab9b3671640dc0bed3f4fb28e8164
BLAKE2b-256 checksum
How to use checksums
bc2253ec3103d1db652eb12a4e8a2e9fbd7e6ab9ec90ede2780ac5b54d1413df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp313-cp313-macosx_10_13_x86_64.whl

Download URL operondbs-0.8.4-cp313-cp313-macosx_10_13_x86_64.whl
Size 788.3 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
c68d79cd64d8cc0d4401ef9a2680b1bf6409143622d3691ae0db22d99d22bacb
BLAKE2b-256 checksum
How to use checksums
818da1cdcc6a1fbb5666f1b979bf88b86fa1148e7acf95f56b79f7ee8494010c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
22217d2f375c05590591d24d098a3cd57cb1d7c4e4148902273c1bd22b1f2ef3
BLAKE2b-256 checksum
How to use checksums
4e70d86e7fed98ce4d8df8b9e6249e0ae953b6854d344b9e2eaf992f6811979b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp312-cp312-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp312-cp312-macosx_11_0_arm64.whl
Size 784.5 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4dca5ad96068c4eb8e711d07a5fd33e33d70149fe7c3a757a4956a842d57a0d2
BLAKE2b-256 checksum
How to use checksums
4985b855965a049f098546fd67a6b6efbf7dc09414ab21ad9a43906d0b9c4df7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp312-cp312-macosx_10_13_x86_64.whl

Download URL operondbs-0.8.4-cp312-cp312-macosx_10_13_x86_64.whl
Size 789.2 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
eec0f6a1c66f13faaa4aaecd887a8366e1702a1590ecbf12876a8e7a89da561d
BLAKE2b-256 checksum
How to use checksums
c54213b5ad724b6ca88c628cc13941bd1568b9be40b29fa8d1ff5d1cfbed9fbe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
fa5f00cc90ec675aac76dc9364b5e905bacd215c4f4388b2b45d7d010f38ffc8
BLAKE2b-256 checksum
How to use checksums
45227ab9f2e38560cad0ac424ae299fc23b2f67f9f0800cb2a59e63ab94fc20a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp311-cp311-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp311-cp311-macosx_11_0_arm64.whl
Size 783.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5b91749a9220b3bf7d8b43b7ae60149fa979130964dac74f660fe5ab9c29e2bd
BLAKE2b-256 checksum
How to use checksums
bf622993c2bcff24b5ccd2ec0904b798e76152bbf63d304edcee67055fd122f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp311-cp311-macosx_10_9_x86_64.whl

Download URL operondbs-0.8.4-cp311-cp311-macosx_10_9_x86_64.whl
Size 789.1 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8422d67e241abef43d836916d0de7a3618a419162e2e37a6ce13fa4fa3c9c112
BLAKE2b-256 checksum
How to use checksums
762cc7ecf1b1cfc6324766529568908e59982c150f56fa0b9f8fd47519bb9211
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL operondbs-0.8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
229fbd2d54eb18b1c11080e75c25e63b5d1125058a3d81dd966a8f45a4775248
BLAKE2b-256 checksum
How to use checksums
95a1adfd3fecd0e6759e0c749103a7395444ac958e36c9fd2d1577649d520ed8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp310-cp310-macosx_11_0_arm64.whl

Download URL operondbs-0.8.4-cp310-cp310-macosx_11_0_arm64.whl
Size 784.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e23e5ffdff0cc105fa3a9aa7ad625acd64bce61e9f8226bbb30f7c8ff8f225c9
BLAKE2b-256 checksum
How to use checksums
66fb074a6cf4200954edf7897a84bbd4f6bd0501ee590df87367b5802bba2d8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / operondbs-0.8.4-cp310-cp310-macosx_10_9_x86_64.whl

Download URL operondbs-0.8.4-cp310-cp310-macosx_10_9_x86_64.whl
Size 790.3 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ae82e7820cc9c0b552d0575c4d6edd32d7da6b5a965986ea5aafbcd3ee403f4d
BLAKE2b-256 checksum
How to use checksums
db8e890238e63be523640fedbf173a829b61fd8251effa8595fc1899c6e9dc0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release history Release notifications | RSS feed

0.9.0

19 release files

0.8.5

19 release files

This release

0.8.4 This release

19 release files

0.8.3

19 release files

0.8.2

19 release files

0.8.0

16 release 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