Metadata-Version: 2.4
Name: ptpyrs
Version: 0.1.2
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE-MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ptpy-rs

A Python REPL demo using [`ruff`](https://github.com/astral-sh/ruff) APIs to parse & highlight, written in Rust.

![](demo.svg)
## Install
``` sh
pip install ptpyrs
```
Then you can replace `python3` by `ptpyrs`, for both interactive mode and executing mode.

## Develop

``` sh
maturin develop
```

## Reference
[ptpython](https://github.com/prompt-toolkit/ptpython): A better Python REPL
