jyhelper


Namejyhelper JSON
Version 1.6.6 PyPI version JSON
download
home_pagehttps://pypi.org/project/jyhelper/
Summary各种实用、常用的小函数、类
upload_time2025-07-11 09:31:00
maintainerNone
docs_urlNone
authorJY
requires_python>=3.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 一些常用的类、方法

#### 介绍
一些常用的类、方法,不定时更新

#### 软件架构
```commandline
 db 数据库操作模块
 timeHelper 时间相关方法
 file 文件操作相关方法
 common 一些常用的方法
 feishuRobot 飞书机器人发送消息
```


#### 安装教程

```commandline
安装
pip install jyhelper
更新
pip install jyhelper -U
pip install  --upgrade jyhelper -i https://pypi.org/simple
```

#### 使用说明

```python3
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='')
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/jyhelper/",
    "name": "jyhelper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "JY",
    "author_email": "your-email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/f6/ea516a871b8a3d612129c67a82df78a4de58e82b22f2d3a120b4058471b7/jyhelper-1.6.6.tar.gz",
    "platform": null,
    "description": "# \u4e00\u4e9b\u5e38\u7528\u7684\u7c7b\u3001\u65b9\u6cd5\r\n\r\n#### \u4ecb\u7ecd\r\n\u4e00\u4e9b\u5e38\u7528\u7684\u7c7b\u3001\u65b9\u6cd5\uff0c\u4e0d\u5b9a\u65f6\u66f4\u65b0\r\n\r\n#### \u8f6f\u4ef6\u67b6\u6784\r\n```commandline\r\n db \u6570\u636e\u5e93\u64cd\u4f5c\u6a21\u5757\r\n timeHelper \u65f6\u95f4\u76f8\u5173\u65b9\u6cd5\r\n file \u6587\u4ef6\u64cd\u4f5c\u76f8\u5173\u65b9\u6cd5\r\n common \u4e00\u4e9b\u5e38\u7528\u7684\u65b9\u6cd5\r\n feishuRobot \u98de\u4e66\u673a\u5668\u4eba\u53d1\u9001\u6d88\u606f\r\n```\r\n\r\n\r\n#### \u5b89\u88c5\u6559\u7a0b\r\n\r\n```commandline\r\n\u5b89\u88c5\r\npip install jyhelper\r\n\u66f4\u65b0\r\npip install jyhelper -U\r\npip install  --upgrade jyhelper -i https://pypi.org/simple\r\n```\r\n\r\n#### \u4f7f\u7528\u8bf4\u660e\r\n\r\n```python3\r\nfrom jyhelper import db\r\nfrom jyhelper import timeHelper\r\nfrom jyhelper import common\r\nfrom jyhelper import file\r\nfrom jyhelper import feishuRobot\r\n\r\ndbIns = db(host='',user='root',password='',port=3306,db='')\r\nfor row in dbIns.table('table').select():\r\n    print(row)\r\n\r\nprint(common.explodeList([1,2,3],2))\r\n\r\nprint(timeHelper.getDate())\r\n\r\nfile.readTxtFile(filePath='')\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u5404\u79cd\u5b9e\u7528\u3001\u5e38\u7528\u7684\u5c0f\u51fd\u6570\u3001\u7c7b",
    "version": "1.6.6",
    "project_urls": {
        "Homepage": "https://pypi.org/project/jyhelper/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f253273dc9c4efdf6e927c9fbfd77a45fc8f46f7d72f909a6087ec5781de32a5",
                "md5": "6c752e63d5bfaca54930e5c91ce91f9d",
                "sha256": "c3d87fd1ce514b5573a88f412f57a383a9f42d9ae45161870f216e2a1df9a79a"
            },
            "downloads": -1,
            "filename": "jyhelper-1.6.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c752e63d5bfaca54930e5c91ce91f9d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 20376,
            "upload_time": "2025-07-11T09:30:59",
            "upload_time_iso_8601": "2025-07-11T09:30:59.467935Z",
            "url": "https://files.pythonhosted.org/packages/f2/53/273dc9c4efdf6e927c9fbfd77a45fc8f46f7d72f909a6087ec5781de32a5/jyhelper-1.6.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cf6ea516a871b8a3d612129c67a82df78a4de58e82b22f2d3a120b4058471b7",
                "md5": "d17b3dd039b504b61abf6c7f37b24883",
                "sha256": "27f959ff058cf54c32e729f5872c2bef2a8e937fe2f34e913eddadf0c9517841"
            },
            "downloads": -1,
            "filename": "jyhelper-1.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d17b3dd039b504b61abf6c7f37b24883",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 17805,
            "upload_time": "2025-07-11T09:31:00",
            "upload_time_iso_8601": "2025-07-11T09:31:00.582314Z",
            "url": "https://files.pythonhosted.org/packages/5c/f6/ea516a871b8a3d612129c67a82df78a4de58e82b22f2d3a120b4058471b7/jyhelper-1.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 09:31:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jyhelper"
}
        
JY
Elapsed time: 0.41458s