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.7.0.tar.gz (1.1 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.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

citadeldb-1.7.0-cp314-cp314-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

citadeldb-1.7.0-cp313-cp313-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

citadeldb-1.7.0-cp312-cp312-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

citadeldb-1.7.0-cp311-cp311-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

citadeldb-1.7.0-cp311-cp311-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

citadeldb-1.7.0-cp310-cp310-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.7.0-cp310-cp310-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: citadeldb-1.7.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for citadeldb-1.7.0.tar.gz
Algorithm Hash digest
SHA256 1da208bae4243b38da7168897828b378486a9a03f773a17211707fd5674081b3
MD5 867eb91fc897677f268d999e93133cf2
BLAKE2b-256 9cbe5144c0a40e4530ed16fd07ddb82edb67e65fdf0b56a7b56dfc6fcea6a617

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46987e9b2050f89c8a7bc9033a7523f2fb6126aa585eb3dfd6a323c39a3b7414
MD5 a81d6a0dd54361c2f8b770ebe4d1438c
BLAKE2b-256 abc167b5e58543619759cc5712e774baabe598fbefa67caf270cdab02ab54c03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a40cadb6013e1900136741605fc53ab0b3a0708bb77b9a110dfbd9546dc31cfc
MD5 83d8bed40d1e1e014a0dcc75936ee750
BLAKE2b-256 10e15a6b45f45519d4ffe66f40ba147408cd0741d114b0a6d2f58e313acb3c2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e8b97abd63fcd4360a92babbcf3625f1f8d5c7c8b3a6a4b48887e64c9d09b84
MD5 2a6cdbbd69b2ba18bfc2e17f2b3af69d
BLAKE2b-256 8d12703115ac0309b53d719d9e90b8598b57dd7a60e4b2859391ca82fcad032d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12a6da3afd2f8ed06670f4a5e08972bcd5b7ba4c5cda5f9c652de5c61478ca12
MD5 06998a370361f40dfcebc8000df2f956
BLAKE2b-256 dc99c73b418144b069085d98cb99411342e3c622f86ce9bcd9f9f9af046e6a83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b151fc4fd7b58a957c7d394f4b3227fb2643f2dd541dd57cd54217fc36ed65e
MD5 70be94551cf00c356819700a3b1c01e0
BLAKE2b-256 576b8fda7592f1c465917144b459ceee95ebb2811bf7443206031b70b0b3bf8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6490fbdd227541cd537c0ff572a89e27b1340c8df3ddb1c0739308817b514cf5
MD5 d7969e873a300b7e1383d50d1e5d8835
BLAKE2b-256 7b84947911abee5e34e4dba0d9a8ba847498552d5974bffeaa44b28ec15e969b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b442c744c34532372573343d5c4c31381b4809590f2c15ce798678104726eb5
MD5 c8cd41f54a8ef7d42f7bd1b352d5f5f4
BLAKE2b-256 f41cbdd7c6c9bda9870337513282c82edc6551207e541fb1deedb98fde2f2be9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee829860b8cb4e37a35159b8d7739a84c43c85b46a9353413b690f4b19e9097f
MD5 65f7d2c131a1b4efe4c11db99f5ee51d
BLAKE2b-256 ee634c4ce6692d63c0e2635429f6c23ec4a0c90e80f83ebdc44951735b7945e3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1f3eeedbfc39755c97e33da6ccce73e40d3d4e46665e197389e822b4c323568f
MD5 286be0a2a00256ef614a6fb9d6a73ada
BLAKE2b-256 8a3811af5c92f896c492406d88428843ebbeb33a909b876ab5dbc8f70ecd3018

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1eef0fbe68b38a46c202bbecb8ed842670c3b6bbd51d365927b5784fa0db0851
MD5 21c2448317ce92b215cbe67670519f06
BLAKE2b-256 329b334676612813be0ccaa544f54a21cf02ea9261a7376762bc4c5b70f31369

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 904ba4cbb6b0f3515aac6365d0b20182b24e31edc3452ada0eeaa095a5991f17
MD5 44709e3b62728078125383c0c01b1433
BLAKE2b-256 46304b87647099109964eb081039122685e2ca967f7d950c118ae5cd2b58623f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00837018fa6c9d943154708f474c73e7a918d9328341967dfcd87fb30bda02ba
MD5 b4ae70288dfcb02a2335ca698fba8430
BLAKE2b-256 26dc1189f2f2e5e82a5f717035b144fc67c7522ba7a067275f6bd59dbd63e099

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3668e27b2b07e2f6f63f46c8ee682c94987c86eff22b271da9ff5ca864ad088a
MD5 2d36d10b359ba09915e9aa687e99b8dc
BLAKE2b-256 1fa57652123bd62cc9e623e020dd2bbd4def92d091a5739e4bcac7cddec8483a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for citadeldb-1.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b9aed6fbee02c16e07350269893f22dea7a396e065801db695bceaaa47efe658
MD5 ec4ccc8333f7183c3303ad733b501c03
BLAKE2b-256 a37a6b7863c872a1e0e0944a08e7c5a2fff57ae96730238564bf288c97bcd568

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c7c31023c1d604553ac38075fd6584966b5ae42a525247310dcc96c16e8471b
MD5 fc275565ba9b1e4b245c5a76d5a0cd75
BLAKE2b-256 2e8e20e30ed5de52c54f815e893f0692194e269175e2174b45e16c31d4fa6e8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3e8df74fb93a1f9422710937fa7a520836ddd65d19df1608b3c5fa3a1c5f67d
MD5 7063a3c2027b609f41bd3f8f9d895dc1
BLAKE2b-256 caf2ebab45162b7eb4056484babc67120a47e607c0f0972d8e65360cb2ce6624

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a3e18dbe5dc7c079fdbffab918cb4fff9be8d13b99365dd18a9cb002f95f6f4
MD5 3f16bb066d2a28c1e0979001e42cedc1
BLAKE2b-256 e50cef80ebca0084673bb23bf90480997a3fa52460193f09d5951d698d679fac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7bad20d52675be3acdb6c98d68403439c1ff759b85996f13988af3502553d996
MD5 4a1884fb3d6be6fce4bec81ec84d5e9e
BLAKE2b-256 3d16097d2ffc5c1c4dff4c25d4809116e97d0e6389517ea0f9969e15cefbbd82

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for citadeldb-1.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e6823429c53c734873abfc0fca4791d3123eedbee01f38516f549637b64f3e85
MD5 e41498ee65a2020499672dbc564a172e
BLAKE2b-256 eb6e946204e4bfe2a431840db2ee7f731ec01bd0946f3c71bbd482e7086738d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5230089fcf59c60aa4f287b1f21bc888ff783407a154a3ab5587a4841b8446ad
MD5 47c812fa091b29633707486b00021ebd
BLAKE2b-256 717f484d69baa9f903b83e7479b919ba3b1e1237b5cef1a10f81486d0afe11b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4b3fe557fbb87f5e3a36b532d2464de18a7b4504c6eefff981f3b8ea3b10508
MD5 66254197778c780e9be815196d94f425
BLAKE2b-256 b1c50ab193d0f1275eb46a6bfa8acea76e50b154e8270451dd97c0baa8f07e89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f72cd6ced816f9c0edbabfad3e3ba77e54f76cca5df5aca96fb137d70c468557
MD5 5ba07c2d5803ad3392c8c0a2d75e4135
BLAKE2b-256 04764c49ba7c0e4a3447b269eb4929b5aab09e61b081aa821ed5133731a02734

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 356ceb05e3122366c7a78faac88a0f6df8e00af64404277ac5639083b19b3d84
MD5 99f2799fa9a8921f56a9c092a37c8d7e
BLAKE2b-256 7f5757aee0ddd400c24761420d0f58f44e62af2c841031dfe60dbf414ec2dbb9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.2 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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 afa9688c767e08595867534f56cfc13c991930c6c7c72976b8abec02e69e1bce
MD5 6f647668ec0857d26c5c670592438db8
BLAKE2b-256 b960a78d8aaed15951051b07cb818e6ab638f39fa5bc0bd2d75474dfb28dab81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 529eadea630b31702fb8dd420b8a6a98f3e1a4141686811fd3398717e0664169
MD5 97fa6a66cb95466b33f1d4164c89dba7
BLAKE2b-256 8588136cc8416bc8735d7131eff4ad8eaf1b7196c2fccad2f810478a2111a0d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81b0cc334a7babb72d6610436bb5677eea149a685cdebd57bdc94bd3289fe40f
MD5 1f6b6aa9e0229206b08b73fe398bbff4
BLAKE2b-256 56925d59bef639a087e3d29eaeef65b6599ad5a16ff2142eed0b050a99fce7cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5363234258a303718d85e72287434aa1ed56be512b0b2adaa1210fbf3b181419
MD5 82f377b0b10d471dd533bb8585b37c85
BLAKE2b-256 7c43676fc7e609f806dd23f6e49d54237909167be0d92895302a3f5c2e05f963

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8648d9dcfb1f80b4eb8ef8c3d22d8bdc16dbb142c50e73c133bb089fc6df1ec6
MD5 e94f0e8f63c58c88034535b7506d45d9
BLAKE2b-256 e952898c5569141118d2e69f8d45c81c7c8bbec16d7103fc6fb95385294d7a5b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.2 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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 494426956a8d6390763d9872395a8758f1346db9372dd0b6076f02bcc90162ba
MD5 6603c026f80490af1140da821810c79e
BLAKE2b-256 d948b2edb93dc605038f4763f64e599ac93b4ec3dbd86b73bdd8bf5c609dd570

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4384e98cd4f72ab14f637d637b4878e5356a798ab4474830ddb6e2980f98dc31
MD5 0398a5cd5c43dd99b034ec5f9a00d37b
BLAKE2b-256 7d44ea8bda7ee9579691e28e8f0128da2bb85255821ddcc26a435588462f215c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28b6fdeb010a0c38574ba2c216f279278ac011620c0841bcd530c15d77edbb35
MD5 bd6ea8df515e2768c2914dff03f309b6
BLAKE2b-256 1a39f9f4716b871b03b5a95faf85f418b94414e906d60dd4e3b0723861ac9dd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b6e25940b54707f330a5a0ef3971eb48d9aa7cc43a421c2e477345224510a92
MD5 f7fa2bff55e906c432c3e3e62945dcb0
BLAKE2b-256 6e1bc347f617764dd43c71a5763d34a5ce12407a52c0cc19ac2b425a6879a666

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 06fc401e642a661160f793d2679d248dc8d93e1e171729c001f0d8aefae4bc87
MD5 f3bc0e7918552d82d5a72138d646dee2
BLAKE2b-256 2544299a41ac45ab2740b37025276bbb38d33ebf87235ee411dd56336e4461c9

See more details on using hashes here.

Provenance

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