Metadata-Version: 2.5
Name: spacecrew
Version: 1.1.1
Summary: Check who is in space right now
Project-URL: Homepage, https://github.com/jakub-ginal/spacecrew
Author: Jakub Ginał
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: chafa-py>=1.2
Requires-Dist: pillow>=10.0
Requires-Dist: requests>=2.0
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# spacecrew
Spacecrew is a lightweight Python terminal program that shows who is in space right now.

<img width="800" height="600" alt="92_1x_shots_so" src="https://github.com/user-attachments/assets/dfd95ad7-904d-4495-9c98-b8e1751ea5f3" />


## Tested Systems

* **CachyOS**
* **Ubuntu**
* **Debian**

## Installation

Install from PyPI:

```bash
pip install spacecrew
```

Or install from source with [pipx](https://pipx.pypa.io/):

```bash
git clone https://github.com/jakub-ginal/spacecrew
cd spacecrew
pipx install .
```
## Usage

Simply type `spacecrew` anywhere in your terminal.
Follow the interactive menu to select a mission or view specific astronaut details and photos.

### Time in Space

* **p (previous)**: Days from past missions.
* **c (current)**: Days from the current mission (tracked live).
<img width="800" height="600" alt="356_1x_shots_so" src="https://github.com/user-attachments/assets/a87a2e9d-3c5a-443c-b62f-ec19f2922f0d" />


## Uninstall

To completely remove the program, run:
```bash
pip uninstall spacecrew
```
## Data Source

Data provided by [International Space Station APIs](https://github.com/corquaid/international-space-station-APIs) by **Cormac Quaid**.
