python-urlopen


Namepython-urlopen JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-urlopen
SummaryPython urlopen wrapper.
upload_time2025-07-18 15:19:07
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords urlopen
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python urlopen wrapper.

## Installation

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

```console
pip install -U python-urlopen
```

## Usage

### Module

```python
from urlopen import urlopen
```

### Command

```console
$ python -m urlopen -h
usage: __main__.py [-h] [-d SAVEDIR] [-r] [-hs HEADERS] [-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
                        directory to the downloading files
  -r, --resume          skip downloaded data
  -hs HEADERS, --headers HEADERS
                        dictionary of HTTP Headers to send with
  -v, --version         print the current version
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-urlopen",
    "name": "python-urlopen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "urlopen",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/c4/8c2a5e7adba3de8b5688981e7078a159155918c9e865a05aa0a3e600c131/python_urlopen-0.0.9.tar.gz",
    "platform": null,
    "description": "# Python urlopen wrapper.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/python-urlopen/)\n\n```console\npip install -U python-urlopen\n```\n\n## Usage\n\n### Module\n\n```python\nfrom urlopen import urlopen\n```\n\n### Command\n\n```console\n$ python -m urlopen -h\nusage: __main__.py [-h] [-d SAVEDIR] [-r] [-hs HEADERS] [-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                        directory to the downloading files\n  -r, --resume          skip downloaded data\n  -hs HEADERS, --headers HEADERS\n                        dictionary of HTTP Headers to send with\n  -v, --version         print the current version\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python urlopen wrapper.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-urlopen",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-urlopen"
    },
    "split_keywords": [
        "urlopen"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9a95ca9e98f289bb2c05bc00350e04dbd95c73036f1e291ad17bae41a67c3e0",
                "md5": "d8f2cb44e1edf680d57a96157d79400b",
                "sha256": "47605d718ed93902c3e47d95dafceab9f5e93874445316c64cae2051e244ce2e"
            },
            "downloads": -1,
            "filename": "python_urlopen-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8f2cb44e1edf680d57a96157d79400b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 8767,
            "upload_time": "2025-07-18T15:19:05",
            "upload_time_iso_8601": "2025-07-18T15:19:05.713589Z",
            "url": "https://files.pythonhosted.org/packages/e9/a9/5ca9e98f289bb2c05bc00350e04dbd95c73036f1e291ad17bae41a67c3e0/python_urlopen-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3c48c2a5e7adba3de8b5688981e7078a159155918c9e865a05aa0a3e600c131",
                "md5": "8424196f271426f47e8d7992c8adecf4",
                "sha256": "c85d011bae59feb562783c9624e932625c9b9d81582a9e44434c2519efe50498"
            },
            "downloads": -1,
            "filename": "python_urlopen-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "8424196f271426f47e8d7992c8adecf4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6803,
            "upload_time": "2025-07-18T15:19:07",
            "upload_time_iso_8601": "2025-07-18T15:19:07.194231Z",
            "url": "https://files.pythonhosted.org/packages/f3/c4/8c2a5e7adba3de8b5688981e7078a159155918c9e865a05aa0a3e600c131/python_urlopen-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 15:19:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "github_not_found": true,
    "lcname": "python-urlopen"
}
        
Elapsed time: 2.10228s