Metadata-Version: 2.4
Name: py-starship
Version: 1.26.0
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell (unofficial binary redistribution)
License-Expression: ISC
Requires-Python: >=3.8
Project-URL: Homepage, https://starship.rs
Description-Content-Type: text/markdown

# py-starship

`starship` packaged as a Python wheel, so it can be installed with any
Python package manager:

```console
uv tool install py-starship
# or
pipx install py-starship
# or
pip install py-starship
```

That puts `starship` on your `PATH`.

The executable is also reachable from Python:

```python
from py_starship import binary_path

print(binary_path())
```

## Provenance

This wheel was generated by [wheelbarrow][wb] from a prebuilt `starship`
executable. It targets `manylinux_2_17_aarch64.musllinux_1_2_aarch64` and uses the `direct` launcher.
wheelbarrow does not compile or modify the executable; it only repackages it.

[wb]: https://github.com/krishdesai7/wheelbarrow
