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.9.tar.gz
(13.2 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.9-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file catfood-1.0.9.tar.gz.
File metadata
- Download URL: catfood-1.0.9.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
865997228fd4d3f68335f17a38c4e85fd49aa044691ee710b3ec1c98f5eca92a
|
|
| MD5 |
9b4751cbad9405a2c8b8b949ab4ee097
|
|
| BLAKE2b-256 |
6ffb35427739913dbd3a9308e2ca368598d1e4045f4ec1d20712ece2601b8f03
|
File details
Details for the file catfood-1.0.9-py3-none-any.whl.
File metadata
- Download URL: catfood-1.0.9-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 |
ed98770155b3c4de97c68e7e8d70906b8ca4901e496c40fcbcbc242de8dee2c7
|
|
| MD5 |
fb5b0f2249abc439ec87fef60b456f0a
|
|
| BLAKE2b-256 |
1318ae75dc40bbf2958833fe1b052e4eb2840678665429f09063ac34823f3576
|