ed2k


Nameed2k JSON
Version 0.0.2.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k
SummaryPython ed2k hash module.
upload_time2024-12-04 04:48:24
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords ed2k hash
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python ed2k hash module.

## Installation

You can install from [pypi](https://pypi.org/project/ed2k/)

```console
pip install -U ed2k
```

## Usage

### Module

```python
import ed2k
```

### Command

```console
$ ed2k -h
usage: ed2k [-h] [-v] [path ...]

calculate file ed2k hash

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

options:
  -h, --help     show this help message and exit
  -v, --version  print the current version
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k",
    "name": "ed2k",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "ed2k, hash",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/71/d236d94a50760e9972e181bdf1f7ba1af70582c9d2f66d84e731a1c4c8fc/ed2k-0.0.2.1.tar.gz",
    "platform": null,
    "description": "# Python ed2k hash module.\n\n## Installation\n\nYou can install from [pypi](https://pypi.org/project/ed2k/)\n\n```console\npip install -U ed2k\n```\n\n## Usage\n\n### Module\n\n```python\nimport ed2k\n```\n\n### Command\n\n```console\n$ ed2k -h\nusage: ed2k [-h] [-v] [path ...]\n\ncalculate file ed2k hash\n\npositional arguments:\n  path           file path(s) to be downloaded, if omitted, read from stdin (one path per line)\n\noptions:\n  -h, --help     show this help message and exit\n  -v, --version  print the current version\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python ed2k hash module.",
    "version": "0.0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k"
    },
    "split_keywords": [
        "ed2k",
        " hash"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a0eb8614bc7536ccce5a9791f2b63f8a3a1b7d64b91eff8d8f3728e5e70abc6",
                "md5": "e9a28b31f462d0eacf021875af147f3b",
                "sha256": "1ed051045ca6c04c1b77ab51e66b2909d3c1b0e42e5e54f2d0a0e9ff64175f9f"
            },
            "downloads": -1,
            "filename": "ed2k-0.0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9a28b31f462d0eacf021875af147f3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 5596,
            "upload_time": "2024-12-04T04:48:23",
            "upload_time_iso_8601": "2024-12-04T04:48:23.078217Z",
            "url": "https://files.pythonhosted.org/packages/6a/0e/b8614bc7536ccce5a9791f2b63f8a3a1b7d64b91eff8d8f3728e5e70abc6/ed2k-0.0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6471d236d94a50760e9972e181bdf1f7ba1af70582c9d2f66d84e731a1c4c8fc",
                "md5": "5717b48162ec1d3f27e8c42f848ff735",
                "sha256": "84eacfdf605087806a57d56e21cbea08dbcc75410ad51e567cf6e510367b4f83"
            },
            "downloads": -1,
            "filename": "ed2k-0.0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5717b48162ec1d3f27e8c42f848ff735",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3924,
            "upload_time": "2024-12-04T04:48:24",
            "upload_time_iso_8601": "2024-12-04T04:48:24.843634Z",
            "url": "https://files.pythonhosted.org/packages/64/71/d236d94a50760e9972e181bdf1f7ba1af70582c9d2f66d84e731a1c4c8fc/ed2k-0.0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 04:48: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": "ed2k"
}
        
Elapsed time: 0.40489s