各种实用、常用的小函数、类
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.1.tar.gz
(12.0 kB
view details)
Built Distribution
jyhelper-1.3.1-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file jyhelper-1.3.1.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef8d1c95306a8b89fb3b68328d456860338313b7a80d9e0df1625e823049239a |
|
MD5 | d9d9b99e1c56fb70a77da26972619dc9 |
|
BLAKE2b-256 | 91a1cabeafd7b76de5e64784f503bf01e30608536112ad6f924b9e725f598efc |
File details
Details for the file jyhelper-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.1-py3-none-any.whl
- Upload date:
- Size: 13.4 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 | 537bf4e3cac219725db182aab5c4d992615113336c6480e82e83ff80bf6f8e32 |
|
MD5 | 34d878d2eb0fd9eeaef2641246ff03b2 |
|
BLAKE2b-256 | 51514c0df5a232b6b49bd1b7e9910498e44006e28f66774dab97a66f0c5daa36 |