各种实用、常用的小函数、类
Project description
一些常用的类、方法
介绍
一些常用的类、方法,不定时更新
软件架构
db/mysql 数据库操作
timeHelper 时间相关
fileHelper 文件操作
common 一些常用的方法
feishuRobot 飞书机器人发送消息
sysHelper 系统相关
strHelper 字符串相关
listHelper 列表相关
dictHelper 字典相关
安装教程
安装
pip install jyhelper
python3 -m pip install jyhelper
更新
pip install jyhelper -U
pip install --upgrade jyhelper -i https://pypi.org/simple
python3 -m pip install jyhelper --upgrade -i https://pypi.org/simple
使用说明
from jyhelper import db
from jyhelper import timeHelper
from jyhelper import common
from jyhelper import fileHelper
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())
fileHelper.read(file_path='')
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-26.7.9.5.tar.gz
(58.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jyhelper-26.7.9.5.tar.gz.
File metadata
- Download URL: jyhelper-26.7.9.5.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f08dd5d2cf2bdd7dfc20df7bf9b33f2f096996999c84cb0978cd34a07a7223a
|
|
| MD5 |
5f1aa5e5cd84ec799e339810fc1d9f72
|
|
| BLAKE2b-256 |
8f1ae85071d83ad46870e85853148832d6f3c559b5fabdaa9ca712ffa178c0fd
|
File details
Details for the file jyhelper-26.7.9.5-py3-none-any.whl.
File metadata
- Download URL: jyhelper-26.7.9.5-py3-none-any.whl
- Upload date:
- Size: 66.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
602e4c4c73db454970a44e723263f45afc80acdb6b20d74e9103c0d7dc72877d
|
|
| MD5 |
92d6915c7abb1b6d85dd62a3bc913623
|
|
| BLAKE2b-256 |
7df9c4e6154542f90a0b13fb0f354cfed7bdbe3e1f8738a2ab40804bf9538d97
|