python-download


Namepython-download JSON
Version 0.0.3.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-download
SummaryPython for download.
upload_time2024-06-30 10:57:24
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.11
licenseMIT
keywords download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python for download..

## Installation

You can install from [pypi](https://pypi.org/project/python-download/)

```console
pip install -U python-download
```

## Usage

### Module

```python
import download
```

### Command

```console
$ python-download -h
usage: python-download [-h] [-d SAVEDIR] [-r] [-hs HEADERS] [-rq] [-v] [url]

python url downloader

positional arguments:
  url                   URL(s) to be downloaded (one URL per line), if omitted, read from stdin

options:
  -h, --help            show this help message and exit
  -d SAVEDIR, --savedir SAVEDIR
                        path to the downloaded file
  -r, --resume          skip downloaded data
  -hs HEADERS, --headers HEADERS
                        dictionary of HTTP Headers to send with
  -rq, --use-requests   use `requests` module
  -v, --version         print the current version
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-download",
    "name": "python-download",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "download",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/55/88626e1087b18a0f5f3f3811d49e6ff3070685283c599edbccebecb7a8f1/python_download-0.0.3.1.tar.gz",
    "platform": null,
    "description": "# Python for download..\n\n## Installation\n\nYou can install from [pypi](https://pypi.org/project/python-download/)\n\n```console\npip install -U python-download\n```\n\n## Usage\n\n### Module\n\n```python\nimport download\n```\n\n### Command\n\n```console\n$ python-download -h\nusage: python-download [-h] [-d SAVEDIR] [-r] [-hs HEADERS] [-rq] [-v] [url]\n\npython url downloader\n\npositional arguments:\n  url                   URL(s) to be downloaded (one URL per line), if omitted, read from stdin\n\noptions:\n  -h, --help            show this help message and exit\n  -d SAVEDIR, --savedir SAVEDIR\n                        path to the downloaded file\n  -r, --resume          skip downloaded data\n  -hs HEADERS, --headers HEADERS\n                        dictionary of HTTP Headers to send with\n  -rq, --use-requests   use `requests` module\n  -v, --version         print the current version\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python for download.",
    "version": "0.0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-download",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-download"
    },
    "split_keywords": [
        "download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c7cbef0d6f720758cbf1af7f792337ad2715227dda9c426e4d07515b6297517",
                "md5": "f40175b26280964c92889e89ace392ed",
                "sha256": "45d31767712cd8750e029d6079e0d72d526e77bd3e7eeda64868ce1ee9ce7668"
            },
            "downloads": -1,
            "filename": "python_download-0.0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f40175b26280964c92889e89ace392ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 9746,
            "upload_time": "2024-06-30T10:57:22",
            "upload_time_iso_8601": "2024-06-30T10:57:22.977536Z",
            "url": "https://files.pythonhosted.org/packages/5c/7c/bef0d6f720758cbf1af7f792337ad2715227dda9c426e4d07515b6297517/python_download-0.0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "195588626e1087b18a0f5f3f3811d49e6ff3070685283c599edbccebecb7a8f1",
                "md5": "71bfd3f4f02cd754ef97dc261f38fa27",
                "sha256": "9f86cced9ac48af00f988e07e4638f78815f3d3b7ff3a646061a53753fb43c85"
            },
            "downloads": -1,
            "filename": "python_download-0.0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "71bfd3f4f02cd754ef97dc261f38fa27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 7742,
            "upload_time": "2024-06-30T10:57:24",
            "upload_time_iso_8601": "2024-06-30T10:57:24.935120Z",
            "url": "https://files.pythonhosted.org/packages/19/55/88626e1087b18a0f5f3f3811d49e6ff3070685283c599edbccebecb7a8f1/python_download-0.0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-30 10:57:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-download"
}
        
Elapsed time: 0.38801s