Metadata-Version: 2.4
Name: projectbridge
Version: 0.1.0
Summary: Analyze your GitHub repos against job descriptions and get concrete project ideas to close skill gaps.
Author: akuligowski9
License-Expression: MIT
Project-URL: Homepage, https://github.com/akuligowski9/project-bridge
Project-URL: Documentation, https://github.com/akuligowski9/project-bridge#readme
Project-URL: Repository, https://github.com/akuligowski9/project-bridge
Project-URL: Issues, https://github.com/akuligowski9/project-bridge/issues
Keywords: developer-tools,skill-gap,career,github,portfolio,job-search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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 :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: pyyaml
Requires-Dist: pydantic
Requires-Dist: requests
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.39.0; extra == "anthropic"
Provides-Extra: dev
Requires-Dist: ruff>=0.15.0; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
