ed2k


Nameed2k JSON
Version 0.0.2.2 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k
SummaryPython ed2k hash module.
upload_time2025-07-26 12:36:46
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/18/fa/b9b0a9d85869c8761edd73ad4728bc8bf9198cf7c334814b2f1cfdc5dc71/ed2k-0.0.2.2.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.2",
    "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": "1bf0fbf9bfdcefbf8cfa9467e617437aff3c9997c70bb677b37f16dd31df11d0",
                "md5": "f25edbe4346d1e0d9719f157198aee9e",
                "sha256": "732ff433aa73156cfea9367a2d0784af2a152acad6f1aca71becb0be4828565b"
            },
            "downloads": -1,
            "filename": "ed2k-0.0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f25edbe4346d1e0d9719f157198aee9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 5614,
            "upload_time": "2025-07-26T12:36:44",
            "upload_time_iso_8601": "2025-07-26T12:36:44.560394Z",
            "url": "https://files.pythonhosted.org/packages/1b/f0/fbf9bfdcefbf8cfa9467e617437aff3c9997c70bb677b37f16dd31df11d0/ed2k-0.0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18fab9b0a9d85869c8761edd73ad4728bc8bf9198cf7c334814b2f1cfdc5dc71",
                "md5": "81cab2e4d971a40462f09e616c9741d2",
                "sha256": "af3ff59fc7e71572b095f7246242ddc34d86da0582f081dafa87b3232be5a13a"
            },
            "downloads": -1,
            "filename": "ed2k-0.0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "81cab2e4d971a40462f09e616c9741d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3926,
            "upload_time": "2025-07-26T12:36:46",
            "upload_time_iso_8601": "2025-07-26T12:36:46.079859Z",
            "url": "https://files.pythonhosted.org/packages/18/fa/b9b0a9d85869c8761edd73ad4728bc8bf9198cf7c334814b2f1cfdc5dc71/ed2k-0.0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 12:36:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "github_not_found": true,
    "lcname": "ed2k"
}
        
Elapsed time: 1.84066s