各种实用、常用的小函数、类
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.6.tar.gz
(12.8 kB
view details)
Built Distribution
jyhelper-1.3.6-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file jyhelper-1.3.6.tar.gz
.
File metadata
- Download URL: jyhelper-1.3.6.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 | 83aa0f67fa967bbc77a130309cc7e6ddfa2e5c3bf53be5170c8542a6b4c1ca69 |
|
MD5 | 482ff2b5fdc45d56496c4de22674045a |
|
BLAKE2b-256 | 22c77a6908a0b677c439c473c6020d74ea84fb1ba37c2c85c625f51c1b980be8 |
File details
Details for the file jyhelper-1.3.6-py3-none-any.whl
.
File metadata
- Download URL: jyhelper-1.3.6-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 | 80523ef2885122715b9d3a6fd0e2a894e0c4b96a7cc817d816ad5c9195b8cddb |
|
MD5 | b80863b568d4e2ff02dedaf655ddde32 |
|
BLAKE2b-256 | abc258ce24c794ece783691a1e26c8bfada63b7ed50913cbb52324173c27f035 |