Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@taeold
Copy link
Collaborator

@taeold taeold commented Sep 30, 2025

Basic support for discovering dotguides in python project.

  • Implemented Python language support with a new adapter that detects pyproject.toml/uv.lock
  • Honors UV_PROJECT_ENVIRONMENT
  • Parses pyvenv.cfg and .python-version for runtime hints
  • Reads wheel METADATA/RECORD entries to surface installed packages with .guides
  • Fall back to PyPI contrib packages (dotguides-contrib-{pkgName}) when a local contrib path is absent.

@taeold taeold requested a review from mbleigh September 30, 2025 22:33
@taeold
Copy link
Collaborator Author

taeold commented Sep 30, 2025

/gemini review

Copy link
Collaborator

@mbleigh mbleigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are a hero! I didn't review in-depth because something is better than nothing, let's get it in and start iterating.

@taeold taeold merged commit bfa3ab4 into main Oct 1, 2025
2 checks passed
@taeold taeold deleted the dl-py branch October 1, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants