An open API service indexing awesome lists of open source software.

https://github.com/kalebe16/restiny

A minimalist HTTP client, no bullshit
https://github.com/kalebe16/restiny

developer-tools http http-client python rest rest-api rest-client ssh terminal textual tui

Last synced: 25 days ago
JSON representation

A minimalist HTTP client, no bullshit

Awesome Lists containing this project

README

          

![OS support](https://img.shields.io/badge/OS-macOS%20Linux%20Windows-red)
![Python versions](https://img.shields.io/badge/Python-3.11%20|%203.12%20|%203.13%20|%203.14-blue)

- [RESTiny](#restiny)
- [How to install](#how-to-install)
- [How to install (Alternative: Download pre-built executables)](#how-to-install-alternative-download-pre-built-executables)
- [How to run](#how-to-run)
- [How to update (pip installations only)](#how-to-update-pip-installations-only)
- [How to uninstall (pip installations only)](#how-to-uninstall-pip-installations-only)
- [Why??](#why)

# RESTiny

_A minimal, elegant HTTP client with a TUI interface β€” built with Python and powered by [Textual](https://github.com/Textualize/textual)._

![Showcase](https://raw.githubusercontent.com/kalebe16/restiny/main/showcase.png)

## How to install

> **Note**: You need to have python installed on your machine.

```bash
pip install restiny
```

## How to install (Alternative: Download pre-built executables)

> **Note**: This is useful if you don’t have Python installed or prefer a standalone binary.

You can also download platform-specific executables directly from the [Releases page](https://github.com/Kalebe16/restiny/releases)

## How to run
```bash
restiny
# Or
python3 -m restiny
```

## How to update (pip installations only)
```bash
pip install --upgrade restiny
```

## How to uninstall (pip installations only)
```bash
pip uninstall restiny
```

# Why??

_Just for fun! πŸ˜„_