Metadata-Version: 2.4
Name: jobpicky
Version: 0.2.1
Summary: JobPicky - Your personalized job radar
License-Expression: MIT
Project-URL: Homepage, https://github.com/mushang0/JobPicky
Project-URL: Repository, https://github.com/mushang0/JobPicky
Keywords: job-search,personalized-job-search,feishu,career,招聘,求职
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: fastapi<0.116,>=0.115
Requires-Dist: openpyxl>=3.1
Requires-Dist: PyYAML>=6.0
Requires-Dist: requests>=2.31
Requires-Dist: uvicorn>=0.32
Provides-Extra: test
Requires-Dist: httpx<0.29,>=0.27; extra == "test"
Requires-Dist: pytest<9,>=8; extra == "test"
Dynamic: license-file

# JobPicky

Your personalized job radar

懂你偏好的个性化岗位雷达：选择你的偏好，快速发现匹配岗位；飞书是可选的，连接后即可同步推荐。

## 启动

~~~powershell
uvx --python 3.12 jobpicky
~~~

启动后浏览器会自动打开配置页面；连接飞书后会自动创建或修复工作台并同步推荐。源码安装、开发环境、测试、打包和发布流程见 [DEVELOPER.md](DEVELOPER.md)。
