Metadata-Version: 2.4
Name: p115cipher
Version: 0.0.5.1
Summary: 115 cipher module.
License: MIT
License-File: LICENSE
License-File: LICENSE_zh
Keywords: 115,webdisk,cipher
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3,<4
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: full
Requires-Dist: ecdsa ; extra == "full"
Requires-Dist: lz4 ; extra == "full"
Requires-Dist: pycryptodome ; extra == "full"
Requires-Dist: typing_extensions (>=4.15.0)
Project-URL: Homepage, https://github.com/ChenyangGao/p115client/tree/main/modules/p115cipher
Project-URL: Repository, https://github.com/ChenyangGao/p115client/tree/main/modules/p115cipher
Description-Content-Type: text/markdown

# 115 cipher module

## Installation

You can install via [pypi](https://pypi.org/project/p115cipher/)

```console
pip install -U p115cipher
```

## Usage

```python
from p115cipher.fast import *
from p115cipher.normal import *
```

