Add Python adapter RFC#1643
Open
ThomasNieto wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new draft RFC proposing a Python adapter (Microsoft.Adapter/Python) and associated SDK/discovery components to enable authoring DSC v3 resources in idiomatic Python.
Changes:
- Introduces RFC 0001 draft describing the Python adapter design, SDK API surface, and discovery/invocation model.
- Specifies proposed manifest formats, stdin/stdout contracts, logging expectations, and multi-runtime/venv behavior.
| @@ -0,0 +1,486 @@ | |||
| --- | |||
| RFC: 0001 | |||
| @@ -0,0 +1,486 @@ | |||
| --- | |||
| RFC: 0001 | |||
| Author: ThomasNieto | |||
| Author: ThomasNieto | ||
| Sponsor: null | ||
| Status: Draft | ||
| SupercededBy: null |
| SupercededBy: null | ||
| Version: 1.0 | ||
| Area: Adapter | ||
| CommentsDue: null |
| - If no manifests found, run the adapter's `list` command in a subprocess with that VENV activated | ||
| - Collect all discovered resources and tag them with the source VENV path | ||
| 4. If no VENVs specified, scan system site-packages using the same process | ||
| 5. Deduplicate resources by type and version; last VENV wins (priority order respects list order) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Add Python adapter RFC
PR Context
RFC for #586