base tools of cjl
Project description
base-tools
介绍
本库实现了一些基础的工具类,帮助开发者可以简单的通过python实现一些常用的功能,比如:文件操作、字符串操作、时间操作、网络操作等。
软件架构
cjlutils
├── init.py
├── AdbUtil.py
├── Base64Util.py
├── DictUtil.py
├── EncodeUtil.py
├── FileUtil.py
├── HttpUtil.py
├── ListUtil.py
├── PyplotUtil.py
├── ScpUtil.py
├── SshUtil.py
├── StringUtil.py
├── TimeUtil.py
安装教程
首先需要安装python环境,要求不低于3.10,然后通过pip安装依赖库
pip install base-tools
如果需要安装指定版本,如0.0.1,可以通过以下命令安装
pip install base-tools==0.0.1
使用说明
- 通过
import导入需要的工具类。以文件操作工具类FileUtil为例
from cjlutils import FileUtil
- 使用
FileUtil中的方法
FileUtil.get_file_list('path')
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
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
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 base_tools-0.1.2.tar.gz.
File metadata
- Download URL: base_tools-0.1.2.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5d1b783978f067fdd056fa90f671e549c0ba85779dbde5c8912ff19a2e2d267
|
|
| MD5 |
f045be3537d00009cd9234478eb80986
|
|
| BLAKE2b-256 |
dc1e06fd4fd677c9ae5b830337ae4529f61542cebadbbc7e922dd6bfe2a5b31f
|
File details
Details for the file base_tools-0.1.2-py3-none-any.whl.
File metadata
- Download URL: base_tools-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cabcb6f7bedc3c9f0656bda732e4ebc3e0238479f2d991183a37086a757b025
|
|
| MD5 |
c4f6fbec4dee9e85291d08a2ff095435
|
|
| BLAKE2b-256 |
f6e7316b52e138e4c77f8aa4ed889e036c6b9c068fe400e048cdef6c1d9b39a6
|