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
- Host: GitHub
- URL: https://github.com/kalebe16/restiny
- Owner: Kalebe16
- License: apache-2.0
- Created: 2024-08-06T01:15:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T15:04:01.000Z (about 2 months ago)
- Last Synced: 2026-02-13T23:52:17.275Z (about 2 months ago)
- Topics: developer-tools, http, http-client, python, rest, rest-api, rest-client, ssh, terminal, textual, tui
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README


- [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)._

## 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! π_