Metadata-Version: 2.4
Name: DidengAPI
Version: 0.1.0
Summary: A simple API client to fetch data from websites.
Author-email: dideng <DGF-Studio@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/bilibili-dideng/DidengAPI
Project-URL: Repository, https://github.com/bilibili-dideng/DidengAPI
Project-URL: Issues, https://github.com/bilibili-dideng/DidengAPI/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0

# DidengAPI

A lightweight Python client for accessing web services.

## Install

```bash
pip install Didengapi
