Metadata-Version: 2.4
Name: pasteport-zisphere
Version: 1.1.0
Summary: Cross-device clipboard and file sharing CLI tool for Pasteport.
Home-page: https://pasteport.zain-imran.com
Author: Zain Imran
License: MIT
Project-URL: Homepage, https://pasteport.zain-imran.com
Project-URL: Documentation, https://pasteport.zain-imran.com/cli
Project-URL: Repository, https://github.com/zainImran864/online_clipboard
Keywords: pasteport,clipboard,sharing,developer-tools,cli,file-transfer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: qrcode>=7.0
Dynamic: home-page
Dynamic: requires-python

# Pasteport CLI (Python) — `pasteport-zisphere`

Cross-device clipboard and file sharing for terminals, shell scripts, and CI/CD pipelines.

## Installation

```bash
# Install via pip
pip install pasteport-zisphere

# Or install from source:
pip install ./python
```

## Quickstart

```bash
# Launch interactive menu (options 1, 2, 3, 4)
pasteport

# Send text snippet
pasteport send "hello from terminal"

# Send file with PIN
pasteport send ./package.json --pin 1234

# Retrieve by code or web URL
pasteport get 482193
pasteport get https://pasteport.zain-imran.com/view/482193

# Wipe / Delete
pasteport delete 482193 --pin 9999
```

## Uninstallation
```bash
pip uninstall pasteport-zisphere
```
