Common Toolkit
Project description
Common Toolkit
通用的python工具包
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
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
common_toolkit-0.0.1.tar.gz
(8.0 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 common_toolkit-0.0.1.tar.gz.
File metadata
- Download URL: common_toolkit-0.0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82b82891594791efc6fabca4dfa3e3319c1520df51b0daa4cf3acd139055ba37
|
|
| MD5 |
c08254bb1fe3fa95a729fb33c4bf03f1
|
|
| BLAKE2b-256 |
564aaff5605133994ea821d97e5d3dd910757483398e41bd1db66124a024a665
|
File details
Details for the file common_toolkit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: common_toolkit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a659f6d0f3a7a428e382a38c8afc576263f988df4415a9742ff61a70065fc6
|
|
| MD5 |
d84a422d47f1b470a9b420d40ecd152b
|
|
| BLAKE2b-256 |
8b88d7369f8d1e8bf575ea8a6f845ed9d65a1c750391da71b4558c73349f3284
|