Metadata-Version: 2.1
Name: pipexec
Version: 0.2.5
Summary: Test pip packages quickly
Home-page: https://github.com/amos-o/pipexec
License: MIT
Author: Amos Omondi
Requires-Python: >=3.8,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: typer (>=0.1.1,<0.2.0)
Project-URL: Repository, https://github.com/amos-o/pipexec
Description-Content-Type: text/markdown

## Pipexec

Try out pip packages quickly

## Install

```shell
pip install pipexec
```

### Usage

Run `pipexec <package-name>` to start the interactive shell, where `<package-name>` is any valid pip package. Example:

```shell
pipexec pendulum
```

