awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesEmbedded Interactive Shells

Integrating a REPL directly into a running application process for live state manipulation.

Distinct from PHP Integrations: Existing PHP candidates focus on servers or deployment, not the interactive embedding of a shell for debugging.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Embedded Interactive Shells. Refine with filters or upvote what's useful.

Awesome Embedded Interactive Shells GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • youfou/wxpyyoufou का अवतार

    youfou/wxpy

    14,270GitHub पर देखें↗

    wxpy is a Python library and bot framework that acts as an API wrapper for personal WeChat accounts. It provides a programming interface to automate account tasks, send messages, and manage contacts. The project functions as a chatbot integration engine, allowing users to connect external AI services and custom logic to automatically respond to private and group conversations. It includes a social media automation toolkit for programmatically handling friend requests and group memberships. The framework covers multimedia message broadcasting, user profile retrieval, and contact search. It al

    Embeds a live Python REPL into the running bot process for real-time state manipulation and logic modification.

    Pythonapiwechatweixin
    GitHub पर देखें↗14,270
  • bobthecow/psyshbobthecow का अवतार

    bobthecow/psysh

    9,829GitHub पर देखें↗

    PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and application inspector, allowing for the execution of PHP code in real-time to experiment with snippets and inspect live application state. The project is distinguished by its ability to be embedded directly into running PHP applications for live troubleshooting. It provides specialized tools for state manipulation, including the ability to bypass visibility restrictions to inspect private or protected object members and the capacity to reload code without restarting the session.

    Enables the integration of an interactive command line directly into running PHP applications for live troubleshooting.

    PHPcliphppsysh
    GitHub पर देखें↗9,829
  • project-chip/connectedhomeipproject-chip का अवतार

    project-chip/connectedhomeip

    8,586GitHub पर देखें↗

    This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s

    Provides an interactive shell to execute read and write operations on device attribute clusters.

    C++build-with-matterchipconnected-devices
    GitHub पर देखें↗8,586
  • prompt-toolkit/ptpythonprompt-toolkit का अवतार

    prompt-toolkit/ptpython

    5,439GitHub पर देखें↗

    ptpython एक उन्नत इंटरैक्टिव Python REPL और एसिंक्रोनस कंसोल है जिसे prompt-toolkit लाइब्रेरी पर बनाया गया है। यह मल्टीलाइन एडिटिंग, ऑटोकंप्लीशन और सिंटैक्स हाइलाइटिंग के समर्थन के साथ Python कोड निष्पादित करने के लिए एक अनुकूलन योग्य कमांड-लाइन इंटरफेस प्रदान करता है। यह वातावरण एक एकीकृत इवेंट लूप के माध्यम से टॉप-लेवल await स्टेटमेंट्स और एसिंक्रोनस निष्पादन का समर्थन करता है। यह Vi या Emacs नेविगेशन के लिए कॉन्फ़िगर करने योग्य की बाइंडिंग्स और पर्सनलाइज्ड कलर स्कीम्स सहित व्यापक इंटरफेस कस्टमाइज़ेशन की अनुमति देता है। इस शेल में रीयल-टाइम सिंटैक्स वैलिडेशन और सेशन छोड़े बिना सिस्टम शेल कमांड्स के निष्पादन के लिए क्षमताएं शामिल हैं। इसे अन्य एप्लीकेशन्स के भीतर एक एम्बेडेड REPL के रूप में इंटीग्रेट किया जा सकता है या अतिरिक्त मैजिक फंक्शन्स प्रदान करने के लिए बाहरी शेल्स को रैप करने के लिए उपयोग किया जा सकता है।

    Integrates a full interactive shell environment into other running applications as a primary input interface.

    Python
    GitHub पर देखें↗5,439
  1. Home
  2. Programming Languages & Runtimes
  3. Embedded Interactive Shells

सब-टैग एक्सप्लोर करें

  • Cluster Data Model ShellsInteractive shells specifically designed to manipulate data model clusters and attributes in real-time. **Distinct from Embedded Interactive Shells:** Focuses on the Matter cluster data model rather than general application state or language REPLs