techzdl


Nametechzdl JSON
Version 1.2.6 PyPI version JSON
download
home_pagehttps://github.com/TechShreyash/techzdl
SummaryA simple yet powerfull file downloader package for python
upload_time2024-07-08 05:35:18
maintainerNone
docs_urlNone
authorTechShreyash
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements aiohttp aiofiles curl_cffi tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TechZDL v1.2.6

TechZDL is a powerful file downloader package for Python that supports multi-threaded downloads, dynamic worker adjustments based on network speed, custom headers, and more.

<img src="https://stats.techzbots.co/api/views_badge?page=https%3A%2F%2Fgithub.com%2FTechShreyash%2Ftechzdl&color1=20c488&color2=eb0205&label=Total%20Repo%20Views&counter_type=1" alt="Total Repo Views">

## Features

- **Multi-threaded downloads**: Efficiently download files using multiple threads.
- **Dynamic worker adjustments**: Automatically adjusts the number of workers based on network speed.
- **Custom headers**: Add custom headers to your download requests.
- **Error handling**: Robust error handling and retry mechanisms.
- **Asynchronous support**: Fully asynchronous for non-blocking operations.

## Installation

You can install TechZDL using pip:

```sh
pip install techzdl
```

To update TechZDL to the latest version, use:

```sh
pip install --upgrade techzdl
```

**Note**: If it doesn't update to the latest version, use:

```sh
pip install --upgrade --force-reinstall techzdl
```

## Usage

Here's a basic example of how to use the TechZDL package:

### Basic Usage

```python
import asyncio
from techzdl import TechZDL

async def main():
    downloader = TechZDL(url="https://link.testfile.org/bNYZFw")
    await downloader.start()

asyncio.run(main())
```

https://github.com/TechShreyash/techzdl/assets/82265247/33267e71-2b41-4dd1-b306-c87a197a3b57

## More Examples / Demos

Check the [demos](demos) folder for more examples and detailed demonstrations of file downloading using the TechZDL package. The demos include more information about the various features of TechZDL and how to use them effectively.

## Documentation

Check [DOCS.md](DOCS.md) for detailed documentation of the TechZDL package.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Support

For inquiries or support, join our [Telegram Support Group](https://telegram.me/TechZBots_Support) or email [techshreyash123@gmail.com](mailto:techshreyash123@gmail.com).

## Acknowledgements

Thanks to all contributors and users for their support and feedback.

## Stay Connected

- Join our [Telegram Channel](https://telegram.me/TechZBots)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TechShreyash/techzdl",
    "name": "techzdl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "TechShreyash",
    "author_email": "techshreyash123@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/68/ed2500caa015959dcba54e683b3595395b4243397cacf53bcec54059cc96/techzdl-1.2.6.tar.gz",
    "platform": null,
    "description": "# TechZDL v1.2.6\r\n\r\nTechZDL is a powerful file downloader package for Python that supports multi-threaded downloads, dynamic worker adjustments based on network speed, custom headers, and more.\r\n\r\n<img src=\"https://stats.techzbots.co/api/views_badge?page=https%3A%2F%2Fgithub.com%2FTechShreyash%2Ftechzdl&color1=20c488&color2=eb0205&label=Total%20Repo%20Views&counter_type=1\" alt=\"Total Repo Views\">\r\n\r\n## Features\r\n\r\n- **Multi-threaded downloads**: Efficiently download files using multiple threads.\r\n- **Dynamic worker adjustments**: Automatically adjusts the number of workers based on network speed.\r\n- **Custom headers**: Add custom headers to your download requests.\r\n- **Error handling**: Robust error handling and retry mechanisms.\r\n- **Asynchronous support**: Fully asynchronous for non-blocking operations.\r\n\r\n## Installation\r\n\r\nYou can install TechZDL using pip:\r\n\r\n```sh\r\npip install techzdl\r\n```\r\n\r\nTo update TechZDL to the latest version, use:\r\n\r\n```sh\r\npip install --upgrade techzdl\r\n```\r\n\r\n**Note**: If it doesn't update to the latest version, use:\r\n\r\n```sh\r\npip install --upgrade --force-reinstall techzdl\r\n```\r\n\r\n## Usage\r\n\r\nHere's a basic example of how to use the TechZDL package:\r\n\r\n### Basic Usage\r\n\r\n```python\r\nimport asyncio\r\nfrom techzdl import TechZDL\r\n\r\nasync def main():\r\n    downloader = TechZDL(url=\"https://link.testfile.org/bNYZFw\")\r\n    await downloader.start()\r\n\r\nasyncio.run(main())\r\n```\r\n\r\nhttps://github.com/TechShreyash/techzdl/assets/82265247/33267e71-2b41-4dd1-b306-c87a197a3b57\r\n\r\n## More Examples / Demos\r\n\r\nCheck the [demos](demos) folder for more examples and detailed demonstrations of file downloading using the TechZDL package. The demos include more information about the various features of TechZDL and how to use them effectively.\r\n\r\n## Documentation\r\n\r\nCheck [DOCS.md](DOCS.md) for detailed documentation of the TechZDL package.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Support\r\n\r\nFor inquiries or support, join our [Telegram Support Group](https://telegram.me/TechZBots_Support) or email [techshreyash123@gmail.com](mailto:techshreyash123@gmail.com).\r\n\r\n## Acknowledgements\r\n\r\nThanks to all contributors and users for their support and feedback.\r\n\r\n## Stay Connected\r\n\r\n- Join our [Telegram Channel](https://telegram.me/TechZBots)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple yet powerfull file downloader package for python",
    "version": "1.2.6",
    "project_urls": {
        "Homepage": "https://github.com/TechShreyash/techzdl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40b66c60a8b2f6f49d0cca6e76d9bdd4f248be5a6adbaccb872ce460d01351ac",
                "md5": "1477ec24dc7ac0213b8db72783b8684f",
                "sha256": "e437d3b6bd69dc342a45df8f2d174dc7cb632b97cfcd92b227a3fc314cd42e29"
            },
            "downloads": -1,
            "filename": "techzdl-1.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1477ec24dc7ac0213b8db72783b8684f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10605,
            "upload_time": "2024-07-08T05:35:16",
            "upload_time_iso_8601": "2024-07-08T05:35:16.665706Z",
            "url": "https://files.pythonhosted.org/packages/40/b6/6c60a8b2f6f49d0cca6e76d9bdd4f248be5a6adbaccb872ce460d01351ac/techzdl-1.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7868ed2500caa015959dcba54e683b3595395b4243397cacf53bcec54059cc96",
                "md5": "d6c8a486f4fd36197b55d20c72b68515",
                "sha256": "47bc03fbe89d8c9398109dc6deba2166134a8e0d238727d8781e9964db1f6c1b"
            },
            "downloads": -1,
            "filename": "techzdl-1.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d6c8a486f4fd36197b55d20c72b68515",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10869,
            "upload_time": "2024-07-08T05:35:18",
            "upload_time_iso_8601": "2024-07-08T05:35:18.465718Z",
            "url": "https://files.pythonhosted.org/packages/78/68/ed2500caa015959dcba54e683b3595395b4243397cacf53bcec54059cc96/techzdl-1.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 05:35:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TechShreyash",
    "github_project": "techzdl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "aiofiles",
            "specs": []
        },
        {
            "name": "curl_cffi",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "techzdl"
}
        
Elapsed time: 0.52785s