Skip to main content

Dromedary

Dromedary is a transport layer abstraction for version control systems, extracted from the Breezy version control system.

Overview

Dromedary provides a uniform interface for accessing files and directories across different protocols and storage backends. It supports:

  • Local filesystem access
  • HTTP/HTTPS for web-based repositories
  • SFTP for secure remote access
  • Memory-based transport for testing
  • Various transport decorators for additional functionality

Features

  • Protocol abstraction layer
  • Support for multiple transport protocols (file, http, https, sftp, memory)
  • Transport decorators for logging, readonly access, etc.
  • Comprehensive test coverage
  • Well-documented API

Installation

pip install dromedary

Usage

from dromedary import get_transport

# Get a transport for a local directory
transport = get_transport('/path/to/directory')

# Get a transport for an HTTP URL
transport = get_transport('http://example.com/repo')

# Use the transport
files = transport.list_dir('.')
content = transport.get('filename').read()

Requirements

  • Python 3.8+

Optional dependencies:

  • paramiko (for SFTP support)
  • pygobject (for GIO transport support)

License

GNU General Public License v2 or later (GPLv2+)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dromedary-0.1.7.tar.gz (400.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dromedary-0.1.7-cp314-cp314t-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

dromedary-0.1.7-cp314-cp314t-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp314-cp314t-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp314-cp314t-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dromedary-0.1.7-cp314-cp314t-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dromedary-0.1.7-cp314-cp314-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.14Windows x86-64

dromedary-0.1.7-cp314-cp314-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp314-cp314-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp314-cp314-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dromedary-0.1.7-cp314-cp314-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dromedary-0.1.7-cp313-cp313-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.13Windows x86-64

dromedary-0.1.7-cp313-cp313-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp313-cp313-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dromedary-0.1.7-cp313-cp313-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

dromedary-0.1.7-cp312-cp312-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.12Windows x86-64

dromedary-0.1.7-cp312-cp312-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp312-cp312-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dromedary-0.1.7-cp312-cp312-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

dromedary-0.1.7-cp311-cp311-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.11Windows x86-64

dromedary-0.1.7-cp311-cp311-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp311-cp311-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dromedary-0.1.7-cp311-cp311-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

dromedary-0.1.7-cp310-cp310-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.10Windows x86-64

dromedary-0.1.7-cp310-cp310-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

dromedary-0.1.7-cp310-cp310-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

dromedary-0.1.7-cp310-cp310-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dromedary-0.1.7-cp310-cp310-macosx_10_15_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file dromedary-0.1.7.tar.gz.

File metadata

  • Download URL: dromedary-0.1.7.tar.gz
  • Upload date:
  • Size: 400.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7.tar.gz
Algorithm Hash digest
SHA256 82d6fa22f297cab82d49d9046744f6c210a3b7b46d43843e9d1fde079e207b59
MD5 373358c1a6e308037f4a3f53c5edbaa2
BLAKE2b-256 525588f6baba3f28a177ba1898c301008f521b16a87697d2d0131ae2d5a23cc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7.tar.gz:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2c398e6f941563ac52134014a648caf57d868db66a5cc99a77eaa77a9f2a9473
MD5 d78d472233966b49b8b0cff19251c2bb
BLAKE2b-256 aab6fe6439fd332f1a1120891e3487a036b6d6d34b80f423d986ad9733d86a62

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 730ea2aaf296b33114d8b51a2b66dedf08e80ff32ef0ea0e4ae6ddbe9049e95b
MD5 c741488ac06a6272b643ca430b9e3b36
BLAKE2b-256 5d9f8bafc72eec5d0d46a1b039e7e3e319f48512a18bba5450885019d480d123

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b993a16680e66aa4a028273e54cfa667740415253fcb3f035ac98938f6da062
MD5 30ce0d2f6db81ddbf72572be7d15bc63
BLAKE2b-256 112fd182e5f5d7b7fef5d31d77aa2e8cee9d1d5c85ba9b0d443c3ce30b7e49be

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bfa6fac162e8c62b1e030dbebf52b2bdc9a1790d8ff063d400cba8da26823c2
MD5 a7c993c45be9cc879e8583a456e96455
BLAKE2b-256 0a47b010413530a81258824214cedeaff346f6cbc395f5f29ce84e16fec209c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a02336c0be95d80d5e684631476a21f3e9ca13d011694be45bb9513f3b63afa
MD5 eba420ac31b48f3f708bef6e69939a96
BLAKE2b-256 cce64ada25b45cbde7c4e13a810fbb886118639ddc750d41682af3b5a1c2db90

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 58a2ddbbcbcc425bdc2cdc2b9aeab867fd38c15982eda10353247efc819a146d
MD5 bd57a91981d953180bd6623f44fdcb11
BLAKE2b-256 a06dc815603ab781904d65738273b303ad7b22de70691c70fcd3a7dd45717d14

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 692cc10b590c2d9fc6f3d96a04359a15d8b1120bc834e4774f24eb093acbc9a9
MD5 458cf34f88a91ab8834060df2b1b9cd7
BLAKE2b-256 101806a747f7a95f76ab43465c4db36ea4fdde1733dfc14ec6cf85a823aaecf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de6a8bd8d2f495f5453967be2cc165c08fa19cd0d6cda7ee39c8c7f20142981c
MD5 5dd1641c4fd84b901a0ff5a329ab6f4a
BLAKE2b-256 b7f25fdf93456e9146c3eaec2df87f120ede07c5d365d08505e59c276eed7f15

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 218938af5ff3f607428cc16722bb508af08b8269e669347317420a57e28b3a80
MD5 fbb5a342825717e077bc1a0f5ce9e820
BLAKE2b-256 43e4b11861a2b5a52df24fc67aa6ef69ee087625b4d27d63421ea5f131c4fdab

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f6de34755f3d501a489e8782adc5ed7eb0ad5d10f87d73f79b1779dbfe3fc829
MD5 9cbbfd070e12a1c2c1af6b6cc229b81e
BLAKE2b-256 28caad61e77927568812b8319f88797ce5ae30feb9dd37e8693ac3ec7f4fff1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2efe90b68da5b8698ac25146b69751609a54f89437c3b244df7e29b8436af863
MD5 11c71f831ebfb64b9b63a694c4476bd1
BLAKE2b-256 652748cb4686640d051d658238f432531e394675ee8620868554a4d8e49e7cd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp313-cp313-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14dd6be15ddd4d3b8ba6b68cc5167b89a499214567c1ed5032932eccdaac4277
MD5 f812f7cc53d4dbdc1d689292467ef435
BLAKE2b-256 b8ddc742ec52da1d828c92084e4f1bc788a34d5e3e83a1abc8c6289760ece86c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d587f6d26b2c7a0fd68f946b412ba239dc00e964bfece6c8d943cda6efbe9f0
MD5 5aaa2f1eaa6c45ac46479db2dcbc2ce3
BLAKE2b-256 ebe1133364c4cfb3a74629669b57e79c6a09ade7503e04108bf651be9da12e4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71329a8bb46a1e759a7f3bfca48056ecaf145626cd9a4e909e809f2e14c9d8d8
MD5 8d4a3947d61f789bfe9bb4937293d8a7
BLAKE2b-256 50eca6ea5c59b11c4a1e03d668eee343d73b0005e2c90572c0afb89668326969

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ed988f8a12bb06306f1643e0184acaf22697c679f6505ba5365e6b286c6e3ca4
MD5 44137844e376c0954c6d66361f2aa8b9
BLAKE2b-256 961337351fc060e7a38cecec2f3a25adb45d6388e5a0fc54e4cba606d78cc8a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e10542a88077838200caf253a8203f5d6e30883d9e0408eebcec273418a3e93
MD5 25d27ff3364ced7cb0f2dc66dbaf0c65
BLAKE2b-256 e0cdab3881c56e60931a10585ad86b4834ef48a9844492de2c1ee4a193bbd74d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp312-cp312-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ced1ecb05e7fcad781b2dff80571eae940820fd2baf65a56a4378b02945cb8d8
MD5 6e05d07fce9212fd243d27a9c0f19354
BLAKE2b-256 802e23db824ce5c9029d412a28f1f2106d4ce839fd31e6e13d0c4cf720d07726

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3846c488a5d39880eb9e2386d3cd378197565872d0a39212f1e9480383cef796
MD5 10e923e00be49fc8d7842018909cc86f
BLAKE2b-256 d00087afbb1a0ce2a5d571174eeb8ea6c7ad3a9d3a8080ed4737faca89870d8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13fe2ee5b8060441a6adf32ae7dc4ed3e9545ee59b805c07299a49173b365a13
MD5 bf1fe8baf5912c4d0f1dd2b554d0bdfa
BLAKE2b-256 6595fc9868d3a6e25eebe827d90bcdb8ee91f3bba8b36eb94acbea206d1b55fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e0dfecc0f2b23c76431b7b7db9a4481ae196a2e265bdb0437de430d965dfe876
MD5 011c1ac19388a38a8cc2ad55e7768961
BLAKE2b-256 ca52ed0edb3be7c202970e9f04040719b202a42570da084cfc7e1ea278acc59b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d299a50536ab2b5ce3e847debd6fa9f6b90c6a9654ef0d7d84389b0f987178e0
MD5 41bf679bd03d89b85d472174bce85d83
BLAKE2b-256 822cd00911ae6f12c8161e5494be55e033d70913dac3cfc8e3f2ea64f2806766

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp311-cp311-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9dfd16e8bb6ee21b120521a1a75b1fd4cac8e08de7a7ab15c4aab01631543951
MD5 554279d48de36aa599a44cdc8f4af0e9
BLAKE2b-256 b6e9d5a646224bca3804dcff708f1621368ac7aa08952148017eadec3d916813

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8765c5e779776a539f7d9b609750e3cd9a2d9c3dc11e9995cbca474e0fc67f07
MD5 0748e65296add1d1255de7be1d426c69
BLAKE2b-256 a05c465ceeb1ec7e7317551a00eab10c0a6763e8334c1a81d3b9756360ac7a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9747bf0dcdcd09ac9a36f14d1d6ce7c9f6565733a4e7f01aa97f901f9c455678
MD5 644fe4de4ffd36973bd1837e52e3410a
BLAKE2b-256 62e1b345a0b9f07d598d23899dff1653b947cf0efce9b635bf5ad02e7ad0038b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f6e8b6b523d977e531961a6026bebfe86c159c239827724e73741f054139007e
MD5 0ecb9752cd5e838f20f8a7b29869adc2
BLAKE2b-256 a6f24063c22944f8d58e5cb548be22a5ce3a162d405898232d3c6b7d4bf4ee90

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dromedary-0.1.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for dromedary-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9197bee61ea054068ef9399ba84b7cb79881a48bc3d94ba2b82fcbaf8430c9a3
MD5 1a5486e18c66088818708b6f5e39df65
BLAKE2b-256 1ea736661116a7fcc78952b35365ee492ad6a4bf427b05ec3d1b1bce1f6d8e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp310-cp310-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de6aea3bf9ba731d481b683bde19b060f38383094a0ec32b36e2ec2004e95cf5
MD5 924e62ded5072b02f5b36cb65c5f5a52
BLAKE2b-256 2a262a183cd95fe0251e3164165419b5ed2185c43e5304e2370e99546bd05f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a43953a9ca0c9cc3999289f6362fbe06b842ad5539ea2dfe680f0a518f4a211
MD5 b8aa1022089516438a8eac6baa64ded1
BLAKE2b-256 5e219f6b6cb1ab5f345be9dd39b466b2d1ad17a42a8acde5fd7e256a13dc052c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed497070213f21215fdaee890fbb60a9b665298872ee2c634bba3fb914780349
MD5 67a7aa49f4f9828a313a952369eae26d
BLAKE2b-256 82c9f9a231acfeb8e374e6b19169a78e308d6fb22272dd7e6d84a4066d0951d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dromedary-0.1.7-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dromedary-0.1.7-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 83037f137a4d00441d9edb035cd2e2d8d326a915b8fd6e5afee1b59dc38d850c
MD5 36caf387a435d611685527750a9a12a0
BLAKE2b-256 735f3cd9b8e9030515c46abe59756374ccddd408e3003b55b832192ef6e9e8a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dromedary-0.1.7-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/dromedary

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