-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI 2025: Use pueblo.sfa
for responder run
#576
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces significant updates to the Responder framework, primarily focusing on Python version support, CLI functionality, and dependency management. The changes include dropping support for Python 3.6, expanding the Changes
Sequence DiagramsequenceDiagram
participant CLI as Responder CLI
participant SFA as SingleFileApplication
participant App as Application
CLI->>SFA: load_target(target)
SFA-->>CLI: Validate and load target
SFA->>App: Initialize application
CLI->>App: Run application
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
pueblo.sfa
for responder run
pueblo.sfa
for responder run
b1cb1e2
to
7be9bc8
Compare
d853904
to
139b7e9
Compare
About
SFA – Single File Applications.
Pitch: Use PEP 723 for defining inline dependencies, like marimo and others are doing it already.
PEP 723 – Inline script metadata pyveci/pueblo#139
Refactoring: Use code from pueblo to implement application launching.
pueblo.sfa
provides a few utility routines for discovering and invoking Python code.Feature: Unlock loading application from remote location, using
fsspec
.