Metadata-Version: 2.1
Name: smart-pip-magic
Version: 0.0.10
Summary: A alternative pip magic to jupyter's %pip. It shows if you need to restart python after %smart_pip install
Author-Email: Xiao Chen <xiao.chen@databricks.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/xiaochen-db/smart-pip-magic
Project-URL: Issues, https://github.com/xiaochen-db/smart-pip-magic/issues
Requires-Python: >=3.9
Requires-Dist: ipython>=6.0.0
Requires-Dist: ruff; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown

# Smart pip magic
A alternative pip magic to jupyter's %pip. It shows if you need to restart python after %smart_pip install based on if existing imported modules are affected. 

## Install
```
pip install smart-pip-magic
```
## Usage
```
import smart_pip

%smart_pip install [opts] [list of package specifications]
```
