各种实用、常用的小函数、类
Project description
一些常用的类、方法
介绍
一些常用的类、方法,不定时更新
软件架构
db 数据库操作模块
timeHelper 时间相关方法
file 文件操作相关方法
common 一些常用的方法
feishuRobot 飞书机器人发送消息
安装教程
安装
pip install jyhelper
更新
pip install jyhelper -U
使用说明
from jyhelper import db
from jyhelper import timeHelper
from jyhelper import common
from jyhelper import file
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())
file.readTxtFile(filePath='')
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-1.3.4.tar.gz
(12.4 kB
view details)
Built Distribution
jyhelper-1.3.4-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file jyhelper-1.3.4.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e7ed63b547ec39f7e0c3768a8c2df065da9f0a6c08f27d9757c08dbe4a775c7 |
|
MD5 | 26190c07bc3c1654ab8eef3c6edbe970 |
|
BLAKE2b-256 | 92cb4872cc383f3eeef16bd3b97c77cdd51b9fee9c7499e5b42e0af04340378c |
File details
Details for the file jyhelper-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.4-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1623ece72c20076406f1473138571c096d60ec00f6232fbdda243ae3bcc53ccc |
|
MD5 | 08d91e8be3ce03d23d4202760665ec62 |
|
BLAKE2b-256 | 7fe448591f2f10066f85d52648807f307f854ef9920272377cf84bf8fdcca116 |