3 रिपॉजिटरी
Executing code blocks or scripts using a specific interpreter resolved from a project virtual environment.
Distinct from Script Interpreters: Focuses on virtual environment resolution for execution, whereas Script Interpreters is about multi-language support in task runners.
Explore 3 awesome GitHub repositories matching development tools & productivity · Virtual Environment Execution. Refine with filters or upvote what's useful.
python-mode एक Vim IDE प्लगइन है जो Python विकास के लिए एक एकीकृत टूलसेट प्रदान करता है। इसमें निष्पादन ब्रेकपॉइंट्स को प्रबंधित करने और प्रोग्राम स्थिति का निरीक्षण करने के लिए एक डिबगिंग इंटरफ़ेस, आधिकारिक भाषा प्रतीकों को पुनः प्राप्त करने के लिए एक दस्तावेज़ीकरण ब्राउज़र, और स्थिर विश्लेषण और स्वचालित संरचनात्मक रिफैक्टरिंग के लिए एक प्रणाली शामिल है। इस प्रोजेक्ट में एक समर्पित वातावरण मैनेजर है जो सही लाइब्रेरी और इंटरप्रेटर रिज़ॉल्यूशन सुनिश्चित करने के लिए प्रोजेक्ट-विशिष्ट वर्चुअल वातावरण का पता लगाता है और उनका उपयोग करता है। यह कोड त्रुटियों की पहचान करने और प्रोजेक्ट-व्यापी रिफैक्टरिंग करने के लिए PyLint और Rope जैसे बाहरी उपकरणों को एकीकृत करता है। यह प्लगइन वास्तविक समय लिंटिंग, स्वचालित कोड फ़ॉर्मेटिंग और इंटेलिजेंट कोड कंप्लीशन सहित व्यापक विकास क्षमताओं को कवर करता है। यह परिभाषाओं के बीच कूदने के लिए संरचनात्मक नेविगेशन उपकरण, उन्नत सिंटैक्स हाइलाइटिंग और संपादक से सीधे व्यक्तिगत कोड ब्लॉक निष्पादित करने की क्षमता भी प्रदान करता है।
Launches separate processes using detected virtual environments to execute specific scripts or selected code blocks.
This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building, versioning, and uploading Python distributions. It serves as a concrete project template and example for configuring metadata and build artifacts for package indices. The repository illustrates how to package software by defining project metadata and dependencies in static configuration files. It covers the process of transforming source trees into versioned archives and platform-specific binary distributions, specifically showing how to build binary wheels and source distribut
Runs commands within isolated virtual environments to ensure access to correct package versions.
Liquidprompt is an adaptive command-line interface theme and context-aware status bar for Bash and Zsh. It functions as a shell environment indicator and tracker, displaying real-time system information, user identity, host connections, and working directory data directly within the prompt. The project features a theme engine that allows for the modification of layout, colors, and glyphs. It integrates version control status indicators to show active branches, tags, and commit statistics, alongside indicators for active container tools, orchestrators, and language-specific virtual environment
Identifies active container tools, orchestrators, and virtual environments to display the current configuration context.