各种实用、常用的小函数、类
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.2.tar.gz
(12.2 kB
view details)
Built Distribution
jyhelper-1.3.2-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file jyhelper-1.3.2.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1e119141377e4bd81c8189016db3bbebe66c805a70084394919e9789bc2e944 |
|
MD5 | 68d194cbcbe6b04b6abb7cf72ba71e25 |
|
BLAKE2b-256 | 88ce0ea18ee45ceb31b3d60546d6318b2f2cd5031623bf72d2a52ffbc09b9fd4 |
File details
Details for the file jyhelper-1.3.2-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.2-py3-none-any.whl
- Upload date:
- Size: 13.6 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 | 73ad01367b6e23b89f7ffd0f0b1152be1b954f7d3e4fc45adc2fccfa60a5e4f2 |
|
MD5 | a2c6e307d171a7dd6947bf12ddff1d54 |
|
BLAKE2b-256 | 4a50b73f795a61f97858da51b4a70deee8c4c67b0c768e99b124032e306371e8 |