Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-tools

base tools of cjl

  • 0.1.5
  • PyPI
  • Socket score

Maintainers
1

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
使用说明
  1. 通过import导入需要的工具类。以文件操作工具类FileUtil为例
from cjlutils import FileUtil
  1. 使用FileUtil中的方法
FileUtil.get_file_list('path')
参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc