工作性价比计算器 - MCP工具
Project description
Bjob - 工作性价比计算器
一个基于MCP的工作性价比计算工具,帮助用户综合评估薪资、工时、通勤等多维度因素。
安装
pip install Bjob
使用
作为MCP工具使用
在Trae中配置:
{
"mcpServers": {
"Bjob": {
"command": "uvx",
"args": ["Bjob"]
}
}
}
直接运行
python -m Bjob
功能
- 计算工作性价比综合评分
- 考虑PPP转换因子
- 包含学历、经验、城市等个人因素
- 提供改进建议
支持的参数
- 年薪总包
- 每周工作天数
- 居家办公天数
- 年假天数
- 通勤时间
- 学历、工作经验、城市等级等
示例
from Bjob import calculate_job_worth
result = calculate_job_worth(
annual_salary=300000,
work_days_per_week=5,
daily_work_hours=8,
commute_hours=1.5,
education="本科",
city_level="二线城市"
)
print(result)
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
bjob-1.0.0.tar.gz
(5.8 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
bjob-1.0.0-py3-none-any.whl
(6.1 kB
view details)
File details
Details for the file bjob-1.0.0.tar.gz.
File metadata
- Download URL: bjob-1.0.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3d6deb24562b921531ee7eda5072d52012439c194765e6cf7a6dc79f96e1794
|
|
| MD5 |
cfff171c330509278d54e11e3cc7e518
|
|
| BLAKE2b-256 |
9f28cda9b7c4c562e4e89d605577432dd882e455f4891ac1aad1e1cac9b8b9f4
|
File details
Details for the file bjob-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bjob-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b62076d4a238c2bd24ff4d7ea69f28222d62a9225fce0a8c9080eafbc19d66c
|
|
| MD5 |
af8fe68b8c72076a58f8c08c6febe791
|
|
| BLAKE2b-256 |
3ad1d29ada9554e293fbe2f6c7e9e57d39f500f1a128418a232ff75f7d3d8950
|