summery233 python modules
Project description
summer_modules
233的Python工具箱
项目结构
├── CHANGELOG.md # 更新日志
├── README.md # 项目说明
├── config copy.toml # 配置文件(示例)
├── config.toml # 配置文件
├── poetry.lock # poetry依赖锁定文件
├── pyproject.toml # poetry项目配置文件
├── summer_modules # 模块㊗主目录
│ ├── __init__.py
│ ├── ai
│ │ ├── __init__.py
│ │ ├── deepseek.py # deeepseek英译中
│ ├── excel # excel相关模块
│ │ ├── __init__.py
│ ├── logger.py # 自定义彩色日志模块
│ ├── utils.py # 通用工具模块
│ ├── vulnerability # 漏洞信息相关模块
│ │ ├── __init__.py
│ │ ├── attck # attck官网漏洞信息
│ │ ├── cnnvd # CNNVD官网漏洞信息
│ │ ├── cnvd
│ │ ├── cve # CVE官网漏洞信息查询
│ │ ├── github_repo # nuclei仓库模板信息查询
│ │ └── nvd
│ └── web_request_utils # 随机 UA 生成器
│ ├── __init__.py
│ └── browsers.json
├── tests
│ ├── __init__.py
│ ├── test.json
│ ├── test_main.py
│ └── test_oneline.json
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
summer_modules-0.1.0.tar.gz
(28.6 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 summer_modules-0.1.0.tar.gz.
File metadata
- Download URL: summer_modules-0.1.0.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903d7882f8254251f378407b9d416345adc9614d6be53bff57d80b71250acaa8
|
|
| MD5 |
935cf00bf4467572e288b1ac682c9426
|
|
| BLAKE2b-256 |
3468d0f1a109ac86d2cc38538986104caa1d267452c0476dead7c6a8943f4efa
|
File details
Details for the file summer_modules-0.1.0-py3-none-any.whl.
File metadata
- Download URL: summer_modules-0.1.0-py3-none-any.whl
- Upload date:
- Size: 37.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20d3080e7543086cd7bf6a58b818ab6f86625ab3378d63e0debc5a15d9ac2998
|
|
| MD5 |
65b861bc17df900ade1315570b0d0d75
|
|
| BLAKE2b-256 |
583bb207011ea59dcefd28ff2aad61fd963a2fa3a11727e89d7a1c14bf40dde6
|