Metadata-Version: 2.3
Name: fastsend
Version: 1.0.6
Summary: Send data locally, fast!
Author: kaangiray26
Author-email: kaangiray26 <kaangiray26@protonmail.com>
Requires-Dist: fastapi>=0.135.2
Requires-Dist: jinja2>=3.1.6
Requires-Dist: qrcode>=8.2
Requires-Dist: typer>=0.24.1
Requires-Dist: uvicorn>=0.42.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/kaangiray26/fastsend
Project-URL: Repository, https://github.com/kaangiray26/fastsend
Project-URL: Issues, https://github.com/kaangiray26/fastsend/issues
Description-Content-Type: text/markdown

# fastsend
Send data locally, fast!

## About
fastsend is a CLI tool for quickly sending local files in your local network. It uses FastAPI for creating a simple web server and allows you to share text, files, or directories.

## Quickstart
You can use fastsend right away via:
```bash
uvx fastsend "mysecretkey"
```

## Options
- `--randomize`: Randomize the URL path for added security (Default: `true`).
- `--destroy`: Automatically destroy the server after one use (Default: `true`).
- `--host`: Specify the host to run the server on (Default: `localhost`).
- `--port`: Specify the port to run the server on (Default: `8000`).
- `--path`: Specify the path to the file or directory to send (Default: `None`).
- `--qr`: Display a QR code for easy access (Default: `false`).
