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.9.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.9.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.9.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.9.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.9.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.9.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.9.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.9.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.9.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.9.0-cp314-cp314-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.9.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.9.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.9.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

citadeldb-1.9.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.9.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.9.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

citadeldb-1.9.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.9.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.9.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

citadeldb-1.9.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.9.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.9.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

citadeldb-1.9.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.9.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.9.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.9.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.9.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.9.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.9.0.tar.gz
Algorithm Hash digest
SHA256 8b9425d3f4e37f9789bbe464f06e7b49ff075e5734bbba8be466795886686b43
MD5 83b80ee03e84d0a0f9447110fd532f19
BLAKE2b-256 af655474f4485c782812f97195431aa92f20277707d2547bd56c14716fd4bfb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e83a35e048f28d1d2941ae8853037b46b799ca3dcdf7133760dd5e32fb4daba4
MD5 e402baee4e1463acbc20d8288f113c6e
BLAKE2b-256 0b2bc00f50a25a29046e54928fcf04cbb565cb46b487bcd81808a5243d2b9939

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79c435f8c31e599b40342cd5b9c16676dde7f06b29e421fc2cfd6d6ea218767c
MD5 7f9b652bf0bc6da33d2356e479acf27a
BLAKE2b-256 21e24c9beeb68b57aeb7f70b960c750c45f864ad6e5d42f9c4a8b8e7277c45a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8581733bea34a479bc30dd5186349f12f156f3aa1e1d076f4374745a28d8e60
MD5 b14a51861d91e7b7ecae1efcfda44c1f
BLAKE2b-256 c275bac88f8f539648e907823cc097717ce29b93387288025cd5b46f7aa0f264

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f7c5588e58b23a34da5a9a446e35dc3676c864fac82f9f3a3cc187d981686aa
MD5 3d1773539aaf226a91e1902f107300ba
BLAKE2b-256 d1ed31e76e0ca6e2d5cfa8d64f11164a99cb4a0114a638177adccb35b1fcb2b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f44a63496f1b81a1b269ed533b8b767a9087fca7e3bea8d9769c62841fff0742
MD5 588dd427ee7bcd66dac15758ba9a121e
BLAKE2b-256 205e992f67eb52e9933aaa470b37d2f0b5dc100fbe0244843eaad87cca588559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e234461677296ba0b817766282a3d637b8aa36c170e6826c59e80e32b0ac92e
MD5 0ff0574487faf9c6687fc050ab8971d7
BLAKE2b-256 0e5db81dc6fb7cb1eff97bca325b7aa59b47924cccc5f7b816b0f893434bc3d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47e6c6262ffcde362ef30f15a2268cf89ca54d32a1a5235be4f1a6baf15ac19b
MD5 157b572068d3eca8ed2e96bb5b51b9f4
BLAKE2b-256 f16d8250241980aa81ec16f550829a3587fd64f3eb31efba632cc30f6ff161f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c96d11fd7383470cc78dcd109bc5131dc471bf8e08550203bf8bd4b57c8e5ec
MD5 4d6a6d5ecc746d6f854bd84940f27687
BLAKE2b-256 fc20945c0aae86f6d3c933679c29f88776adae089d64b58aa5b348ace0c0c690

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.9.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.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 47fe1658754be99842816edc2dcb6dedfa7fbf944affb2972b9342c32f03e674
MD5 67cc7422dcbd3648ae1a58d474e984ce
BLAKE2b-256 a545be026356a110dd40af218bbeb82e423271ced7966ac30e9dd42162219d4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 871882dfcc6e11b3c32fb9bfd7d8800d75764c0925c7fb77abf99e3b78e1a94c
MD5 f69acc557843242d6e6b1c112cdb0e9d
BLAKE2b-256 1c352b728a067911eb6bd0a339f582855ca677ee823d6574acbf2ac871b6bc8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c712416586afa9a3d85a8b618539428c725d66c4e7efc10aa5beebe09647461
MD5 4f354009df53d705a3859e005a4f70a7
BLAKE2b-256 9f0e0489cb5690bf5ecdba4614473224947691ea8b55341d93f250099ef9f462

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9104a59544da50402055515b3f9a0b4e6366fad02dd156cf0defb59e7f2a52a3
MD5 136293690fabf8eaf2600ace11db815e
BLAKE2b-256 68bfd3182671a9d6832fac7217ab586cf0bd2469307e0c8a0b363dccb187972d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 311e2583646e6dd008bc699f59afeceb023f16c9f2187eece1fd9bc8ce8c928e
MD5 e49106d67e4f8cca5f120b1e1966bfd9
BLAKE2b-256 e65dd4818cbce2b5a5c55215a484b54b5608e0303a972ef32c6bf2d993e70672

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.9.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.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a9fda4a441f175ab09e07b7eadee6f0d20382dc8e0399ff9569d9ccbc65e4d49
MD5 aef62590710dde480a95379316e8cf27
BLAKE2b-256 641d8ac09ab7659e649084f97cd9c091102708c51e61032bd40c18051781b9f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5872757c65f7fcf94513554b40cfd95ee09d99dbf581f66f2260df93c4a7e5da
MD5 984caf1012bb0d9c4b68d1958393099a
BLAKE2b-256 65e5bfaca5840e10565b9c128cee423daa96f20a0729330b52245611abd84bf4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5045f0e8ba5d5ee3be4b95b20a382ede39dec3aae3e3ce1fce54d41ba058a1c1
MD5 97b06aa57a1da1837fd30a84b04dfe29
BLAKE2b-256 dff9fc45018529d65967a46dabd6838bda43d2c305c9d6bf0ae271be9044cc59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3ca538b31cf1cfaa3ba348cdd24d7f401498e5958afbf0654a239a4f012a985
MD5 7182bfe0ec62d1aaa403788d51eb7328
BLAKE2b-256 3e8c54c525a8aa3bbd68b4eac6b6b7b5edfa623273d54c70bbce2330b3268ec5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f755e56712890553bed30e58d3c8e15d61d3905f0a51df2fd2b01627cc9892e4
MD5 480b43a5803d1190c8408ee6d3dc5061
BLAKE2b-256 15f9416d14e54139b1369a5921fa0e83fc8400b7e87d5bab25a255f13a68010f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.9.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.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 17d13543a94053a633f8703f1dfece31e4f96372471d4ab3c4e7bc7dd4564bef
MD5 143beffeafcfd82d1bd02069264549a4
BLAKE2b-256 33ca64d2fc41eac9e27d9caa53dcb18df5f158880c158a8adc20e772bf5f0ef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2259babcf9fef8cf41c809ffa51714269075b5a912d22ecac543e8c0b23d537
MD5 94ccb1fe535051df43e67877b311a597
BLAKE2b-256 2a0629ec0083eece9f0978f266a8054939170fd1be553fd7599cfd1910a47f54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 729bc7e7bbf3f126831dc282cdce0b302dc0a87cd9be611001be84170918ee82
MD5 45a1e49cf225aed73785ab6ac691906a
BLAKE2b-256 4968c4a0c7bf16c98b18bfb2bc1d181897224baa5f56468b9fda5f31b3e3cc25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e420d2cd4d5014ccc877416dc34c4b682cf49a27a1a8b755dfbeff21a1ef0c7
MD5 ae315f444800d5d086899349187062e2
BLAKE2b-256 62042a234102006cc9c935f1601c73fdad680c8e57ff2bce2debed6e8dabae86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 22a03f82b95bb3545338d89e3c9f66a51a2ae74e113d5d49d4b1089e6672997e
MD5 b0e47bab52072fdaed95652b16e58b35
BLAKE2b-256 1e44aa1fe03819dff224622728817a47b79fad1c1e3125ba2128c190c096d15a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.9.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.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bf7818a4bf0df46d7d8be69c04b9e184513c6b8541b31d3d384294a4d7b88499
MD5 2197ed6ed7aa87874ca1aaeee9535b07
BLAKE2b-256 9b6e82fbf64e0fa00490291bc09b0f5175f4783c0510b95ff08885786f51166e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ebff7149cbb4f7a29cec97498e7b66b86ce97561b074ae2f545ba55b3659198
MD5 d873f1d64c82d3327cf95a763ed08b71
BLAKE2b-256 f3d0f2a7cd80b61f9ed3c825e8d91f045ca954dd4a17c2e462fcd145d42bf254

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 052c9558711a56c2463f0d08c25937e2950dea00d79c4dd9465b1a1e264998e3
MD5 bbc8305926502beafb8af39f4386d6a3
BLAKE2b-256 04d222210543b7f192264a59aff724fafe5bce84e6720d51fd03fdc5e570fedb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e024e8d9336c4dfbc6952add8cb141555300fedd49d923c637827476c5efc090
MD5 a9fdc817b82a7ed56f25e09e85e0d7ba
BLAKE2b-256 a7f1970d8f71536d7d2db85e1ff50dd8854edbc6d72829254f1b48fd52653d96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c789480ae2e2d4153cc023f1824cf620882e70f52ef79be458b808dbce47b13b
MD5 76d76f58b50e60994037262faae59fe7
BLAKE2b-256 85a05690f8b770470309f5abb417993b93e1a29e1a212afdb4e44935bd430927

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.9.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.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 345f2bd07a20fee3811e9a352679ce08ab167d92a03887be6024521255aef41d
MD5 331cbf8b9d72d59790b889f2f35e6440
BLAKE2b-256 7f921a3a35e244537a071c53ba979ec2e8adf6906921e952c202a2da058f1bdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78138d9d7c46cec0fd5aa758e1b0fcc785afb4cf15e49438d6b02bb89d70baca
MD5 c176b01324ef6b11e0ec5b5fc81f1909
BLAKE2b-256 ab787a6496d7301c959bcec5984542e5729b08aa1fe1961f5090423a5ae390dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5189a83e26544df1192441d8e95d53f5fcca59af54a529f2ffd42d526c2595f
MD5 9b3fb77c900326a7b3b8f168ea13572e
BLAKE2b-256 76f9112147133ff82f8617af2f87266d79a039197ed26726a570ef4166c590bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c08b61f29b19df2c35ba9cf5581d432bad2616f8ccf5593240ce97e09b67364
MD5 6611d3fada97719ac4cc3f675a884ee6
BLAKE2b-256 2fbe17d1fa19ee16e171554e32125797fc973e336f394e9e6c9bcf2aa6a05da6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.9.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 463db326c124befcaa34ed331121dba692aface90f081d477823b3b6597f0757
MD5 8e06c3bb0130f8b31ebd25924b8f353a
BLAKE2b-256 70e2c729484474f07d2096f974bcdae9b2c28e43555d5a84f00795128fd1932f

See more details on using hashes here.

Provenance

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