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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.13.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.13.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.13.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.13.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.13.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.13.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.13.0-cp314-cp314-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.13.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.13.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.13.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

citadeldb-1.13.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.13.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.13.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

citadeldb-1.13.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.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

citadeldb-1.13.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.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

citadeldb-1.13.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.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.13.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.13.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.13.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.13.0.tar.gz
Algorithm Hash digest
SHA256 9cd31fae6a1b57470ddcf14aef1b81b51f399003a48d110bab4449c328ca5c01
MD5 cffbb24c7ff77238aef62d198c66dced
BLAKE2b-256 ddfedd121127b06e04ecc46f83a528d71b3e663e658c0266db794b1ab45847e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13a5719786e3391d6e7e8009d09457daabd99b08ecf71554b4353bca89873e67
MD5 06102ea29eaa6dc9f3df69423f9c1d24
BLAKE2b-256 dbfe2a73db0446f214e9899543dc691a69043a41c09624b36bafacaca3c77292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccbcc2215c9bd47f973ba68c7214716b3b952094a83e1144efc5d3f3d682c68f
MD5 3d92000b03ed6d184137f5da43931d9b
BLAKE2b-256 124e27a32cc61c344dc41e42a8a3cc3187f97fac92f414dfe2d93422f45503f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b669e033655508886b734c99d52463ea7b67455f30f89d083be64ba28a41b9a
MD5 e98c8175db61d4fa43e8108c51bb7d54
BLAKE2b-256 a8753fd09f4bc7bad2d404d3b3a070faf218e52c9d36655a7e8e8b2f1f6ff265

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd8b8cf8e62139353d2fa1f680a804b26e9f8d7b9db7e9cbfc44fee8f82dacea
MD5 84626c4be6622aa7b9e0dffcf80c45ed
BLAKE2b-256 19eab942e99b5bcc5a3d5509546a34789ad1fb0abf7287f80dd73d3f8c803177

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e670e3059bdd4468a263c186381cfed7f800ae03ecf9b13714d4232d443c5159
MD5 805c44448a410512108cf42f1b31af21
BLAKE2b-256 a6414f1c42adb34fbc6e05cc1a5c0a9d563fe1656fba40069bd45677e2f78906

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c19296b55d2726d8f1bb4dec549cf99633eef1614d8543972c048619e75c268f
MD5 aea776c7dd636cfeeefd87763f4ff26f
BLAKE2b-256 584552f7dd570d0537924b29bab6b0e28b687637c0431ea669cf52849f141cf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55cdc02f15d089db82d0c595484b571bedd7d1fcfe569624b6be48b825e172df
MD5 23795370ecf2fdefe737858ba184cc15
BLAKE2b-256 261ce80aa24b33761b78a4fb220435561520a4fd34be9b7a374a10ae9849e364

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41c27a677aa1e0045fa019bef14c256cd08d25d97a36a7dc3e73f39fd8312c78
MD5 681d845ff3705cca6f0a6f2104244b06
BLAKE2b-256 be606da9a934def845b9e17dc1a7fe208bb92f6e227d7738b2bd94bcb9e34ed1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.13.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.13.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 43b22ac42ee05930a09ff24aea92e7fe94eddc2f4235d33b325db2295d0b53ec
MD5 e54b2fa8d3c6259c6d7bc0aba7f76db1
BLAKE2b-256 121bc19a440da99076d51f48c742d43b4f8c572118ca586eacf21429a2bb3995

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a269a437a59188e84f62730b8b14460a8ee3033f5aee9ecc6b0bc01eb9872e3
MD5 16dd6e024fede11a913cc57411ea7e60
BLAKE2b-256 dbf23eb1eb22d181cb6615634f3dabeb48c0e83b6b9b668adc2a9e17dc30d15f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b082748ada9c1729ec8488e225e4d91127a177558cec61471cb7bd493111205e
MD5 274df8067802db75f9c3491fbfd8451f
BLAKE2b-256 100a0862188c5ca6fafeee1893f6749ee1ec0c6aeb075c186e159d5d4190068b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7afc6eb6869306537a602c83650f60760e8c8c9fe43237e77156f5949b445700
MD5 883f072f71d408b4713435f99864a7d8
BLAKE2b-256 d42cd7cf62c753c6048309fa073a086594148936c2f7c7b0bf17dd1e297afecf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 35b30c8212f49bdd35710e25ead8f58aa84ed876672dfcfda221399a707ba717
MD5 af919ec7023d2733d512aa31b9044862
BLAKE2b-256 76143066c471cb0a23021f307053e397762b0bc482a4129d08061f094a526643

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.13.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.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c3ef002d6f428f4204f44d551520021f4615c76a005ec0b3aab369ffbc6024d1
MD5 2f5b793a453f2270a1b10f9b4b38e6c5
BLAKE2b-256 104624318cd327a70d9f7c6fe9b13177d7483d02204ff88833129b7912f063da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 792ff5b2f1b107717dfb9e0c30d51b6ac5471b81c550681de2f6b260e96d5a59
MD5 e574798e1b94a20363e042f3caa16fbe
BLAKE2b-256 dcb1ebe31c3c9ac3dee6042f1976170507ce4ae5e610d87ebaf5ea15eebe92ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d372d6b8d5850fb90667227bd28b5ce711f7d375b5558232d062ac5384c5342
MD5 a05f2d91d4eb27f88524de03c80df9b5
BLAKE2b-256 66a4c9938c0b905f5bce6e1110e3688055cf9d55649f451bdf098f1108adb0ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68445b3b9356cbb5585b29a4768033101c0f7e9c791a0cb9ed84eff9a82899aa
MD5 b7833618e6463e83f1804d2565eda2b0
BLAKE2b-256 f48f64be4469622ef5589c9cff74ac22cae639153b3c8c1eb5e132823935e042

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4c127692f88dea1e26b5ab30e4f20de7d5cd22683546281f1f2c63f6356b2ad
MD5 06fd05d7b34168ab10099533e230dba5
BLAKE2b-256 6c2d6e21623800e746a2fdbe00fe64bf5853175b14a3f06f48d085d3d9cb55ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.13.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.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e33aa72122d312de5ed526c38c51ef41f37fe49a10f50420ae6e0f6732c0ce44
MD5 182ea5e250cc96a8e8c0c507445d9099
BLAKE2b-256 3013819b0a855efbc65d76ee12044392c1f1e3a8ea09316dfe9618eee34677c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e3a5819f38545ec8002d6a47d1c7ffbc2f24c0bb186ad900fd50f6c065b8517
MD5 8b94f280f72c3236e193beded1f35503
BLAKE2b-256 cb74aea3868efb49b47a571660ccec113d3a096b159280b38515c6f051e7d807

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a5bd6a15e17f7a00c54a26a7381cd7396e13642f28027225497ff6abf3d6c41
MD5 71791c28deea030355aa8680746a535f
BLAKE2b-256 5968eb2d8ba30bfabae46067598501765e53d3eb6cc6d14e3e3f23f2e2910d2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92770ca284971570995ee4d35e5b002715138ae134334c53fa314691d5593309
MD5 f95dcf2684a0a27a4e98b0ecea1a54da
BLAKE2b-256 9b787bed3e84351d767d143ed6ff38b343d9169ab2c5f64ad8556af8cac6899f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2933cd76e2982b26b50ea9667b21f332d361d8f72286c442ce35bf819f1c6f21
MD5 e7f44759b83bfae50ee420b2e7d6d6e8
BLAKE2b-256 08dd3395e20955e9af95fe516bc41c041b513b7f6571d6febd432d3a9a538be6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.13.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.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 acacec5d11cdccdc4ffdd2f260710ec5eb290a656e3d35fa13359ab0e1fce188
MD5 1e86774fb66b6b502bfe83753bab1b62
BLAKE2b-256 87f9e7b4213855acf10c26b845375ad7cc755500cec4299dbb0d024f5bf03fa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9c57c4860f61088bbd9ab9df6ea1f2043bfc5b748d0e30f6b65ad0bc5142e52
MD5 eb289cbc557e4e514c02e843a86b8000
BLAKE2b-256 b848c023510a66d5ff523354640805f14809689a258a3976f51fd0032540af5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85fbd7e0de49424e3ba2b130e3f3f599e38489046defc5fc1193a79d73c02194
MD5 4787128ec3afe30b6cba1de1aefdfaf3
BLAKE2b-256 36286cdf28ef2c0ab5b1be7d75e79d2fb5efe45aba52fed4071652518ccf57c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2e6958f8979978018627f60192b063b2479795fd38ebf3148af437e932ade80
MD5 ed883f0c1cbcffbf3ded01de61392474
BLAKE2b-256 048d7a1b46ec0b4b115c00710d85970a964bb073eec480aca4955a630947f4d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33d10dcb5f6daabbd9700455f46e0c09d7c0d934b00bfefe4618479af33ed84d
MD5 2c6d774ce4bc20bc2256fe87178ac9ef
BLAKE2b-256 43aebb4c00bbc74996736ccd2a59184d8fea845bbfb8353a930f3e39536cd206

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.13.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.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 992cf0f0d3cabc2cfb502e596e263ac20ff990fde43eb5e2eec389862e833491
MD5 1c22b6031499958d5f96a1764117a2cd
BLAKE2b-256 b4b992f2a79af6c42d8137b2b258806f4d4d3a3c646f99a699a5c19f1e8fc7b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 128d67a1130e79cca9dc2a0e009c6dd5db186dca3f018b5ddab14537026aa3f5
MD5 581afa7276b00dd511e2025c9284dff7
BLAKE2b-256 fea0cbad3ee475d56ad7c78fddbcf2f5ebc4ed1c1f779207db977c18ffcbf23a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5a075e46a9d78bf105feb58a3ad963dea929959d22ebeaef3e30bcecfbd4186
MD5 82f4317d58cccccd5408551980dac346
BLAKE2b-256 6a5b83aaef750541485c1d947655ddad7f4098c2a1bd05921ae1993f0234163c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d150b0043912316830734d897000be4aff6ca64fe9548efa59c76ce4891af6c8
MD5 1d35701572d3cca6157ec7299836809f
BLAKE2b-256 b968693c82de709282943983d1ffc35d7f061e038e17e4882e7593edd3648c14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.13.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2fe4e0d133726261eb25201ea833bcfc678612bdc20d90b2c00608a70833f71
MD5 77d05217f7d55ffd4786abc0d395476b
BLAKE2b-256 f3d0f948387881bf47ee34827624a62efd0488576f0030cfcf957ef09cc4960a

See more details on using hashes here.

Provenance

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