8 repository-uri
Tools and plugins for enhancing Python development workflows.
Explore 8 awesome GitHub repositories matching part of an awesome list · Python Extensions. Refine with filters or upvote what's useful.
gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy
Provides a Python-based extension that automates state monitoring within GDB.
New versions of this plugin only works with Python >= 3.6 and requires Sublime Text 4 build >= 4107
Adds IDE-like features including autocompletion and linting.
a python refactoring library
Integrates a library for Python code refactoring.
This is a package with preferences and syntax highlighter for cutting edge Python 3, although Python 2 is well supported, too. The syntax is compatible with Sublime Text, Atom and Visual Studio Code. It is meant to be a drop-in replacement for the default Python package.
Improves syntax highlighting for modern Python versions.
SublimeJEDI
Adds Python autocompletion powered by the Jedi library.
Using Package Control:
Provides specialized support for Django framework development.
This integrates Chuck Rhode's PythonTidy script from http://pypi.python.org/pypi/PythonTidy/ with the Sublime Text 2 editor. For as long as there is no download available from PyPI, it uses my Github fork at https://github.com/witsch/PythonTidy
Integrates a tool for cleaning up Python code.
SublimeLinter-pydocstyle
Checks Python docstrings against PEP 257 standards.