各种实用、常用的小函数、类
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.5.tar.gz
(12.5 kB
view details)
Built Distribution
jyhelper-1.3.5-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file jyhelper-1.3.5.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.5.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ede3a5f48b6ee86bd21615843b8d48e6a68367a5c952d6fa9cf089041f643e9a |
|
MD5 | e6f9e32b5deb878eee661d117d1309d8 |
|
BLAKE2b-256 | 657dbf8056560b4910ea163e41287519cccada77138f14ac809d395527e11b4d |
File details
Details for the file jyhelper-1.3.5-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.5-py3-none-any.whl
- Upload date:
- Size: 13.9 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 | b9f35e72bd0775e218a0dd65d8047e5e800283b41fe2b761fe45daf8a0163d1c |
|
MD5 | 6a8436f1ccaf05bb981870a6dc7feb31 |
|
BLAKE2b-256 | 0eb7961f73ad4d92bebecdd2f6446552f69797465016919c8331a97c5903a550 |