Metadata-Version: 2.4
Name: catfood
Version: 2.0.0
Summary: A collection of various commonly used functions. / 各种常用函数的集合。
Author: 鸭鸭「カモ」
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/DuckDuckStudio/catfood
Project-URL: Repository, https://github.com/DuckDuckStudio/catfood
Project-URL: Issues, https://github.com/DuckDuckStudio/catfood/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
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.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Requires-Dist: requests>=2.32.5
Requires-Dist: keyring>=25.6.0
Provides-Extra: lint
Requires-Dist: pyright; extra == "lint"
Requires-Dist: isort; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: build-and-publish
Requires-Dist: build; extra == "build-and-publish"
Requires-Dist: twine; extra == "build-and-publish"
Dynamic: license-file

# 猫粮 🐱

[![Pypi 上的版本](https://img.shields.io/pypi/v/catfood.svg)](https://pypi.org/project/catfood)  

各种常用函数的集合。

## 安装

### Pypi

https://pypi.org/project/catfood/

```bash
python -m pip install catfood
```

### Test Pypi

> [!WARNING]  
> Test Pypi 上的版本仅供测试使用，可能不稳定。

https://test.pypi.org/project/catfood/

```bash
python -m pip install -i https://test.pypi.org/simple/ catfood
```
