A visualization tool for access log analysis
Project description
V2Log - Access Log Analyzer
一个基于 Streamlit 的访问日志分析器,提供可视化的日志分析功能。
本项目98%内容由 Cursor 生成
功能特点
- 日志分析
- 地理位置可视化
- 访问量时间趋势
- 城市分布统计
- 搜索和过滤功能
- 分页数据展示
安装说明
通过 pip 安装
pip install v2log
使用说明
可以通过如下命令运行测试应用
v2log --demo
日志分析器支持通过命令行参数指定日志文件路径:
v2log access.log
项目结构
├── dev.py
├── v2log
│ ├── __init__.py
│ ├── analyzer.py
│ ├── app.py
│ ├── cli.py
│ ├── components.py
│ ├── data
│ │ └── IP2LOCATION-LITE-DB11.BIN
│ └── utils
│ ├── __init__.py
│ ├── generator.py
│ └── helpers.py
├── requirements.txt
└── setup.py
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
v2log-0.1.2.tar.gz
(21.7 MB
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
v2log-0.1.2-py3-none-any.whl
(22.0 MB
view details)
File details
Details for the file v2log-0.1.2.tar.gz.
File metadata
- Download URL: v2log-0.1.2.tar.gz
- Upload date:
- Size: 21.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e2033cd922e7642c5555f4ffb6f889d4ebeb2d5b4ffdb54e99c746a0695352f
|
|
| MD5 |
c6554c76079de673858ca3c03ea896a6
|
|
| BLAKE2b-256 |
72af0654c58783447243c237e5aa1e252e82a9c5c97c7fe7b2d42368e22d316d
|
File details
Details for the file v2log-0.1.2-py3-none-any.whl.
File metadata
- Download URL: v2log-0.1.2-py3-none-any.whl
- Upload date:
- Size: 22.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf4f87ac807411d2105f176e098570de7f7bdf15c49617e3b80bb75b9f8f87bb
|
|
| MD5 |
dfc660adc82138d5bfbed888bee60488
|
|
| BLAKE2b-256 |
987ae50d5896d36cc732365625d663811562e83e2812e8cb97b51b69d691cf28
|