Metadata-Version: 2.1
Name: super-job-wizard
Version: 2.0.0
Summary: AI驱动的超级求职助手 - 集成全球化数据分析、智能决策支持、大数据洞察、平台集成和AI分析的终极求职工具
Home-page: https://github.com/yourusername/super-job-wizard
Author: Super Job Wizard Team
Author-email: support@super-job-wizard.com
Project-URL: Bug Reports, https://github.com/yourusername/super-job-wizard/issues
Project-URL: Source, https://github.com/yourusername/super-job-wizard
Project-URL: Documentation, https://github.com/yourusername/super-job-wizard#readme
Keywords: job search,career planning,AI assistant,MCP,salary analysis,job wizard
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp >=1.0.0
Requires-Dist: fastmcp >=0.1.0
Requires-Dist: pydantic >=2.0.0
Requires-Dist: requests >=2.28.0
Requires-Dist: jsonschema >=4.0.0
Requires-Dist: python-dateutil >=2.8.0
Requires-Dist: colorama >=0.4.0
Requires-Dist: typing-extensions >=4.0.0

# 🚀 超级无敌宇宙级求职神器 (Super Job Wizard)

> 一个集成AI分析、大数据处理、平台整合的智能求职助手

## 📁 项目结构

```
mcp-gonzhu/
├── 📂 src/                    # 核心源码
│   ├── super_job_wizard.py    # 主入口
│   └── modules/               # 功能模块
├── 📂 projects/               # 专项项目
│   └── water_quality/         # 水质监测面试资料
├── 📂 tests/                  # 测试体系
│   ├── unit/                  # 单元测试
│   ├── integration/           # 集成测试
│   └── projects/              # 专项测试
├── 📂 docs/                   # 文档中心
│   ├── zh/                    # 中文文档
│   ├── en/                    # 英文文档
│   └── guides/                # 使用指南
├── 📂 config/                 # 配置文件
├── 📂 scripts/                # 工具脚本
└── 📂 super_job_env_313/      # Python虚拟环境
```

## 🎯 快速开始

1. **激活环境**
   ```bash
   super_job_env_313\Scripts\activate
   ```

2. **安装依赖**
   ```bash
   pip install -r requirements.txt
   ```

3. **运行主程序**
   ```bash
   python src/super_job_wizard.py
   ```

## 🌟 特色功能

- 🤖 **AI智能分析** - 职位匹配度分析
- 📊 **大数据处理** - 市场趋势分析
- 🔗 **平台整合** - 多平台数据聚合
- 📝 **面试准备** - 专业面试资料包

## 📚 文档导航

- [中文文档](docs/zh/) - 详细的中文使用指南
- [English Docs](docs/en/) - English documentation
- [使用指南](docs/guides/) - 快速上手教程

## 🧪 测试

```bash
# 运行所有测试
python -m pytest tests/

# 运行单元测试
python -m pytest tests/unit/

# 运行集成测试
python -m pytest tests/integration/
```

## 🤝 贡献

欢迎提交 Issue 和 Pull Request！

## 📄 许可证

MIT License
