Metadata-Version: 2.4
Name: p115wsgidav
Version: 0.0.2
Summary: Python 115 WsgiDAV
License: MIT
License-File: LICENSE
Keywords: python,115,WsgiDAV
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.12,<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.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
Requires-Dist: cachedict (>=0.0.6)
Requires-Dist: p115client (>=0.0.7.5)
Requires-Dist: pyyaml
Requires-Dist: wsgidav
Requires-Dist: yarl
Project-URL: Homepage, https://github.com/ChenyangGao/p115client/tree/main/modules/p115wsgidav
Project-URL: Repository, https://github.com/ChenyangGao/p115client/tree/main/modules/p115wsgidav
Description-Content-Type: text/markdown

# Python 115 FTP Server.

## 安装

你可以通过 [pypi](https://pypi.org/project/p115ftp/) 安装

```console
pip install -U p115ftp
```

## 用法

### 模块

```python
from p115ftp import P115FS

P115FS.run_forever()
```

### 命令行

```console
$ p115ftp -h

```

