Skip to main content

Common Toolkit

Project description

Common Toolkit

通用的python工具包

Imports: isort Code style: black Git hook: pre-commit Release: flit

1、说明

common_toolkit包含以下几部分功能,可按需加载不同功能包的依赖模块(参考3)

  • cli: ,安装本包会同时扩展一些shell命令,详细介绍如下
    • py
      • 说明:在当前目录创建python项目骨架相关命令
      • 使用:$py --help
  • development: 常见python开发相关的工具包
  • penetration: 渗透测试相关功能包

2、安装

pip install common_toolkit

3、依赖按需加载

eg1: 只想要使用开发相关的依赖

pip install "common_toolkit[development]"

eg2: 只想要使用渗透测试相关的依赖

pip install "common_toolkit[penetration]"

eg3: 如果需要使用两个及以上相关的依赖,请在中括号中用,将需要安装的依赖包名分隔

pip install "common_toolkit[development,penetration]"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

common_toolkit-0.0.1.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

common_toolkit-0.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page