Metadata-Version: 2.4
Name: pywith
Version: 0.1.0
Summary: Launch Prompt Toolkit Python with a custom PyPI package
Author: Liz Balbuena
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Utilities
Requires-Dist: uv
Requires-Python: >=3.10
Project-URL: Changelog, https://github.com/Liz4v/pywith/releases
Project-URL: Documentation, https://github.com/Liz4v/pywith/blob/main/README.md
Project-URL: Homepage, https://github.com/Liz4v/pywith
Project-URL: Issues, https://github.com/Liz4v/pywith/issues
Project-URL: Repository, https://github.com/Liz4v/pywith.git
Description-Content-Type: text/markdown

# pywith

Launch [ptpython](https://github.com/prompt-toolkit/ptpython) with custom PyPI packages, with [uv](https://github.com/astral-sh/uv)'s help.

Useful for trying out libraries or when we use them rarely.

## Installation

```bash
uv tool install pywith
```

## Usage

```bash
pywith <package> [<package> ...]
```

## Example

```bash
pywith requests pandas numpy
```
