downloaderx


Namedownloaderx JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-30 08:49:28
maintainerNone
docs_urlNone
authorTao Zeyu
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DownloaderX 🚀

**Multi-threaded, resumable file downloader for Python**

DownloaderX is a high-performance Python library for downloading multiple files simultaneously with thread pooling and automatic resume support. Never lose progress on failed downloads again!

## Features ✨

- **Multi-threaded downloads** – Parallelize transfers for maximum speed
- **Resume broken downloads** – Auto-retries with checkpoint recovery
- **Progress tracking** – Real-time download stats and ETA
- **Simple API** – Just `download(url)` and you're done
- **Lightweight** – No heavy dependencies

## Installation

```bash
pip install downloaderx
```

## Why DownloaderX?

✔️ **Faster than requests/urllib** – Thread pooling squeezes your bandwidth
✔️ **Reliable** – Checksum verification (optional)
✔️ **Transparent** – Detailed logs and error reports
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "downloaderx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tao Zeyu",
    "author_email": "i@taozeyu.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/16/2caaa0b6ff4b5db8887445e1315a238ab53d0051537cfe18dd093f762ee7/downloaderx-0.1.0.tar.gz",
    "platform": null,
    "description": "# DownloaderX \ud83d\ude80\n\n**Multi-threaded, resumable file downloader for Python**\n\nDownloaderX is a high-performance Python library for downloading multiple files simultaneously with thread pooling and automatic resume support. Never lose progress on failed downloads again!\n\n## Features \u2728\n\n- **Multi-threaded downloads** \u2013 Parallelize transfers for maximum speed\n- **Resume broken downloads** \u2013 Auto-retries with checkpoint recovery\n- **Progress tracking** \u2013 Real-time download stats and ETA\n- **Simple API** \u2013 Just `download(url)` and you're done\n- **Lightweight** \u2013 No heavy dependencies\n\n## Installation\n\n```bash\npip install downloaderx\n```\n\n## Why DownloaderX?\n\n\u2714\ufe0f **Faster than requests/urllib** \u2013 Thread pooling squeezes your bandwidth\n\u2714\ufe0f **Reliable** \u2013 Checksum verification (optional)\n\u2714\ufe0f **Transparent** \u2013 Detailed logs and error reports",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "416f9c9e0f8886a02c24cb826ae85fc28eacb70c5186ae830a15537259a2072b",
                "md5": "4a4fcddc9d713cd899d65daaf01f6325",
                "sha256": "4025943393eea9fbe0a87512b08ca86f528c81108c7e18f5eacd7a8e0b44d21c"
            },
            "downloads": -1,
            "filename": "downloaderx-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a4fcddc9d713cd899d65daaf01f6325",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 17259,
            "upload_time": "2025-07-30T08:49:27",
            "upload_time_iso_8601": "2025-07-30T08:49:27.155451Z",
            "url": "https://files.pythonhosted.org/packages/41/6f/9c9e0f8886a02c24cb826ae85fc28eacb70c5186ae830a15537259a2072b/downloaderx-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c162caaa0b6ff4b5db8887445e1315a238ab53d0051537cfe18dd093f762ee7",
                "md5": "65879a3deed9704728a6e5c413a523ea",
                "sha256": "8d8ad460bb1377612d23a605ceb7973f6b5bac1b0621c3143f41dd8baba7155f"
            },
            "downloads": -1,
            "filename": "downloaderx-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "65879a3deed9704728a6e5c413a523ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 12183,
            "upload_time": "2025-07-30T08:49:28",
            "upload_time_iso_8601": "2025-07-30T08:49:28.525446Z",
            "url": "https://files.pythonhosted.org/packages/6c/16/2caaa0b6ff4b5db8887445e1315a238ab53d0051537cfe18dd093f762ee7/downloaderx-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 08:49:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "downloaderx"
}
        
Elapsed time: 0.86867s