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.8.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.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp314-cp314-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp314-cp314-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

citadeldb-1.8.0-cp314-cp314-macosx_10_12_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

citadeldb-1.8.0-cp313-cp313-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86-64

citadeldb-1.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp313-cp313-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

citadeldb-1.8.0-cp313-cp313-macosx_10_12_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

citadeldb-1.8.0-cp312-cp312-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.12Windows x86-64

citadeldb-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp312-cp312-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

citadeldb-1.8.0-cp312-cp312-macosx_10_12_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

citadeldb-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

citadeldb-1.8.0-cp311-cp311-macosx_10_12_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

citadeldb-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

citadeldb-1.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

citadeldb-1.8.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.8.0-cp310-cp310-macosx_10_12_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: citadeldb-1.8.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.8.0.tar.gz
Algorithm Hash digest
SHA256 b2404c55b9b1451637b9038b061600b7a97b15f6dfe9db9309e6280ee4131e14
MD5 d8005fbdb6ccec1e9dfba1801c3f72bf
BLAKE2b-256 9576e7ade5da737757ce1bde376e162fe1ffcbeeb9821d1a6639d2e2c0e84d45

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2446f2728c64b09c1c1edd9816f7c74285ef1adc8d314929587fa7d1e0e4db8a
MD5 81871cedd2ba75f10f2ef404ad213b1a
BLAKE2b-256 bdfefa84ca6af2c383c9aea0395ea126417b7c177a053670a587653bb8c80bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4f4cbbc4c35986d72bb38679720862d8c70e09c69dd090264163b30321fd946
MD5 2915177a4a7d83219e2d6b4a52dc670c
BLAKE2b-256 942cbd0e2578889a66d9733337da08ccb09d958f12987cf8e70f2dbfd78add62

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 debddb0ea34b9c7b7edb44de5bdf3b6802f2648524090f1869c04c66484a9fbb
MD5 558996c31cdf96f5278ea851fd96c3fb
BLAKE2b-256 9538fd7be1fb50164f3b8950b4728306fa767a9d068427f666d11381473270ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c99b1dcd3642624ee033d2fca696ab0bd34ad173102fc55b301d80b7d84add5
MD5 e3c1215800549c00f4689cc76d3bd7cf
BLAKE2b-256 4ad7c7e7631523363930d7869d02692f7e519da230f0e2dea846bf806e5b0941

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98310d9e2fef1c7018c65ad67aefc2137f481295b1764e76cf1ab7105c754047
MD5 d6372c0c4005905471f4c11aecc7d596
BLAKE2b-256 6922e4bd789d1d19fe0f6a61c4697bfbaa645bd7a17a32707111a44e0e028a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 378deec39ad2f7fce8f7cfe40ff8ee49acf14324fbcc0dd18172c3ce12b5854e
MD5 489525564de83d5637cf1b9d7de6c81c
BLAKE2b-256 ba91fd795ed7723ef95f7c4627d7110934be5b92bcf35c47d58c88008b7ef1bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c8c81061cf8020cb0caae22a8661e998742d48e7b06830417a3549949a68276
MD5 9860a59b00e308f09752f7b84eea5853
BLAKE2b-256 22afcdc13d236014936d0e3a3ce31170437803229dc358bf68d19648b2f74580

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9118f0731472dd93b1792a6ff1d92394028d2ce96350f93d38d81d364a3456ad
MD5 d10cd76925d6800f8fb72945ac0b04c7
BLAKE2b-256 4cb44167c587b2bd8d97b21086a6e927f0484e6ed4f9548611130eac3aa05f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.8.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.2 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.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 118154cd4d0a106c1bd6c2bb4f3c1539dc4bb405070551437928df9e0c6785af
MD5 8094be85662590e08ebc80d6c6a307d3
BLAKE2b-256 0025671253d7f85f83b1ea801147cc0028c8dc0dbb755792cfc9ec1adfd1b9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df707c9193da6ab816c1115d827e5f56bb88f4a033348b9d76472b3c3c2442ad
MD5 76bb1e77ca1cbf1f5bd0638499765457
BLAKE2b-256 05f2a2376082bea54ef887e17201e136b59db0888810389b62304c952049a3ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9e4e468b6bdbeffbe2764606801f27002973a9966c650ea28e4448208f63905
MD5 3e9ece41e0b642344973dec70043fa81
BLAKE2b-256 cc20f7705d1675a4d9e168a05f82a0de4ddccbc2a7c7e137cebdeeea8a0ffb39

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce9d862152ff112ab0ca2751f636e028f24d31db33231bf582dfb6b2e84897e8
MD5 4826eb2b16429eaadd88a004767c0310
BLAKE2b-256 54e5bc07d5196430090a805b3ec068fefa9449e42d1167c6c318665245309743

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67ebb7a4fca963303c580ac33c27f392f12cff2ef4893ba6a4a96f06cda1d72b
MD5 538f4798c318f3b38e21a3aa5c74290d
BLAKE2b-256 2551de99093fceb8cbf9f94357e2eab3ba41ee94d974ed2f6b817cc3544bd50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.2 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.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 24daa30f031b820fe7359eb47089fb5b8cb173b62d6dfedf2d3ed56267006bde
MD5 760cd89a43a75f543ee4c4008e95e4cb
BLAKE2b-256 f710b0824650e8744dc1f7f9337e3869517a21b68fcd0feeee3b2f506e94f5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 104d381099a6ad00bb46e0a63fca68179f9cbf91bc8d54a6198929a00d02358d
MD5 61abd13f23c8792093fe1f296ee35549
BLAKE2b-256 f8827a6ee35571c6bae674660a79963bb1cfe48830232c0f73cc775e31b9e363

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afc65accc59755a5a61b2fcbe7147db5e9526e8041118c6627fd394664a5a81c
MD5 baf8027b387f91988ac6559ad48c1a7b
BLAKE2b-256 49e0b95e72dde8f97b744e0cc8d89795a9a9657c69ef9ef35c154f2821c11578

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b089ec5dc2a3554d9756be70a4693e6734cb2fcf478c720cbc555d90ad63ff0
MD5 3470838a413f598783913a27a9507cf4
BLAKE2b-256 cf05d8c4b5dbe9e0ab7b6f8804b3b6c11edc3857c0ed2ac68670a95efd8d25f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 19569bcfcfdc7ad83e1e4aafee345edfc46c2ff70475490bb8f6395c04f35168
MD5 8d75b52dacbd06c1dd9d3be55a27a78c
BLAKE2b-256 79c37b88b93a6885937785638d634f410f682abd91aeecd7c16136d847a68305

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.2 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.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 783e513cedf6689844f47f6aa8bfd10fa8e310cce9a6f45409da4d32354b3ee8
MD5 e01a958d279de0d2237988f0b1d6008f
BLAKE2b-256 f1711c846715f1aad1f2cdc8666be76f8b259c57545ea382606090375bc8b49d

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7ad5113df16881d2b1741aa9066c733149892ccf56871f01d94b44f1cc0bf32
MD5 f8c1be613aa443cb604a1387c3bd0e5a
BLAKE2b-256 73efdc6f84bc9932afffd2daa265767d0008bcc9fd4bcfeb1d620776fc8748db

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 311a3255fbde1ce765fd8d3e1173ad71d4179c2b916d5680b58af94198e8d064
MD5 9cf4400cf73bfac87c970da117137137
BLAKE2b-256 880fe8f56af0170f0444b3faabff2d1c6d9fefdb091828f83643b3c86ff47173

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1653cb2171ea10dc5d934b7c15db8ca1920ef7fb647fc606352bc837c41f226
MD5 b4b821cc0213daeb06875cf5ef7b3cd2
BLAKE2b-256 ac4cae9ded256d9c5175508ae66c83cec03d856b71c34a9ddd392c9922f77c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1e8bdd08c1fa0b373e479471948b0e4aca3c3586ff23a89b8362fb99e64805c2
MD5 ef4d356809b1cbf81c047654cac12662
BLAKE2b-256 b3e19726fa84efa25b8fe3bb9a89c836d337547b9e511994bd5664fb561175b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.8.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.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99b9d4d9be22f45fa12f7d6b505c33598393ba8ce80a26de2e374d20e8047976
MD5 88100ba7759167eb9e7bdd596779185e
BLAKE2b-256 40fb0e7b690c1d6488a809a8cb5dbd23becd78e62c52c46b2977a6632571b789

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d1ecc5e113806d96e8547d75bccca382aa833e49602704f1c24b68a91def68e
MD5 4da5776f71af4a3eb5706503cbdd7ee3
BLAKE2b-256 7423aa1fddf3211d4416314d008df1ce6a14fcc3c7123735151c3476d35da62b

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07c74797a9a4b25133fd24f0bc0ba36c476af57c003d409c68d2142ad1f89e99
MD5 09ceb61e2e9416a86f3bf4e4b16508b8
BLAKE2b-256 7bf06f3c8a00ab0e344929990afc913cbe7031020e90541d6cdeb29873f2a225

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04d97c87a0e581ebf7c08bda5e158465219c2e7c78a2fd04731076031c036a74
MD5 0e6670eaa660bfe7b4a8e01742e8e6a3
BLAKE2b-256 b9912bdcbe32ddb5a0094773628f9e202550880df081e734a1ab8545a811cea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c07399128682fbfd2f9dc9bc22819b86ea93bccb51e894949edb2be75b6d3890
MD5 9e9d2eb66853465e6cf9db40c1ea7e19
BLAKE2b-256 cfa22c0e1eecace9ea4785bf8bfb18df4e0bd9ef746b5fc88bdb64cc60a382c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: citadeldb-1.8.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.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3c54d1aa30d58ab43f1099dfac668b26a8b1c9cb5667ba310220633bfd985984
MD5 93b511ee445f9e03219d89d10c4c817b
BLAKE2b-256 2582731ee02cf51733b74e2002adca90241aaafa788ee2d4d53578df5f0ab59f

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f415c995b64539553733d9d5502ced7fbe1a5e7c797a8fd0571d3dfce9728f41
MD5 9002290a6feec24f5b63b38be9eeeedc
BLAKE2b-256 6f1974e5f61967c6375c3c3e84433653acfb12c8f156884bf471cc73fdb0ebc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8135ae47c31f481374a48faa54dc253fdb149345fe78942a71d4a512efc75402
MD5 61a4ce65571d26d60133aab2213ccd56
BLAKE2b-256 56dcf6d009a215a07ca040af58aec7bf8c672f95fc6968040ea7d27d1f8a04a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4c4ef604b79d399343300a32eaf9542b29e70e73558c8ad2938604fed8306e2
MD5 0a542c4b95cf74744ca4df5b726542d0
BLAKE2b-256 72845db161f8440f1d2b446ea9a4a8b8e1670414890463bc0d9061b77a859998

See more details on using hashes here.

Provenance

The following attestation bundles were made for citadeldb-1.8.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.8.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for citadeldb-1.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0afd50bed6c951984dd8e3364db0bbf373780e494462e179cf70732b6b88708b
MD5 91ac8a5cf2cad30eb6124b646be937c9
BLAKE2b-256 c83ac462149d57d91071f74fc884fe04ee2bb155a0848070ca1d82c3c8b66218

See more details on using hashes here.

Provenance

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