Metadata-Version: 2.1
Name: ed2k
Version: 0.0.1.1
Summary: Python ed2k hash module.
Home-page: https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k
License: MIT
Keywords: ed2k,hash
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: iterdir (>=0.0.6)
Requires-Dist: pycryptodome
Requires-Dist: python-filewrap (>=0.2)
Project-URL: Repository, https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/ed2k
Description-Content-Type: text/markdown

# 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
```

