# 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/1a/ba/c6b7a380b9d43752d331e8f6c33e14754dddf2c56fc51461e2a08e0cd9c7/ed2k-0.0.1.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.1.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": "3d36e687e0dafed2ea7f0bdc2ed8b81148ac0608d375d7009165bec5402a19c8",
"md5": "f02c5b5fd42928e870c2ba1cf5d1fa0a",
"sha256": "dc2ea795e5baecde4e702ea32b3b3d7c8b288aa5c9a5c0f8ccc287e8c37274d0"
},
"downloads": -1,
"filename": "ed2k-0.0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f02c5b5fd42928e870c2ba1cf5d1fa0a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 5447,
"upload_time": "2024-10-07T15:36:17",
"upload_time_iso_8601": "2024-10-07T15:36:17.216400Z",
"url": "https://files.pythonhosted.org/packages/3d/36/e687e0dafed2ea7f0bdc2ed8b81148ac0608d375d7009165bec5402a19c8/ed2k-0.0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1abac6b7a380b9d43752d331e8f6c33e14754dddf2c56fc51461e2a08e0cd9c7",
"md5": "40519f2dfa1ba5c92877753ce8675ada",
"sha256": "ffd325b204a045b3d956de13b3fe6b49747dd424661eea454d21c5d96842e39c"
},
"downloads": -1,
"filename": "ed2k-0.0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "40519f2dfa1ba5c92877753ce8675ada",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 3766,
"upload_time": "2024-10-07T15:36:18",
"upload_time_iso_8601": "2024-10-07T15:36:18.492236Z",
"url": "https://files.pythonhosted.org/packages/1a/ba/c6b7a380b9d43752d331e8f6c33e14754dddf2c56fc51461e2a08e0cd9c7/ed2k-0.0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-07 15:36:18",
"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"
}