hf-transfer


Namehf-transfer JSON
Version 0.1.9 PyPI version JSON
download
home_pageNone
SummarySpeed up file transfers with the Hugging Face Hub.
upload_time2025-01-07 10:05:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HF Transfer

Speed up file transfers with the Hub.

# DISCLAIMER

This library is a power user tool, to go beyond `~500MB/s` on very high bandwidth
network, where Python cannot cap out the available bandwidth.

This is *not* meant to be a general usability tool.
It purposefully lacks progressbars and comes generally as-is.

Please file issues *only* if there's an issue on the underlying downloaded file.

## Contributing

```sh
python3 -m venv ~/.venv/hf_transfer
source ~/.venv/hf_transfer/bin/activate
pip install maturin
maturin develop
```

### `huggingface_hub`

If you are working on changes with `huggingface_hub`

```sh
git clone git@github.com:huggingface/huggingface_hub.git
# git clone https://github.com/huggingface/huggingface_hub.git

cd huggingface_hub
python3 -m pip install -e ".[quality]"
```

You can use the following test script:

```py
import os

# os.environ["HF_ENDPOINT"] = "http://localhost:5564"
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"

from huggingface_hub import HfApi, logging

logging.set_verbosity_debug()
hf = HfApi()
hf.upload_file(path_or_fileobj="/path/to/my/repo/some_file", path_in_repo="some_file", repo_id="my/repo", repo_type="model")
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hf-transfer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1a/eb/8fc64f40388c29ce8ce3b2b180a089d4d6b25b1d0d232d016704cb852104/hf_transfer-0.1.9.tar.gz",
    "platform": null,
    "description": "# HF Transfer\n\nSpeed up file transfers with the Hub.\n\n# DISCLAIMER\n\nThis library is a power user tool, to go beyond `~500MB/s` on very high bandwidth\nnetwork, where Python cannot cap out the available bandwidth.\n\nThis is *not* meant to be a general usability tool.\nIt purposefully lacks progressbars and comes generally as-is.\n\nPlease file issues *only* if there's an issue on the underlying downloaded file.\n\n## Contributing\n\n```sh\npython3 -m venv ~/.venv/hf_transfer\nsource ~/.venv/hf_transfer/bin/activate\npip install maturin\nmaturin develop\n```\n\n### `huggingface_hub`\n\nIf you are working on changes with `huggingface_hub`\n\n```sh\ngit clone git@github.com:huggingface/huggingface_hub.git\n# git clone https://github.com/huggingface/huggingface_hub.git\n\ncd huggingface_hub\npython3 -m pip install -e \".[quality]\"\n```\n\nYou can use the following test script:\n\n```py\nimport os\n\n# os.environ[\"HF_ENDPOINT\"] = \"http://localhost:5564\"\nos.environ[\"HF_HUB_ENABLE_HF_TRANSFER\"] = \"1\"\n\nfrom huggingface_hub import HfApi, logging\n\nlogging.set_verbosity_debug()\nhf = HfApi()\nhf.upload_file(path_or_fileobj=\"/path/to/my/repo/some_file\", path_in_repo=\"some_file\", repo_id=\"my/repo\", repo_type=\"model\")\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Speed up file transfers with the Hugging Face Hub.",
    "version": "0.1.9",
    "project_urls": {
        "Issues": "https://github.com/huggingface/hf_transfer/issues",
        "Repository": "https://github.com/huggingface/hf_transfer.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4780dce00208f585fae675f40033ef9a30dedfa83665d5ac79f16beb4a0a6c2",
                "md5": "5d6391132d5e02e0c6687329e2888f72",
                "sha256": "6e94e8822da79573c9b6ae4d6b2f847c59a7a06c5327d7db20751b68538dc4f6"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d6391132d5e02e0c6687329e2888f72",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1386084,
            "upload_time": "2025-01-07T10:04:47",
            "upload_time_iso_8601": "2025-01-07T10:04:47.874815Z",
            "url": "https://files.pythonhosted.org/packages/a4/78/0dce00208f585fae675f40033ef9a30dedfa83665d5ac79f16beb4a0a6c2/hf_transfer-0.1.9-cp313-cp313t-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea2e3d60b1a9e9f29a2152aa66c823bf5e399ae7be3fef310ff0de86779c5d2d",
                "md5": "9272d19dca77fdd2b110dc86e3db315f",
                "sha256": "3ebc4ab9023414880c8b1d3c38174d1c9989eb5022d37e814fa91a3060123eb0"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9272d19dca77fdd2b110dc86e3db315f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1343558,
            "upload_time": "2025-01-07T10:04:42",
            "upload_time_iso_8601": "2025-01-07T10:04:42.313958Z",
            "url": "https://files.pythonhosted.org/packages/ea/2e/3d60b1a9e9f29a2152aa66c823bf5e399ae7be3fef310ff0de86779c5d2d/hf_transfer-0.1.9-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb38130a5ac3747f104033591bcac1c961cb1faadfdc91704f59b09c0b465ff2",
                "md5": "10c238889366d7d5ba087542417a71b6",
                "sha256": "8674026f21ed369aa2a0a4b46000aca850fc44cd2b54af33a172ce5325b4fc82"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "10c238889366d7d5ba087542417a71b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3726676,
            "upload_time": "2025-01-07T10:04:11",
            "upload_time_iso_8601": "2025-01-07T10:04:11.539376Z",
            "url": "https://files.pythonhosted.org/packages/fb/38/130a5ac3747f104033591bcac1c961cb1faadfdc91704f59b09c0b465ff2/hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15a1f4e27c5ad17aac616ae0849e2aede5aae31db8267a948c6b3eeb9fd96446",
                "md5": "acdc5dae2861e6766fe9bd1df8f3bc1f",
                "sha256": "3a736dfbb2c84f5a2c975478ad200c0c8bfcb58a25a35db402678fb87ce17fa4"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "acdc5dae2861e6766fe9bd1df8f3bc1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3062920,
            "upload_time": "2025-01-07T10:04:16",
            "upload_time_iso_8601": "2025-01-07T10:04:16.297693Z",
            "url": "https://files.pythonhosted.org/packages/15/a1/f4e27c5ad17aac616ae0849e2aede5aae31db8267a948c6b3eeb9fd96446/hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d0d727abdfba39bc3f1132cfa4c970588c2c0bb0d82fe2d645cc10f4e2f8e0b",
                "md5": "cb8abf51f0857869b441b61c5a24efc0",
                "sha256": "504b8427fd785dd8546d53b9fafe6e436bd7a3adf76b9dce556507650a7b4567"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cb8abf51f0857869b441b61c5a24efc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3578681,
            "upload_time": "2025-01-07T10:04:29",
            "upload_time_iso_8601": "2025-01-07T10:04:29.702733Z",
            "url": "https://files.pythonhosted.org/packages/8d/0d/727abdfba39bc3f1132cfa4c970588c2c0bb0d82fe2d645cc10f4e2f8e0b/hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50d02b213eb1ea8b1252ccaf1a6c804d0aba03fea38aae4124df6a3acb70511a",
                "md5": "9daca2bfb30d58e65d36fbdd09b84521",
                "sha256": "2c7fc1b85f4d0f76e452765d7648c9f4bfd0aedb9ced2ae1ebfece2d8cfaf8e2"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9daca2bfb30d58e65d36fbdd09b84521",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3398837,
            "upload_time": "2025-01-07T10:04:22",
            "upload_time_iso_8601": "2025-01-07T10:04:22.778425Z",
            "url": "https://files.pythonhosted.org/packages/50/d0/2b213eb1ea8b1252ccaf1a6c804d0aba03fea38aae4124df6a3acb70511a/hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c8a79dbce9006e0bd6b74516f97451a7b7c64dbbb426df15d901dd438cfeee3",
                "md5": "c7132828369f46a5fb8a4cb974761073",
                "sha256": "0d991376f0eac70a60f0cbc95602aa708a6f7c8617f28b4945c1431d67b8e3c8"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c7132828369f46a5fb8a4cb974761073",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3546986,
            "upload_time": "2025-01-07T10:04:36",
            "upload_time_iso_8601": "2025-01-07T10:04:36.415496Z",
            "url": "https://files.pythonhosted.org/packages/8c/8a/79dbce9006e0bd6b74516f97451a7b7c64dbbb426df15d901dd438cfeee3/hf_transfer-0.1.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9f79ac239b6ee6fe0bad130325d987a93ea58c4118e50479f0786f1733b37e8",
                "md5": "c7657c44f510941b8ac74b31b1274f94",
                "sha256": "e6ac4eddcd99575ed3735ed911ddf9d1697e2bd13aa3f0ad7e3904dd4863842e"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c7657c44f510941b8ac74b31b1274f94",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 4071715,
            "upload_time": "2025-01-07T10:04:53",
            "upload_time_iso_8601": "2025-01-07T10:04:53.224655Z",
            "url": "https://files.pythonhosted.org/packages/a9/f7/9ac239b6ee6fe0bad130325d987a93ea58c4118e50479f0786f1733b37e8/hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8a30ed697279f5eeb7a40f279bd783cf50e6d0b91f24120dcf66ef2cf8822b4",
                "md5": "7af046a8e28d3d345269a8fbe33d6ff1",
                "sha256": "57fd9880da1ee0f47250f735f791fab788f0aa1ee36afc49f761349869c8b4d9"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7af046a8e28d3d345269a8fbe33d6ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3388081,
            "upload_time": "2025-01-07T10:04:57",
            "upload_time_iso_8601": "2025-01-07T10:04:57.818593Z",
            "url": "https://files.pythonhosted.org/packages/d8/a3/0ed697279f5eeb7a40f279bd783cf50e6d0b91f24120dcf66ef2cf8822b4/hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dceb47e477bdf1d784f31c7540db6cc8c354b777e51a186897a7abda34517f36",
                "md5": "fcd297933830f20f8e547ba245f2ca48",
                "sha256": "5d561f0520f493c66b016d99ceabe69c23289aa90be38dd802d2aef279f15751"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fcd297933830f20f8e547ba245f2ca48",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3658654,
            "upload_time": "2025-01-07T10:05:03",
            "upload_time_iso_8601": "2025-01-07T10:05:03.168436Z",
            "url": "https://files.pythonhosted.org/packages/dc/eb/47e477bdf1d784f31c7540db6cc8c354b777e51a186897a7abda34517f36/hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45076661e43fbee09594a8a5e9bb778107d95fe38dac4c653982afe03d32bd4d",
                "md5": "4a1999a6927c4a56a76a93642d11bd6e",
                "sha256": "a5b366d34cd449fe9b20ef25941e6eef0460a2f74e7389f02e673e1f88ebd538"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a1999a6927c4a56a76a93642d11bd6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 3690551,
            "upload_time": "2025-01-07T10:05:09",
            "upload_time_iso_8601": "2025-01-07T10:05:09.238478Z",
            "url": "https://files.pythonhosted.org/packages/45/07/6661e43fbee09594a8a5e9bb778107d95fe38dac4c653982afe03d32bd4d/hf_transfer-0.1.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81f5461d2e5f307e5048289b1168d5c642ae3bb2504e88dff1a38b92ed990a21",
                "md5": "1c73fb35e15b9b49e3a9eedd20f1253c",
                "sha256": "e66acf91df4a8b72f60223059df3003062a5ae111757187ed1a06750a30e911b"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c73fb35e15b9b49e3a9eedd20f1253c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1393046,
            "upload_time": "2025-01-07T10:04:51",
            "upload_time_iso_8601": "2025-01-07T10:04:51.003051Z",
            "url": "https://files.pythonhosted.org/packages/81/f5/461d2e5f307e5048289b1168d5c642ae3bb2504e88dff1a38b92ed990a21/hf_transfer-0.1.9-cp38-abi3-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41ba8d9fd9f1083525edfcb389c93738c802f3559cb749324090d7109c8bf4c2",
                "md5": "a825a6312879c9722f2d2b8df0f9d750",
                "sha256": "8669dbcc7a3e2e8d61d42cd24da9c50d57770bd74b445c65123291ca842a7e7a"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a825a6312879c9722f2d2b8df0f9d750",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1348126,
            "upload_time": "2025-01-07T10:04:45",
            "upload_time_iso_8601": "2025-01-07T10:04:45.712111Z",
            "url": "https://files.pythonhosted.org/packages/41/ba/8d9fd9f1083525edfcb389c93738c802f3559cb749324090d7109c8bf4c2/hf_transfer-0.1.9-cp38-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ea2cd7885bc9959421065a6fae0fe67b6c55becdeda4e69b873e52976f9a9f0",
                "md5": "bd250b80c9a42639d3922bee2ccba1db",
                "sha256": "8fd0167c4407a3bc4cdd0307e65ada2294ec04f1813d8a69a5243e379b22e9d8"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bd250b80c9a42639d3922bee2ccba1db",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3728604,
            "upload_time": "2025-01-07T10:04:14",
            "upload_time_iso_8601": "2025-01-07T10:04:14.173202Z",
            "url": "https://files.pythonhosted.org/packages/8e/a2/cd7885bc9959421065a6fae0fe67b6c55becdeda4e69b873e52976f9a9f0/hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f62ea072cf196edfeda3310c9a5ade0a0fdd785e6154b3ce24fc738c818da2a7",
                "md5": "379baf0658db3c4c570484199a274a8c",
                "sha256": "ee8b10afedcb75f71091bcc197c526a6ebf5c58bbbadb34fdeee6160f55f619f"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "379baf0658db3c4c570484199a274a8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3064995,
            "upload_time": "2025-01-07T10:04:18",
            "upload_time_iso_8601": "2025-01-07T10:04:18.663741Z",
            "url": "https://files.pythonhosted.org/packages/f6/2e/a072cf196edfeda3310c9a5ade0a0fdd785e6154b3ce24fc738c818da2a7/hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c284aec9ef4c0fab93c1ea2b1badff38c78b4b2f86f0555b26d2051dbc920cde",
                "md5": "c69a6f5055ee902b3ddfaf2cf36a7fd8",
                "sha256": "5828057e313de59300dd1abb489444bc452efe3f479d3c55b31a8f680936ba42"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c69a6f5055ee902b3ddfaf2cf36a7fd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3580908,
            "upload_time": "2025-01-07T10:04:32",
            "upload_time_iso_8601": "2025-01-07T10:04:32.834073Z",
            "url": "https://files.pythonhosted.org/packages/c2/84/aec9ef4c0fab93c1ea2b1badff38c78b4b2f86f0555b26d2051dbc920cde/hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2963b560d39651a56603d64f1a0212d0472a44cbd965db2fa62b99d99cb981bf",
                "md5": "b34bf5d1fa629692230d248972d26a4e",
                "sha256": "fc6bd19e1cc177c66bdef15ef8636ad3bde79d5a4f608c158021153b4573509d"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b34bf5d1fa629692230d248972d26a4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3400839,
            "upload_time": "2025-01-07T10:04:26",
            "upload_time_iso_8601": "2025-01-07T10:04:26.122890Z",
            "url": "https://files.pythonhosted.org/packages/29/63/b560d39651a56603d64f1a0212d0472a44cbd965db2fa62b99d99cb981bf/hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6d8f87ea6f42456254b48915970ed98e993110521e9263472840174d32c880d",
                "md5": "39ca625f64c0ed292be278017121672c",
                "sha256": "cdca9bfb89e6f8f281890cc61a8aff2d3cecaff7e1a4d275574d96ca70098557"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39ca625f64c0ed292be278017121672c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3552664,
            "upload_time": "2025-01-07T10:04:40",
            "upload_time_iso_8601": "2025-01-07T10:04:40.123869Z",
            "url": "https://files.pythonhosted.org/packages/d6/d8/f87ea6f42456254b48915970ed98e993110521e9263472840174d32c880d/hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6561267c39b65fc8f4e2113b36297320f102718bf5799b544a6cbe22013aa1d",
                "md5": "1a66ed38932ddcce3ff4922011455700",
                "sha256": "89a23f58b7b7effbc047b8ca286f131b17728c99a9f972723323003ffd1bb916"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a66ed38932ddcce3ff4922011455700",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 4073732,
            "upload_time": "2025-01-07T10:04:55",
            "upload_time_iso_8601": "2025-01-07T10:04:55.624735Z",
            "url": "https://files.pythonhosted.org/packages/d6/56/1267c39b65fc8f4e2113b36297320f102718bf5799b544a6cbe22013aa1d/hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "821a9c748befbe3decf7cb415e34f8a0c3789a0a9c55910dea73d581e48c0ce5",
                "md5": "ec2ba29169c72bbf70aeafea84fd8db8",
                "sha256": "dc7fff1345980d6c0ebb92c811d24afa4b98b3e07ed070c8e38cc91fd80478c5"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ec2ba29169c72bbf70aeafea84fd8db8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3390096,
            "upload_time": "2025-01-07T10:04:59",
            "upload_time_iso_8601": "2025-01-07T10:04:59.980101Z",
            "url": "https://files.pythonhosted.org/packages/82/1a/9c748befbe3decf7cb415e34f8a0c3789a0a9c55910dea73d581e48c0ce5/hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72854c03da147b6b4b7cb12e074d3d44eee28604a387ed0eaf7eaaead5069c57",
                "md5": "be4e237fa6d7e2d1f75311f89d4091fc",
                "sha256": "1a6bd16c667ebe89a069ca163060127a794fa3a3525292c900b8c8cc47985b0d"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "be4e237fa6d7e2d1f75311f89d4091fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3664743,
            "upload_time": "2025-01-07T10:05:05",
            "upload_time_iso_8601": "2025-01-07T10:05:05.416014Z",
            "url": "https://files.pythonhosted.org/packages/72/85/4c03da147b6b4b7cb12e074d3d44eee28604a387ed0eaf7eaaead5069c57/hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e76ee597b04f753f1b09e6893075d53a82a30c13855cbaa791402695b01e369f",
                "md5": "8cec4b02bab87cfffd36f2892df69080",
                "sha256": "d2fde99d502093ade3ab1b53f80da18480e9902aa960dab7f74fb1b9e5bc5746"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8cec4b02bab87cfffd36f2892df69080",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3695243,
            "upload_time": "2025-01-07T10:05:11",
            "upload_time_iso_8601": "2025-01-07T10:05:11.411274Z",
            "url": "https://files.pythonhosted.org/packages/e7/6e/e597b04f753f1b09e6893075d53a82a30c13855cbaa791402695b01e369f/hf_transfer-0.1.9-cp38-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0989d4e234727a26b2546c8fb70a276cd924260d60135f2165bf8b9ed67bb9a4",
                "md5": "150a8aa35b670202197299d950f769e0",
                "sha256": "435cc3cdc8524ce57b074032b8fd76eed70a4224d2091232fa6a8cef8fd6803e"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "150a8aa35b670202197299d950f769e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1086605,
            "upload_time": "2025-01-07T10:05:18",
            "upload_time_iso_8601": "2025-01-07T10:05:18.873262Z",
            "url": "https://files.pythonhosted.org/packages/09/89/d4e234727a26b2546c8fb70a276cd924260d60135f2165bf8b9ed67bb9a4/hf_transfer-0.1.9-cp38-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a114f1e15b851d1c2af5b0b1a82bf8eb10bda2da62d98180220ba6fd8879bb5b",
                "md5": "5779b47703461eceed2e8453a7511452",
                "sha256": "16f208fc678911c37e11aa7b586bc66a37d02e636208f18b6bc53d29b5df40ad"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9-cp38-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5779b47703461eceed2e8453a7511452",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1160240,
            "upload_time": "2025-01-07T10:05:14",
            "upload_time_iso_8601": "2025-01-07T10:05:14.324606Z",
            "url": "https://files.pythonhosted.org/packages/a1/14/f1e15b851d1c2af5b0b1a82bf8eb10bda2da62d98180220ba6fd8879bb5b/hf_transfer-0.1.9-cp38-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1aeb8fc64f40388c29ce8ce3b2b180a089d4d6b25b1d0d232d016704cb852104",
                "md5": "154c0f1dd9aa57a420e29dd3a9aa98f7",
                "sha256": "035572865dab29d17e783fbf1e84cf1cb24f3fcf8f1b17db1cfc7fdf139f02bf"
            },
            "downloads": -1,
            "filename": "hf_transfer-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "154c0f1dd9aa57a420e29dd3a9aa98f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25201,
            "upload_time": "2025-01-07T10:05:12",
            "upload_time_iso_8601": "2025-01-07T10:05:12.947926Z",
            "url": "https://files.pythonhosted.org/packages/1a/eb/8fc64f40388c29ce8ce3b2b180a089d4d6b25b1d0d232d016704cb852104/hf_transfer-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-07 10:05:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "huggingface",
    "github_project": "hf_transfer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hf-transfer"
}
        
Elapsed time: 0.40210s