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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.10.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.10.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.10.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.10.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.10.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.10.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.10.0-cp314-cp314-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.10.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.10.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.10.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

citadeldb-1.10.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.10.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.10.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

citadeldb-1.10.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.10.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.10.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

citadeldb-1.10.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.10.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.10.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

citadeldb-1.10.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.10.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.10.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.10.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.10.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.10.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.10.0.tar.gz
Algorithm Hash digest
SHA256 ee8d6e60c6a91a54e6dceb261e206fb7f5e779570dd3470c0e8eb7f5366044bb
MD5 95641919883721f43e3c718748a09cff
BLAKE2b-256 66e1310e2c791929ae21ee894f4162c5f871ff7eb64afdf30fc6739676117c9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0330ea0de68b73c56b8681d99b6a764de777f16ad1c90058239c603f39f82a4
MD5 d8c7eb05167fdd3441b911e09925f334
BLAKE2b-256 34f18543a4c16f790e13a5a5ece9286681e78e606f2d04df35ca8fa283a230f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 953c5ef7e03aa35eeca2cd14893a46f9ae6cdcff43159369ecef1b21f4dd083d
MD5 040eb1ca6dc811ffbf669d331bcae90f
BLAKE2b-256 7e1e0b9ab5f18bf89b6caa439844d74f872410fe1764b5140ba72813a70f15c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a6ee0466c189b4c4fb155d55aff7d0bd646b7a0e8dfc31dea27bc4ddabca15e
MD5 a049346d5dd2892f20de23beee98a911
BLAKE2b-256 7f7489531cb592b6acc793456ecb0835ac3592464318a8d22442b673ad4bab4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72dbb75d7be3762b8f4b0f4e0395e8315952ba6db077b174d01270f515e043cf
MD5 f97a1d787f03d0bae383e454bee95bc8
BLAKE2b-256 a9476dee418c4679f603d21b78fe3a91f50dac472fa5f0f6d3662a6c19f0bb81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4426fd83e88af63ea686e1198d35f8f079495ef357aef3f4b2b07d7ff90c6040
MD5 c8c3a9959f584c446a12c765de5a1e5c
BLAKE2b-256 06d98d691db3792df0462d251048365830399b51d73fdb0cedadb7bbf5cdf95a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac298e61463d2f7cb58cdb70268c551c248d118ddafebf93c76a0e763b5aa4d2
MD5 5d14a6547c4049319d7361d090db01a7
BLAKE2b-256 a40d25d515189bc0ef7ae994a809249e9ac909280327643a6f036346bdb19cd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df2258f592a4abd6704bd16a97e06c3a447dce6fd93371b3548ce2374d9b17b4
MD5 695e7b6a874adaf076200f131ef15162
BLAKE2b-256 87abbe221a131e9c64f739ea3a31092bee4b41aa6b7bdbd8131f9928e6f17409

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ed525008ffe339bca778be1c268b45e08974955ca0fb7882bcd2cc1a4dbba94
MD5 3ba07be1c379eebf43e1fd799100c470
BLAKE2b-256 5b515b1f947e6129997a19ba293ae4b8117d9dea0f28cedb19ee3f841d352848

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.10.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.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 64469c67cd33573fdc994f2ef7a16869b55efc261b520b0987e8be66b721be2b
MD5 d43144805b607b33e57fd5fc2861849f
BLAKE2b-256 9855ff16078e07178f28d9a8464fd4d9d29dec4502acafefd3879c8f8ad654b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be86de893280ff3f7993614960ed7a61b9c9b7fa39a5fe5037e5d59114109ba7
MD5 3f733b13be3273663d6c3fe5aca6838f
BLAKE2b-256 84ed540679c2f9527bafbe3c401a62468a683c99e0c58a706a25120410f636cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8eee398003b958f1af41f6cb1b2960cba4cf84031fbd9a5099450100d023251e
MD5 dab0ecadafbb136b94ff742e4d506718
BLAKE2b-256 2d828f177f666f7c98eb62cf3d56b13ee45204b91978a7c231d1ca05d76bca60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 317b87c6eaa217b9bc14d0ac02311b02746206f19a5e77d480bc6256ff7ada97
MD5 d47df605c2dff18f5f9e5a60f012f89d
BLAKE2b-256 49e010a0c4edabc7ea099348070f98ae60126ee2940dda5fd20345109d4b3aa8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37a320c88aa4b212d067d7cf4848d64ecd69a5a5da8c7a2a49880d0ec0295e01
MD5 b76901286b01025e0f4bbaa4eb026a58
BLAKE2b-256 d179a3eaee7d9d59f9102aba1eae31d7958c0b28ef2eae05c742835c9323c685

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.10.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.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0cbf5429077b1a85a660a4c69deef5f631a125c21b2fa64b8670a5a9e0042f31
MD5 0f740c062c3bae489ec2df1523956116
BLAKE2b-256 feab072a50d04bbf1ea192a8146a2b779affe157f9c561041e604193e586f59a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faeb8cbfa4ad7c47593b8d5c5a0137cfa624bbe70c8ccf4c87b41d9758ac9f86
MD5 2f5ed5a375a8ab44951b098c67370d0e
BLAKE2b-256 febde6fce28936d92300e61b2c07a6099e001a3124e532edb0a7fa402de5c9f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55b79b1cdee841f2c66e3172e96c6d9be7998c92b0cc4bba17ef2dfd4795a0e7
MD5 e9d2c12f304ee1ebe178b7457dabfa61
BLAKE2b-256 ef681f3eb00eda1055e3d9467c22b71a89527e3501280124d1695e7c79273122

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd512fd0d1d9aca89923559fd3835fc2ff2a678f36ee0387a8b9c1b4ecae16f3
MD5 3307e981bb6042cacf5fc6f87cd4652b
BLAKE2b-256 0291033e765845bb17857dc4ba5e5e4a1b7ab569fbc77f7b66403a03fd98cf59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb77f650961530bf7a001b6d7dc232738c62ec923bbfaf660c1f5bff2e5fdf52
MD5 c1d234b7436b32e200b53e0c4ebc681d
BLAKE2b-256 49ed4cd309c7be72e0b26506e35d46ad61a3718f0bd8097df1544b9938c600c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.10.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.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27c9ab8d6efaed0187280363a7f89d78116a98fbadf31c259bba490fa1f5049e
MD5 135452a520d3fb300afd7dc1c0caf714
BLAKE2b-256 66a2ce1b4e7b3976da38818863a14dc2199281d6c5b1a24e8637389b07b2ed65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c4c4d8414091b9303737682180fa94a0b7d270c990bf99f3c7409426e1cb6c5
MD5 f6aa113e71909c89ad9fe0598c307d20
BLAKE2b-256 686817b65cf7680f7596516dee3ccfd7e69c3f043a48d589a08ce29f2421be5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c4ede44aa8adece8283bc940714909a936be9c65325e53419c21be31ab549c8
MD5 c06905ddfb0a157befbdf04470df9fac
BLAKE2b-256 8b89f2c36eb4ec0e6bc47c37c7b7e9db35c37018ec429486feb658f201e4d660

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95abb784760284744bbaca71ac07213cc1ee2abdcf4e97509082b22e1f8fe0ef
MD5 3c83b1c057cb76d80d3f9e2d71313165
BLAKE2b-256 9d9b44ee15c6aec16dacd59f23d8c62926e665902355eaae53e5b64b00e6d1b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc6bc04670f8c9bf2cd4334465ee8695332209f71ca54246213a887280dc91bf
MD5 b87bfbba49cc30a44cc6218409ed0319
BLAKE2b-256 356cf2c357fd285443e1952331c4265c079ed63b02054134ca7028e6cc665972

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.10.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.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d6afa8a8184a7102847847fb697f9c6d23ef38bedd5b42821be0ce5ea11fb601
MD5 f38cf390e48a6e44e79ce15030906d6c
BLAKE2b-256 41f76f8c501bda5372af5ea0f217755dc8248389b170e425248afa38d9e72719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8dda1040074c25b7309d68dbb32ba2c596a52efbd48e896afb198dd82804de6
MD5 0161fc67326f2610782a357e536500dc
BLAKE2b-256 629076f6533dac9efaedbe8b464f13f8bb461ad0b063e90c4f643db075ac320d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66735247a5502d6eda8e719e922633177e695d85738e9b1b2d48fa06dff0c63c
MD5 521b513e9b730ca815259327cc114fd8
BLAKE2b-256 ff754cfc003e820ecd30f03850684490990e11af97dba6b6ed6251e3ae8e22ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d09af71ec4cec1a4b02fa23d2e6076bde5dea264e0e0e158e5879764a1f8a232
MD5 415f7736e7b212adde6929199d00882a
BLAKE2b-256 9eea6d5e6c77014b22dae4a3f96fbfa760376f34e4cc60bbf3208c67f0e2dc2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2fda6532079491afecb0f408f3908175f3603ecaca63f431b9218730a4346ca
MD5 1f6ba2d597d8bcf53146f075ba36c49f
BLAKE2b-256 be27d07aab4585ea13d42214d49904ab08e74b752e5d85199fe0a70b6971b654

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.10.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.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c426af5a4d0d2d5774e81401754ca899473a4ae7ebd00818123122ca3906ae9f
MD5 ad38391ea35e0a536128d5eeef55635a
BLAKE2b-256 78c8618fd48249069b9fe6461036f675b7b0d87be1d2f60df9fb642730207464

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fad2013d670c434a29441c74c2776cec72016cdc6a6762a5a0503b233067ac8b
MD5 88f8e21fce0be997ce17dbbb6a35e970
BLAKE2b-256 3008c03f0ea4cd78f86172a7e02da465adce0db4311ff6952c84f19a6b4bfa48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbac1ca25faf18be3569547bd8c589fa2fd7f3a8d25c893b3515068f98878224
MD5 307ee1529ca92fcf7e299b569f07dce9
BLAKE2b-256 ecb395c6adfdcbfc07b2a94fddbd0667f0f4d95aea70112dab6a220c5227f48f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a8c10f838a7aa645f5bbab0912bca016fb8ce32e9d3af27bacd5dd7be59c3f3
MD5 a0bec68b2281a2d1e34a9854c3052852
BLAKE2b-256 6d3bf1ccd895d16cf6272fa95859c17dafba7fdbba7174990b70f0770787668c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.10.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7d3b2c624cd359406c841b1dba3867283f628a03825c7c5314f18506f049c9d8
MD5 3fa838de12da6666bbb1dd23921d54b3
BLAKE2b-256 38bbe3634c4dcb0009110f1a8750209f83b1a28dfbd651305670a1462fa3163b

See more details on using hashes here.

Provenance

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