Metadata-Version: 2.1
Name: qt-module-manager
Version: 0.0.2
Summary: A Qt module manager to view and reload the imported Python modules
Author: Hannes Delbeke
License: MIT License
        
        Copyright (c) 2023 Hannes Delbeke
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Source, https://github.com/hannesdelbeke/qt-module-manager
Keywords: module,imported,reload,qt,pyside,widget,manager
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata; python_version < "3.7"
Requires-Dist: qtpy

# qt-module-manager [![PyPI](https://img.shields.io/pypi/v/qt-module-manager)](https://pypi.org/project/qt-module-manager/) 

A Qt widget to inspect all imported modules, and reload them. ⚡Speed up your development 🚀

## Features
- filter submodules to only display base modules, e.g. show `PySide2`, but hide `PySide2.QtWidgets`
- filter by name to search for a module, e.g. `numpy`
- reload the selected module for faster development

| ![image](https://github.com/hannesdelbeke/qt-module-manager/assets/3758308/38cb4744-2e46-4b34-ae11-a5e107c885c1) | ![image](https://github.com/hannesdelbeke/qt-module-manager/assets/3758308/37174208-0579-4fa5-bfff-67e15c27def2) |
| -- | -- |
| search modules | search modules & submodules | 
