A collection of various commonly used functions. / 各种常用函数的集合。
Project description
猫粮 🐱
各种常用函数的集合。
安装
我自己仅在 CPython 3.12 - 3.14 上测试过。
Pypi
https://pypi.org/project/catfood/
python -m pip install catfood
Test Pypi
https://test.pypi.org/project/catfood/
python -m pip install -i https://test.pypi.org/simple/ catfood
从源安装
git clone https://github.com/DuckDuckStudio/catfood.git
python -m pip install ./catfood
Build whl
# Windows PowerShell
git clone https://github.com/DuckDuckStudio/catfood.git
cd catfood
python -m venv .venv
& ".venv/Scripts/Activate.ps1"
python.exe -m pip install pip --upgrade
pip install ".[build_and_publish]" # 包括构建和发布依赖 build 和 twine
python -m build
ls dist/
# 从 whl 安装
pip install dist/catfood-1.0.0-py3-none-any.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
catfood-1.0.7.tar.gz
(13.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
catfood-1.0.7-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file catfood-1.0.7.tar.gz.
File metadata
- Download URL: catfood-1.0.7.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9bbfa750b5c58a1d5a9095722f5f6e3a67956061574d35b70740189eb4c43d8
|
|
| MD5 |
ddcbcd0ed3906035365786e2f56b94a3
|
|
| BLAKE2b-256 |
cd556a142a20beb85b4e5fa2e1026cf429653fe7bed78634d754da73a55dc8d9
|
File details
Details for the file catfood-1.0.7-py3-none-any.whl.
File metadata
- Download URL: catfood-1.0.7-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
068b0a23acf62af26ed15278e8bf9581986a42b98292e22c26835bb4019cf51d
|
|
| MD5 |
f6ade4869fc5ae3c8771e8fba3a57281
|
|
| BLAKE2b-256 |
af4354ea0ec1a37276f65e9aa14bfc39cf973f9f3880cfc09a3d85b7dc670bd6
|