各种实用、常用的小函数、类
Project description
一些常用的类、方法
介绍
一些常用的类、方法,不定时更新
软件架构
db 是数据库此操作模块
timeHelper 是和时间相关函数
common是 一些常用的方法
安装教程
安装
pip install jyhelper
更新
pip install jyhelper -U
使用说明
from jyhelper import db
from jyhelper import timeHelper
from jyhelper import common
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())
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.1.1.tar.gz
(7.9 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-1.1.1.tar.gz.
File metadata
- Download URL: jyhelper-1.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3983bb89d5f471916122793eca0e29751cf847662e0321ecd5ad6dbd65fe415a
|
|
| MD5 |
44e43a0ede0ca8cd3bf18a220f2e0336
|
|
| BLAKE2b-256 |
46b167014a635a97e6237147b453cea2b1ddc3ee1bea14123de401606930a5cb
|
File details
Details for the file jyhelper-1.1.1-py3-none-any.whl.
File metadata
- Download URL: jyhelper-1.1.1-py3-none-any.whl
- Upload date:
- Size: 8.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 |
ed99fd59a90e7feafe0a718861cbd1c38ecd0109895130bcebfdfac5ec4ed0fe
|
|
| MD5 |
614ce544e7c85b5a863cbe5f628bb9ea
|
|
| BLAKE2b-256 |
966029f2fc8aab6ebd54df3ffe981386242c2980b65ff46632eef2600f2e1df0
|