各种实用、常用的小函数、类
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.7.tar.gz
(12.8 kB
view details)
Built Distribution
jyhelper-1.3.7-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file jyhelper-1.3.7.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.7.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19d0ff759b912309dc4603cfa0fedbdbd7a3fdfd7cd97d0f9a740dea65abd7f7 |
|
MD5 | f5fc8edeb3e91ce211f54aeb602285f2 |
|
BLAKE2b-256 | acccf91436166ce0b65b275306e885ccb9a0fa75b44c2ccfe712875e99e38d78 |
File details
Details for the file jyhelper-1.3.7-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.7-py3-none-any.whl
- Upload date:
- Size: 14.2 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 | f93d26f01365a91022116c7ddd0bd47059d511b5aa14ad1f23cf62be689f7edd |
|
MD5 | c5ed2853053e84284ce9697570e2f164 |
|
BLAKE2b-256 | aab4821c30273107580b22fcdb26070c8cc837c4687637b4206a4c26f4c0cde6 |