各种实用、常用的小函数、类
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.7.9.2.tar.gz
(57.6 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.7.9.2.tar.gz.
File metadata
- Download URL: jyhelper-26.7.9.2.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ce84ddccbf1c3bbb0f2bd8ab4d66cb9da494621c5966e896db17555b5fbb851
|
|
| MD5 |
6059801f2e331437841df7ffa1efe062
|
|
| BLAKE2b-256 |
72987ea006f3b09f6e5024f6c6c15f6a6b50a11045013b1574706a0f75e511a6
|
File details
Details for the file jyhelper-26.7.9.2-py3-none-any.whl.
File metadata
- Download URL: jyhelper-26.7.9.2-py3-none-any.whl
- Upload date:
- Size: 66.3 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 |
67ec727c511cb136915195518bca31d3850175d6c5c83ab8ced857c6d503872f
|
|
| MD5 |
c16bbe568006a4dbff38e5371feed736
|
|
| BLAKE2b-256 |
971d93d2bff5f7195ec673293b425a13e5fa0b6dcc4003c469fea5da89a53ea3
|