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
Changelog
所有项目的显著变更都将记录在此文件中。
格式基于 Keep a Changelog。
[0.1.1] - 2025-05-12
更新 CHANGELOG
[0.1.0] - 2025-05-12
新增
- 初始版本发布
- 包含如下模块
ai.deepseek: 英译中excel: Excel 相关操作get_column_index_by_name:获取指定列名对应的索引get_cell_value: 获取指定行和列名的单元格值set_cell_value: 设置指定行和列名的单元格值
vulnerability: 漏洞信息相关attck:ATT&CK官网数据处理cnnvd:CNNVD官网数据处理cve:CVE官网数据处理以及指定编号CVE的POC/EXP查询github_repo.nuclei: GitHub Nuclei 模板数据处理,以及查询指定CVE编号是否有对应的Nuclei模板
web_request_utils.getUserAgent: 获取随机的User-Agentlogger: 自定义颜色 loggerutils: 一些常用的工具函数write_dict_to_json_file: 将字典写入 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.1.tar.gz
(29.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.1.tar.gz.
File metadata
- Download URL: summer_modules-0.1.1.tar.gz
- Upload date:
- Size: 29.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 |
f56b68f06d3d0bfb5d50e52226ae32175e450540ebd21730ad4b0eed6d367cc6
|
|
| MD5 |
0b227c23ebbfb4d8453ffcdafeb4d7ac
|
|
| BLAKE2b-256 |
e639cd82c6539c5eec0e840a0b549057bf8137360bdd17318680f34732cbf910
|
File details
Details for the file summer_modules-0.1.1-py3-none-any.whl.
File metadata
- Download URL: summer_modules-0.1.1-py3-none-any.whl
- Upload date:
- Size: 37.5 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 |
0178b5fe7b79e749c8c29177c8e6d74af44f66ce95ced90ff8a24b43b13f304f
|
|
| MD5 |
2fd88a544bc478d145dd864103c8882f
|
|
| BLAKE2b-256 |
72fa807678e5f958b55d551a5f858706e43a376e77632981b6dec47a02f8da7a
|