Metadata-Version: 2.1
Name: pip-qt
Version: 0.0.2
Summary: pip manager
Author: Hannes
Project-URL: Source, https://github.com/hannesdelbeke/pip-qt
Keywords: pypi,pip,packages,package,installer
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: importlib-metadata; python_version < "3.7"
Requires-Dist: qtpy
Requires-Dist: pip-search
Requires-Dist: py-pip

# pip-qt
pip qt widget to install new python modules from within your python environment.  

> ⚠️ WARNING, since this runs in Qt, you might get bugs when trying to (un)install or update the active Qt bindings.
> or any package that has a Qt binding as (indirect) dependency

![image](https://github.com/hannesdelbeke/pip-qt/assets/3758308/272b56de-ada0-45f3-a813-75db8a749688)

### dependencies
- [py-pip](https://github.com/hannesdelbeke/py-pip)
- pip_search
- qtpy

if using Blender, check out the [pip qt addon](https://github.com/hannesdelbeke/pip-qt-addon)

### Similar
- https://github.com/open-cogsci/python-qtpip 3y old, uses pip search, outdated, unclear docs
- https://github.com/techbliss/Pip_QT_Gui 8 year old, PyQt4
- https://github.com/NathanVaughn/PipQt 4year old, - PySide2, nice UI
