Skip to main content

Encrypted-first embedded database, memory engine, and agent runtime for Python

Project description

citadeldb

Encrypted-first embedded database for Python: SQL (with JSON and full-text search), filtered vector search, a memory engine, and an agent runtime, all over a single-file store encrypted with AES-256-CTR + HMAC-SHA256.

Install

pip install citadeldb

The only runtime dependency is NumPy; embeddings are bring-your-own.

import citadeldb

db = citadeldb.connect("app.cdl", key="passphrase", create=True)
db.execute("CREATE TABLE notes(id INTEGER PRIMARY KEY, body TEXT)")
db.execute("INSERT INTO notes VALUES (1, $1)", ["hello"])
print(db.query("SELECT body FROM notes").to_dicts())  # [{'body': 'hello'}]

The Python distribution of Citadel. Full documentation and the SQL / vector / memory / agent APIs are at citadeldb.dev and in the main repository.

License

MIT OR Apache-2.0

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

citadeldb-1.11.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

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

citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp314-cp314-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

citadeldb-1.11.0-cp314-cp314-macosx_10_12_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

citadeldb-1.11.0-cp313-cp313-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.13Windows x86-64

citadeldb-1.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

citadeldb-1.11.0-cp313-cp313-macosx_10_12_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

citadeldb-1.11.0-cp312-cp312-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.12Windows x86-64

citadeldb-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

citadeldb-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

citadeldb-1.11.0-cp311-cp311-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.11Windows x86-64

citadeldb-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

citadeldb-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

citadeldb-1.11.0-cp310-cp310-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.10Windows x86-64

citadeldb-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

citadeldb-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

citadeldb-1.11.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file citadeldb-1.11.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.11.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for citadeldb-1.11.0.tar.gz
Algorithm Hash digest
SHA256 a54ec4d8663b571ed17a0e7e8d65cb3351a711a7314ed42264a9d6299488098f
MD5 535fe2704320d91c37717883b92d33ba
BLAKE2b-256 6752041db8f0c6eae1c68a9e4c6e9d39c9cc2f91e23e1548a26fbd669283c179

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0.tar.gz:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 804bf4df92a771e63cf210692e5a07989b3c5ec56beb0989059af434dfe6a6d5
MD5 41935c192c38decf8eeaebf7214ee2fc
BLAKE2b-256 eccbf173ac32388acbae6f10a3b04b07506d8bf162049b8244dc8703e5e99c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02ba6475462836af70d14359fd8db5dc83b5f95691fa9bd3298e0f7ab1ced105
MD5 b5a572164eb93f6de92accb0557d4a65
BLAKE2b-256 86c7df4da2f94f75d44056c1f51f2c4274e12520c45762b3b215b038fb58b56d

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77001ac38971f0f08c84e11840641f1108a4d987b7a50acce8e39d12938b350d
MD5 dddbf5d128566b2628971e39ff57dfbb
BLAKE2b-256 e5231ea3592f1475257b881aaccb62b5d3bf7d34f92a3f27b5341e0b6ce82eb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a16198cc6aa06478aae7bea14773e3777518397d6d485852e01da6bf98b913fe
MD5 689634cea1f80c9e958ccce53eae3ecd
BLAKE2b-256 809a39865eae47a95c2517e25584762532e6b63dd2fdf55e3c32b62a38c03caf

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 188cac88bb58f19f00b597c8f27948b17b6b4cbd858f2bc5c6d917b38f25fc6c
MD5 ce8840838f5feba2f6db038cdf4d3229
BLAKE2b-256 f4c2df094446d3fac38c55e496eda7458f95fdd2329b5f8b6513a7aebc6da90e

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c41681323a2ddd6527ed2e1d0babe39fdbdff877cd78d84e389931417686bcb0
MD5 ecf6a260d3a9785d7c3e640532963b34
BLAKE2b-256 0c442f106bcf77e1a1f8cea82895104f53d7d126a9729d1e4b672fedfb67e7d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f1b282239a7ac05826d4274d9a4a9547619a1e12062c45049384de542e83f56
MD5 9d2d3214291af97171623d7e4e519928
BLAKE2b-256 06c3b42a231378f12f51eaff55b7157060f68c0d99aab361b2733d3bccc45a12

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f339378771f5d20a2b81015dacbea90696b0051892b4c9e9c7b90f05bd1b28f2
MD5 42b7b31b3fc9d2624810f34366aca631
BLAKE2b-256 aa6b09dac1c1f6888d667f3e3ce09badcee94faa041133fb22ecf816eab596f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.3 MB
  • 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 citadeldb-1.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 14b2d9cacefff3632ce51ae9873e4221b5713fe30f8ff01be20ed9a5144f0774
MD5 591085cc228301d76227d64a786871e4
BLAKE2b-256 de1d0b104f360d92e4620352c2a7df003c815d6386c680726e47add10dd8654c

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314-win_amd64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0acbf7932cd909d7a197af1c1a716c6b7a8e2915977985fb784fbbd14542f9ec
MD5 63fed5063d6c7c91f4a8ec87ea056963
BLAKE2b-256 741febef57a6db1b94cc7c78a84e8f98e368f497677649de9da206169d003ca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7f15bfad771787358d721c98f3f7041f38d9a2bd92f0a07a534ba92779752fc
MD5 74bbc272c415c54121faabc44d3df87d
BLAKE2b-256 26b80982d4b1f5216f64a2a38a3fa0e900e0110705e01a36ca12fe251b3500f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4544f19fd578828df4ad9c047bf45837de2663eedddc4271c26c60daa93848ca
MD5 8bddc74d7e06af27fb3de142ad2a74c0
BLAKE2b-256 46f4ed2688826d6cd8bca07061cdf7e250fd3e418e113cbd79e38ddf4d530676

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3afaea60f1ddb7127408c8ec050a9c7c18568b6aff621da683a83f8b537910a0
MD5 7bf301a6f5672e828fbcbd3a6bd09e54
BLAKE2b-256 0b999ebdafcd518018b0bb68246eb79658ee6ac7b6c34a42ccb7b8b0205aa330

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.3 MB
  • 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 citadeldb-1.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb4f06066f4f30cc6b8aa47e7423ffe1f26182da262b9b5a8c455dd2e3839d26
MD5 a303c4ed3293b7360501151e0655e8ed
BLAKE2b-256 68c27ed927e7763dd12c881701ef6699c569a37f1b90cc55d35f1b1a3b535916

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp313-cp313-win_amd64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81d1f7ac25f6db9c9f491a051aefd84695938b26f9d3ee9d33751b825e95cdd3
MD5 1da219cc34ff96658385678ded029c30
BLAKE2b-256 21dfff0659625138825ea747074b9c24a6403ad8bfb55cee1aa22b289476c495

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6b0ff9fb9ecbe7f3b87cf83348c182ef51a64af3a1efc4560db528072c45cc0
MD5 890ab577952692dcbd22e460c9f6fa04
BLAKE2b-256 04cfc605525e9b2c9eee996bcd243bffc7f17e918d5a4244b6a796abaadd7475

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5adf7b273660eab96c7467727dc2d79165103fef969ea6a2a644fed747a07ef
MD5 a30180129dfc3fc2234ece31e5a28996
BLAKE2b-256 1337a8a6bbb1d2651913ad53d1480ab47bf2514ce772ecb0f22ad5c7b3042f9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eaa2e40e728bfbe6dc45733136105d39052381d2e375957579d269e46317cd73
MD5 98d8f143485b6f0be621e05758e17daf
BLAKE2b-256 062957803790c153d43f49f13be2178fd981eb8d31fbc1e35d120753aebbef72

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.3 MB
  • 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 citadeldb-1.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f6600a119cd890b335c7e674fd56ffe6e18f0339f6063f3d88b9f232ed3ddfbb
MD5 499180f7c72faf968fa63befac789dd0
BLAKE2b-256 b633224aca17e46de2a5fbc0517d39259ee215d2e7cb3e16cecc7761978899de

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp312-cp312-win_amd64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1d48c8f11b87683bff49b1e06dcb6e5073bb601ab61bf7537bb730cf267d785
MD5 f7253221cc3019126d1a3c400957b976
BLAKE2b-256 2aefda8e7a945ecd96992cc9b79270743cd8a692c3517fd47edf3b96156a7370

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d448e9cf7d5ca01d7781c601d27efef0f4d0d8390d0e5eda763cfa8ea8b01460
MD5 596aa1d9ad6fdb56c912ee7391f4f033
BLAKE2b-256 d5799d22183ddef01aa75e4aab1a863d32bc92c30db90d5e9e42ececf29eda16

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb03578e9d92763a0ec65c0fbd945117d167a3ba998a3f1cb9f3c552ed61c46b
MD5 91fa426bdb793e3f5d5e56ae9723d773
BLAKE2b-256 dfa3ca6791ec6ead1f9d291d0511e41a02181922a62f5c2cca9197aab357c4eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e35a914930cc35dd9ca6e44e364e9092530b2c1bb9072d434b83bc8a0a2ebd04
MD5 de1d5528c2fe65f98525c25312632734
BLAKE2b-256 376d041fe48eb3651d1fe99c294b313e3ce5b55b6ff313daf1728e52f1e568ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.3 MB
  • 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 citadeldb-1.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd888b5cfae9bdcd3e1119cc3b6cb66a8d9de9a30050b6d2d1f24cdf4d90b0ca
MD5 978f8e30506a362c0f6bec8115bb5e33
BLAKE2b-256 7484ce8da9f8ff6c6e8ee6950d74e6ba98be142da45d23723fdf928b2f8a9218

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp311-cp311-win_amd64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ed5dda779a0d9d1d4c0b94dcfd2f64410f9ac3c4eab9033d241bb9831a63934
MD5 343b1b6ce0a368d7d5c8b4c8b505adee
BLAKE2b-256 222d030670180e2e21a740d21eba23e6c294a60e4113f71f3a100f5b6d2ea454

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71efcf05d794e106169e5528015b37d0ee070b744ae0a3242bf8f8a32b4e8bb9
MD5 3df44bc47ffe3fcafc40bc109bb15115
BLAKE2b-256 e7751321a8dd90497cbca0f3deed8150629f3a9796f8ec6cd858313494d4012c

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69cda810d3723f7b7bf2235f8cf0ad6d42a2f7f07cdebeab1199ec97a65953d6
MD5 8a4896e686c46eabf638c08bda7c1497
BLAKE2b-256 afdeae1ae5d31e81cb3d29b107edbd4e1b25e019731eda6ffccd9f60fc012a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90e9dffe43eca5dba9f3b590d9d3ff977c2ff2b9b8f28d0e2d6e6ea44a4b5c06
MD5 f4acb7d268188ce9b5df803d985585a2
BLAKE2b-256 9ae88e39ecbc03ff6d75c7db72d42aa4342857c0fe69bf2deaa01a6d877f2fa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.3 MB
  • 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 citadeldb-1.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bb8f3da05292845fa3efdbfe1801f1a8a44f9e65fd3d18f6dbe660962eca2edf
MD5 dde178da5ed224d53e5d6e53ba7fbd30
BLAKE2b-256 4234e13889df4e885612f3de11877234f38252b0254369994b2ee871814914da

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp310-cp310-win_amd64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c58298f42998831abc5062d581fc89903140ecf77376a3eb6ec833d9646970cf
MD5 58f47bfa467fcee1df8a1767dd648551
BLAKE2b-256 6a781c745c2d1bd6b6da75ef2630cfbba1f9728fe878cbfeaf576c67f42f39cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbe6f6ea8017ccc5f7293ed79edf8a2797eff72c7f3c529ae113d02735a1737f
MD5 3960a6306b0c36c0446c25e23ee32986
BLAKE2b-256 cb92169a044c23b4248f80a6a366a8a71d354c7f3075855261203058469871b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfcb91e3f5e974502894e5d62f734222ec49b5523e630b6db26a18d65d3d515e
MD5 221ec8d10b190933a7dcb1a3afa01668
BLAKE2b-256 89490f875fdffa827d1386225b6efdcf40d666546cede1c0c9586c072e70ad65

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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

File details

Details for the file citadeldb-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1b536ed539b0dfd73fba616e7e851215aa39e37b96c71a41aeb7b7f37677a29
MD5 4002083731a245d7cac87fa7fdc6414f
BLAKE2b-256 38aaec74b0cefd3013e7264d3b30d2cf0c1b65dff3b1cf0f2edb5cecae5aa839

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on yp3y5akh0v/citadel

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