各种实用、常用的小函数、类
Project description
一些常用的类、方法
介绍
一些常用的类、方法,不定时更新
软件架构
db/mysql 数据库操作
timeHelper 时间相关
fileHelper 文件操作
common 一些常用的方法
feishuRobot 飞书机器人发送消息
sysHelper 系统相关
strHelper 字符串相关
listHelper 列表相关
dictHelper 字典相关
安装教程
安装
pip install jyhelper
python3 -m pip install jyhelper
更新
pip install jyhelper -U
pip install --upgrade jyhelper -i https://pypi.org/simple
python3 -m pip install jyhelper --upgrade -i https://pypi.org/simple
使用说明
from jyhelper import db
from jyhelper import timeHelper
from jyhelper import common
from jyhelper import fileHelper
from jyhelper import feishuRobot
dbIns = db(host='',user='root',password='',port=3306,db='')
for row in dbIns.table('table').select():
print(row)
print(common.explodeList([1,2,3],2))
print(timeHelper.getDate())
fileHelper.read(file_path='')
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
jyhelper-26.5.15.0.tar.gz
(53.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
File details
Details for the file jyhelper-26.5.15.0.tar.gz.
File metadata
- Download URL: jyhelper-26.5.15.0.tar.gz
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e249d896efdc0bf18572f0e6122ced097d61163a767190ed1bd80b80b07cf60d
|
|
| MD5 |
9723e09e4e0000598a249a77987bedf6
|
|
| BLAKE2b-256 |
fbf484cafb66e8342b6f448a3bc3989f61cbea4c3a3c1449b4870f9f248e0d93
|
File details
Details for the file jyhelper-26.5.15.0-py3-none-any.whl.
File metadata
- Download URL: jyhelper-26.5.15.0-py3-none-any.whl
- Upload date:
- Size: 61.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c1b40e7c22b406f2491ee1e229db869f5e69f1c9ecc58006760aebff7631f2
|
|
| MD5 |
b1b2b3e9e37f3bfebc808a3c2f92d333
|
|
| BLAKE2b-256 |
7bbce5e5c310f43a13d6083a8a4696b213669d8065d4db35541cf9065fa1f060
|