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.10.tar.gz
(13.3 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.10-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file catfood-1.0.10.tar.gz.
File metadata
- Download URL: catfood-1.0.10.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30b5e8cd99d1f4b7dfbbb39c929e513a4010c9c5defc3d6ab4b5d47490dee718
|
|
| MD5 |
bed3bbbd50d71366c85ae6561f0874aa
|
|
| BLAKE2b-256 |
04b493938088c722fc00d1d1d574117c7ba9e371aec46d704da66b9834e5da71
|
File details
Details for the file catfood-1.0.10-py3-none-any.whl.
File metadata
- Download URL: catfood-1.0.10-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3436ee68516ba06b570fcc4f65c586c212d34cc763e52b27435d3205760982f
|
|
| MD5 |
26a40880a7af404cf4de76310c762cbf
|
|
| BLAKE2b-256 |
d1b531ea4715732bba931225243ba5588f4f751fd0ddf10e3e0a4e82a2e7ca8a
|