Advanced Python utilities for WeChat automation, time and data processing
Project description
Bruce Li TC
高级Python工具库,提供微信自动化、时间和数据处理功能。
功能特性
- ? 微信视频自动化操作
- ? 高级时间处理工具
- ? 数据分析和处理
- ? 网络请求和数据库操作
- ? 图像处理和计算机视觉
安装
pip install bruce-li-tc
目录结构
Bruce_li_tc/ # ?? 项目根目录(普通文件夹)
├── .github/ # ?? GitHub配置目录(普通文件夹)
│ └── workflows/ # ?? GitHub Actions工作流(普通文件夹)
│ ├── ci.yml # ? CI测试配置文件
│ └── release.yml # ? 自动发布配置文件
├── src/ # ?? 源代码目录(普通文件夹)
│ └── bruce_li_tc/ # ?? Python包目录(Python包,必须有__init__.py)
│ ├── __init__.py # ? 包初始化文件(Python包标识)
│ ├── _version.py # ? 版本管理文件(会被setuptools-scm覆盖)
│ ├── wechatauto/ # ?? 微信自动化模块(Python子包)
│ │ ├── __init__.py # ? 子包初始化文件
│ │ └── wechat_video_automator/
│ │ └── bruce_uiauto/ # ?? 资源文件目录
│ └── network/ # ?? 网络工具模块(Python子包)
│ ├── __init__.py # ? 子包初始化文件
│ └── ... # 其他网络模块文件
├── tests/ # ?? 测试目录(普通文件夹)
│ └── __init__.py # ? 测试包初始化文件
├── scripts/ # ?? 脚本目录(普通文件夹)
│ ├── update_version.py # ? 版本更新脚本
│ └── test_before_release.py # ? 发布前测试脚本
├── venv/ # ?? 虚拟环境(.gitignore忽略)
├── dist/ # ?? 构建输出(.gitignore忽略)
├── .gitignore # ? Git忽略规则
├── pyproject.toml # ? 项目构建配置
├── requirements.txt # ? 项目依赖
├── requirements-dev.txt # ? 开发依赖
├── CHANGELOG.md # ? 变更日志(也是当前README)
└── README.md # ? 项目介绍文档(新增)
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
bruce_li_tc-0.7.6.dev0.tar.gz
(134.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 bruce_li_tc-0.7.6.dev0.tar.gz.
File metadata
- Download URL: bruce_li_tc-0.7.6.dev0.tar.gz
- Upload date:
- Size: 134.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ab4858d90bf30ad339d3f8c4e21393e4a6496a9f8d9f45722e89b9eafd92fc4
|
|
| MD5 |
704bece611ebea672031f3882db259cc
|
|
| BLAKE2b-256 |
617d1a237c049be434fa5f621ea70a1ab5f9213ed1cd2cb5868b0a1233eb2732
|
File details
Details for the file bruce_li_tc-0.7.6.dev0-py3-none-any.whl.
File metadata
- Download URL: bruce_li_tc-0.7.6.dev0-py3-none-any.whl
- Upload date:
- Size: 149.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f294dc18ea9965ccf7701ae2a386515f73be6a28b87a5656bfeb51621dbbe30e
|
|
| MD5 |
b7aeb5e8de50c9cf0939017df32e4447
|
|
| BLAKE2b-256 |
c8aeb9fbfb74abce3d6baf800b0d9813c56de3b1e81745f16ac562cdf866a927
|