Skip to main content

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

Apache-2.0

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.14.0.tar.gz (1.3 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.14.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.14.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.14.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.14.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.14.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.14.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.14.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.14.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.14.0-cp314-cp314-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.14.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.14.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.14.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

citadeldb-1.14.0-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

citadeldb-1.14.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.14.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.14.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

citadeldb-1.14.0-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

citadeldb-1.14.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.14.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.14.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

citadeldb-1.14.0-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

citadeldb-1.14.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.14.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.14.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

citadeldb-1.14.0-cp310-cp310-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows x86-64

citadeldb-1.14.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.14.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.14.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.14.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.14.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.14.0.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for citadeldb-1.14.0.tar.gz
Algorithm Hash digest
SHA256 0b85008923126f61c529f88d74593c3638d3e9d09ea7d90dce15a9ecaabcb4c4
MD5 47b25544a39de7cfcb30ad71cf8f863b
BLAKE2b-256 706f0f3ac74a0670fe612bef11ecf9890b579a327a6b673c50c82687ebab16f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76854c50216adc37038eac2d40bd35017fa8581f26530b0102351da36f7fcba7
MD5 b28922a52c274f25d0c604a84071ed63
BLAKE2b-256 99b15b516237b4ccf1e4ed70297a4b99b104f82e373813f43fb3760d530115ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5be65a3e89d7e2354a99272ee5070cd908f0524af5338310e372ae03e4df349
MD5 d82fc81f2272a47f241d8dc0cf75f8ed
BLAKE2b-256 ce34bc70f40df7f9c6e552a540bd351fae05b734af3034f66402814d41e07602

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 640a8348eea33aa700f5c0e801ea231515e3aa1d9cbb2dcb58f8ac6f42667eac
MD5 9bde5d0585deda7a330dfb28e1daebd1
BLAKE2b-256 2b936651bb33e53ee0c86a94918fb7c7d3d01c9ef539650c3631b98132e74451

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d96b9bb5f9d8acb69c3e839cef5c9589669b679ba434c2bc115291e1c21087d
MD5 d7ac0bce65e8a5d64b98b4ed20546656
BLAKE2b-256 5e214f999a1f6374bc563b20da221fbd0c7179cb8a5dd8ad93bd1e1e327ff0d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db7c20872bcc4e2156304fe41c8722beabc3dc915ffe1b69af9cf127cc7f7a8e
MD5 5327ddbd2ed2cdb6af7eaedf4d7dff28
BLAKE2b-256 5e5c662d8d2556e5fed9e35cfa9885e01c7a4b07279219a32c1b75d138046751

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58fe92fc3530de12f368492ebaeeaedb07a878b1303b450f853563a86561b19b
MD5 1800ffb4dbd1637903a2bdd2bac6f419
BLAKE2b-256 27afb86257be06d9c8c6ebd5e87f602bdec19bcee86c4a0573b787530a1c9f2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c89a7c3bb6abf6f8e80537b18b316040fbed2198fc2fadbbedb127f9a16752b
MD5 8da072551ec0bc11fde15d0b62f2204e
BLAKE2b-256 c376e5fde85c03d3c3c2aa33db603a072e156c2aae840da46a23711171a97ea8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbdaf3489fe1ade6d587ca821d5e2c79d64bce9f0c540ea422c33a8a5d57646c
MD5 5e082f504d7e61cde4afaea13a0fc99e
BLAKE2b-256 76590751a08046efaa7877ddb2bb968c2c2030b3cfeea4da1b1f8185b7bb0e2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.14.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.4 MB
  • 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 citadeldb-1.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2d2292b5678b668aa882a3978c8c87843c100591bb5b0e52ed388e62c75e1eee
MD5 f2211a630c971af9dc832c98a1978b16
BLAKE2b-256 45ed96614e99a7d324cde5a0cfbda70f384f777761678f52f110a8af20533158

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c909346f9df3d2dddd6c57948c4d2e2120a87ecb6e441d4a55c867d587243e03
MD5 954968fc16d1e9eef26f5322487c7da7
BLAKE2b-256 46084a476323697158a030d69383158a8a0565180e980578ffaf610aefdfda5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 437bd776843eec5a9f965ca3fc06dc4e64070740570ec50657d17e2a6c909eae
MD5 ae6108b21dbca43b993a32422be1896a
BLAKE2b-256 fc4a257ac3d3d4b20bfd9f4abfcdac4ee091ea2f82706e6d75267aaa7d7b99c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f97cba6e25f924574bdcfb4b60cdd1c111027ceab8f4724515bc0b409b90cc68
MD5 9fbc3621f7e707534cd19419bbe69b78
BLAKE2b-256 d40ebaacf7103925b32918c840bde7b320e40be937434f05dee02264b9a144ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1be66d03a64292c7aab83e8b4bc1ed6acf7792a43a2ec90eff56cedeba75e934
MD5 950101afe3cf470ea258696cc9c0ff74
BLAKE2b-256 1bd092575af0df9ff8d8e38ee990a92b861e6ccb935b687a7478b889b30e07dc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.14.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.4 MB
  • 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 citadeldb-1.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 acf8e465b2cf7653f5395213b28a30da0e5438cf08e5cc6530576b057292cb38
MD5 1bf0bf3c76475b1d9e078e7a47197a1a
BLAKE2b-256 97547fdff0f26c3d947e1fac60dfe1b61886f35d27c413d53daa30f4bb179d48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa2a7a6448b8fdf00a0aa19dd4cdaea5c2bffa230391aa3c1571fecd58a5868f
MD5 130414cbab4b0c71028f1800c91742f6
BLAKE2b-256 19006af9f8f77b8a7ca358499a4b21f379784fa6b4afce2c113dbcdb223973cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f304ce3bdf683d5c1624d1b710b26c57f950dc2749ccb75ff126770a93d92dc
MD5 646eec1a277f6ab63ee5478ba462426d
BLAKE2b-256 d81f942c60e72ee98854634209dbd9909889d2e7f8274e4a791c5ebd8dc9b6c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 adfd1f7313f47b10bd77f7465ba466c0b0ca054866674e1a4199b32244c12d3d
MD5 5f86199143d69d6702fa6baa11414c30
BLAKE2b-256 dfa5ec0c79c58f10c47cb82224e4b59cd6a217a733bfe510d304591da082e5b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a5df333502df083e10564ddbe176ea218d11ed9fff0e7643f0f3c3fe7e828170
MD5 bb9d8a7819b138e0619cb67e309fb767
BLAKE2b-256 28ca5fe2fddf1ca396568001d2296f0ba7fa7461b737b8f2483aaeae0ad4f606

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.14.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.4 MB
  • 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 citadeldb-1.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 152398438c6b6a33fb172b02bfbe41945bf7e796d8e60190744e9db54f664587
MD5 a03ca60c8fea3ab8a0b9bbf48f180d2f
BLAKE2b-256 75b12ca7223dce221dd51e08dd3abf66dcee20c161ff13ff3b5653c3a805a97b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a79c6ce9a9c2e7e0317f7c885cff5565e1ba59b429473622337a7d676c376e3
MD5 bab98ffb33c0145559669600ccbdd085
BLAKE2b-256 4d6173467760446be43f92c3979bd6cb9921a95b112452416899eda579c32846

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 595f368b13879cd160e66286c7878e4297d0913292598cddf2590e766b154d7f
MD5 6cb1c6d7c0f84fe83da2254dea55428f
BLAKE2b-256 4b7799889cf1e02c4bce5a9e31a748d172bc01210a10890e7e221e19636f592a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22855f0ca5b5de78a94c6afcd90d9ed182d68e6bd4fd94d8ce369a93956075c9
MD5 41ceddbd5c95511e6b12f888cef58e89
BLAKE2b-256 1df4ff4637a0a32a66b608b10b7e712700afb29dd3ac87fc46ef0246b38286fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 082e99344558ba007550905d27a47c88058ef8e74494783cc99aa42f97c506ea
MD5 00d107aa11fb640fb96c73e46ec603ec
BLAKE2b-256 8ad2b5c18d16c0950b6bf5cc881483a43af0928bf2f26603619b796142781431

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.14.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.4 MB
  • 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 citadeldb-1.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f7ba41ef403bb9af14efd80e1f291e88d7be07a51a807c0403b468abebe94e7
MD5 47a7fa257c1ac70380d2b3ccae07ccdb
BLAKE2b-256 527e5f2fcaf13d5db22b3ed7425d31f2bd96b01343dc76bd0badbd03469c77c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e22f452ecad938ba59530be22f5d0a4e08155148f7d97e2abf5b6d59e2f02d9a
MD5 b8b611d84496e100c26b5cb4456abda6
BLAKE2b-256 1661c98ae177635cf48c4c831efffc8e632579ba7a922751a710a351ab1c17b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9e516e2dfcd176db4904f719e05a75a25f76d564cc87e2aaca29fde082bf5e3
MD5 5640c3fa2c591240d95687018e8e7493
BLAKE2b-256 50fd5c10dbbdb88c3e706a177fbc913f1e10c34bbf08a34ed5b23f1388394662

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1619c51314cf9f7550e7e95eaba352a8a044546567fab94d65465a8beafa3975
MD5 f88b25b391ca10fa2d11c45ed44cbd4a
BLAKE2b-256 ac30456e09f231de50743ad0c6287f47cb6535d85b06a99c2fd22eef134ad169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2991905c4d6b25a7f70f7b75e2f3bb0589fea80e0478dd220274fbe04119f13
MD5 ee6152fea44cbbf77edeb1cf47e379c3
BLAKE2b-256 e8b25e972d26c5dfacb7f1a6afb20f05fe5463bd60c5dbdd3028d963506c1a8a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.14.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.4 MB
  • 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 citadeldb-1.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 35aa64d88903d52695373779484fb6b995f1a06f0712ec1828ff771302e1213f
MD5 93fb6b9e1e7cceacc1ff09b9e2018f77
BLAKE2b-256 520427ac011d899183e47805a0180c54e1132c7b7d7fd0ae1952985646b482bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fce11fb840713a03112c4c2a9c4bf18cbe1a130e4aec59ad25977034355e57e9
MD5 41d95f4b9e9abfd8d7b9923d8c5f92b1
BLAKE2b-256 684c1f7fb5c0634e9aceef4306ebd7f9c2a0bc746b1697ba7757a3f9e1f136aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 359f542f9b2281dad3c015134244b94caec23c8b40e3f6fcc0a710988abb83ea
MD5 badb39a2850d23c52a22b4e55997dc71
BLAKE2b-256 f467ceb07ac2143e2d0ec95728724ce8b1c34fcb25ffce9c952d529f6d2b0eb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4118f94462d8f7dc6c9497abf8bef641f63902eef5a0c4c25e5bdf11a9676258
MD5 b2ff76fd5f920e4c52bd5cf72761dc43
BLAKE2b-256 46084464aeaf3332b1fa99a1b31082cbe2b5510faf4b5fd78485aef351719fba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.14.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 39cc960661143895bf8ab1b3a48eae6d35ff08805883b4f96467b48e4fe7aa63
MD5 8760661f31dd3e24b04d99710e89688b
BLAKE2b-256 4ef8028e8e467831d60b088e17748ce9da8037342b32804f21e934ca3890e449

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

2.5.0

34 files

2.4.0

34 files

2.3.0

34 files

2.2.0

34 files

2.1.0

34 files

2.0.0

34 files

1.15.0

34 files

This release

1.14.0 This release

34 files

1.13.0

34 files

1.12.0

34 files

1.11.0

34 files

1.10.0

34 files

1.9.0

34 files

1.8.0

34 files

1.7.0

34 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