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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

citadeldb-1.12.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.12.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.12.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.12.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.12.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.12.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.12.0-cp314-cp314-win_amd64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows x86-64

citadeldb-1.12.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.12.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.12.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

citadeldb-1.12.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.12.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.12.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

citadeldb-1.12.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.12.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.12.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

citadeldb-1.12.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.12.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.12.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

citadeldb-1.12.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.12.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.12.0-cp310-cp310-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

citadeldb-1.12.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.12.0.tar.gz.

File metadata

  • Download URL: citadeldb-1.12.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.12.0.tar.gz
Algorithm Hash digest
SHA256 2497ec40b509a012ac55c87029ea23d7189ab73a4fc2c0dd367023896ad097d6
MD5 39f4b69fd9c4822cd8fba0981395bbdf
BLAKE2b-256 5399a78263a109685acc306ec9ce5067de30bdc00a20f6d7096b026b4b4794b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fbac63fefbfae5e8080037c7ae401e7a755e574c5da121a573cb5a1f69da553
MD5 20a2c4fdc191409baade92ffba12e5eb
BLAKE2b-256 35596c8a4573132b3a2c86ce1a1d7d9ee52017fdd9bf0070842320b683bc77c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79c2e4299b230a29207670f73290477aed4dd1a50f5f9e9d2ebccafd647bf37f
MD5 0ded352442d71a951dd1678fe64f746b
BLAKE2b-256 efe8f0dc824efec45dd17e95ca315971a9280ff3092d24a2f1ff7cba46cbf6ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e2ed7db55ac4bcef24d59459a36a11dc6159f3640525c8ec51c192301873ad4
MD5 cb90d240e37b0ae172ff58fd56ec4fbb
BLAKE2b-256 226a0f1cdac46c90de2b526f27b8c91fb7c19a7f9d7c5bc2b984d6e91255e0af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d07f9d64c1675309f211ec6bb21d015ee082e23d7d108323bd54856bd54162aa
MD5 acc879417a9735940822e51b6d7b0a6c
BLAKE2b-256 d953f463d6ba1fedca07e7cd157a570da1008a46a10a0aaac0190dddb40528dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a26aa58277062b88a5c92ace7acab28832e13fada8427110958ac0f8b0a3d30f
MD5 741fe9d11e4f5d64a7ce1acc17c65d64
BLAKE2b-256 6094ec2347d501f935d0f10df964d8207d44c2f8f958cff5d3b69e455e63c865

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ef29411e322771dff70e03e433296d529fcab77dff23ed2145e37bd3c0bafcf
MD5 04c692770333c2bb5b5c7f3d9923cfb9
BLAKE2b-256 9612f2d80c683203a080707eb6da4305d2b6408eb9bf0ce94d5537044e41a2ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a284aa8a3e0eebec7ab96c000ea1373e1d27f69700bd74d261297783b5d1433
MD5 f6f366dd50f015fc21b98c1cf31854e3
BLAKE2b-256 8adfcada7637974c23ca02e18c775af4acf34ba203f3c7b3d648330961166b1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adf299226fa133506c5ca2adaa3068f0cd61a9e0ad795e765cfa4f89bd4064d5
MD5 d62ef9a236210794ad30afd3774f751f
BLAKE2b-256 47163b4da8c83772e5fa33a29b377dfe9e7ae040672def11b508cdec49f9a5fe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.12.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.12.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0f6419b53a979e5beda117316bf9c49de9b29a58a248bb052a93078adb162b17
MD5 77cfd187db25dbb103de96365f623fcf
BLAKE2b-256 07bc99132c5d91eda6f1608a53fcdc9b8d6d9de57314399f8adc11bb18d0b2fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7bab5ed502323d1ce214343a676ecdf00c7ae30e75843278aea1a6f7608fa85
MD5 4adc9d95617471b4c89c2ddec0215241
BLAKE2b-256 fe7ccd052c5641844e47dbb1875113370384daff63db0c820f83a5ef8ba57434

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ed4631b508add0e92b95023bb6245cbef7d4b562d44a158fda1ccfac550b962
MD5 8c2b0a6e8cde13663017e8c9c9376454
BLAKE2b-256 c45a2300aef29a6f2521818dc07917242cdfb325a994310eb1215c300334e5d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8a0a5d225e3816ce97575cc6bcd7d6e5fba68b251ebe897688f4e712007aa88
MD5 f280a1b685a708a74f49ed7868a699a5
BLAKE2b-256 8101b43249d7140f4d2a8cdd7e9f003b6b363d7b7cf324cea29589c0ef90afda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dc15fb63f616785a4da1fa46575e6ff0afaa64af5361ec0f1f88393fda9159b1
MD5 13ee48bd8c5941aadfbeddda65a52f83
BLAKE2b-256 48cada5903b21a500523582ea416381c6818d3d5391b08e19500f03d0790c65f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.12.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.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 19c825db51eb2b567fcec21d00e5e8118373babf26ee0b0388867bb8605b8c16
MD5 672f415a28c4ee9173c7cc99afc70aa8
BLAKE2b-256 73518f9973cbe995a8dea1808cb9c19b864496b3f75dd21535bcc1a2dba177e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02883ada16bcfcce2c5df994408385d512530fd8ec61249763026566164b1d2c
MD5 8c5c641d275ded6f838bebd052db763c
BLAKE2b-256 7072ee09bfda744c4d46ced4fae7519f49ee9c07c89b984d5033b475518e4d05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa012a1469b2d08fbb68f25c538922c55585c448aee97163c9fc1ee1e9e09cd4
MD5 9dcef0308f9f6e799e5cc8f2a5e8fe53
BLAKE2b-256 2e9d9154e5d25a23a02d3a6f466337bb0deef3f5b57dcebe23d2457b6c3f08ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccf450804694bb92ee796a8d0183c98ebaea95b61aba29bf5d94d993cf78dfd0
MD5 c53d383a998127a8cb10ea589adad1bb
BLAKE2b-256 69f880119f4c89208798a68753a017914b38318ad152adbccff6fdb8d7a0afae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 76540304ddd5655b45bd08bb18312e7be7fc8384eb92c94eb6d61dce16e684b4
MD5 12dd20c0896862799a8437c503a3826a
BLAKE2b-256 153945bd979d3ae7ea558a64eb6870b906e01e265fa141c998b63c8f553d2365

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.12.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.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f54597e53b519a78ca82984675bfbb1947dedca3155c3be87c1548fed29de50f
MD5 46f9ec981d392d5ffd0629afa7b806d2
BLAKE2b-256 fa507fd56bbdfc407273e77e69c8c7afe880691ca4623c3e157ea2e4786efaa0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f31af2160bdc220b7dbc233962a41723ef0e50e5eaa61f6948a11aab0668412
MD5 206a4ec7e7886b5375f38da1711b27d6
BLAKE2b-256 b62ad1bf40de5b1eef28f130731a9aec497ef8588ec7be10e0b1c6a9cf0202d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56448eb12dac81c05083c86f0b5c8a8495508dfe1c26595792f1482035e9f5fc
MD5 15aa1ae611c09a245f652aa27ec5b1fc
BLAKE2b-256 bba0ed9676216e58be20ab7224b6a310b8ca78f6c7f4acee8b38e45455fe9d8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4de45b7683f4a0eb5bdd9aa7b88650e19d84fe05eeac50ad70875974a3153622
MD5 4620004c28cc8b79457faae450b268a3
BLAKE2b-256 9de6dd65458663baafb81d2f99433a7418532cf0f6e0b398684a1d49ac5dcb51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7388276d94b7d90599576d60403161313a40e08309efb7ca4c2a5e64a825aded
MD5 1d8bed36c09bab712a6da0d3a4f382d4
BLAKE2b-256 fb7a4d41f9e98bb856119aa0183ca2013a0bf773bbf29edadeb5a57685e4d69a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.12.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.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ff4816f2baa3de74b754a95211cab8631562bd0b6f00f7672437f1603e57e55b
MD5 9996186bdb2db49db28ef0726317b656
BLAKE2b-256 8ed209d240b29653a8a936ca0db954602e48428224f80ab4158679eec4c446a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4050574827d893b197cac7a104c6b77cc04de09067e7938811d590cc84f797d
MD5 360ce8d51e4e99b623008ad6b8676ff6
BLAKE2b-256 4e80385babe65f70bd8fbea0d0a5fe9b3be7badea68a78b11024fa07e788c106

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dae4c29f12eb637fc881eb106abf1e3d1b0f703ea8372363b73eaf97e363aaa
MD5 2403c02e43c6fda154b93e1c9d542093
BLAKE2b-256 f67dfc5520ec9f22229d355aa6eb685721d21c7fccc443b966ab6f00f86351fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 081a22ebee3d336a2df0b11e6e4cbf0f14d0edccc129a642b1ef2505acad1012
MD5 aa4855354a3dec3080764149448cef77
BLAKE2b-256 8db6079d34ed909e9a26a40ac0c2a9a8781ffc72149e0a4eea5182a077de9a29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2ebfddf7fd2accb0e097c5b8a05c5816d50a8421606f32eb1088535a9bef34b
MD5 2d6146b2f001464dfa8bd3f13649d555
BLAKE2b-256 ca408a78bba89661b408b4208890d7e5112205bb3d7d294a50189692e7000e8c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: citadeldb-1.12.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.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54de516b064cb856a575031e35f26622089a85c95733d631fb4826a1e8dfcf7b
MD5 3f51ff498d1502e9b4966182899ab9e7
BLAKE2b-256 778f588600793f16ec7b2cb859a5516548eb5671cdb419329f6e359cb64c6b87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 573c8c50f7ad55747a52e930fdd64133f9db902125e49de0a093bc863a4c6af4
MD5 8daeffaec7defb929aefdc392aa79f2c
BLAKE2b-256 5af10c7ebc2e6e1c2207ade59e4adf3553bca2aa03e89523ec95c52883014248

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 001879a69ce24910b6473e827c90ea8120a503bb2645b72ed3514b12be1a25c6
MD5 ff637c663376bf16d0112d42a242a580
BLAKE2b-256 c877c817da61a1c17eb268171b828414fde9ab6dad191bf588cd6fb950f630c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab0ad8476acd4cb0c91bd3b3cf8c59e147c7518f76aa77b15380e46cdc703e91
MD5 c367ed92e344b3ce787dc3db869021f1
BLAKE2b-256 34fa7ae70896e201e886be910602c450004d2adf396278d1c4265c1ad09d6305

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for citadeldb-1.12.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3202fedbff7a24b17ea94138e85528c192558a9180b4f5241a770226d4e92448
MD5 d471a503717489580ea5936851cec12d
BLAKE2b-256 60f53bb3331c4c9ffb3dc9a83d6e475289f7655bf66d7bfb1249b899c7e9e9ae

See more details on using hashes here.

Provenance

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