Prime Intellect Tunnel SDK - Expose local services via secure tunnels
Project description
Prime Tunnel SDK
Expose local services via secure tunnels on Prime infrastructure.
Installation
uv pip install prime-tunnel
Or with pip:
pip install prime-tunnel
Quick Start
from prime_tunnel import Tunnel
# Create and start a tunnel
async with Tunnel(local_port=8765) as tunnel:
print(f"Tunnel URL: {tunnel.url}")
# Your local service on port 8765 is now accessible at tunnel.url
CLI Usage
# Start a tunnel
prime tunnel start --port 8765
# List active tunnels
prime tunnel list
# Get tunnel status
prime tunnel status <tunnel_id>
Documentation
Full API reference: https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-tunnel
Related Packages
prime- Full CLI + SDK with pods, inference, and more (includes this package)
License
MIT License - see LICENSE file for details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prime_tunnel-0.1.6.tar.gz
(13.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prime_tunnel-0.1.6.tar.gz.
File metadata
- Download URL: prime_tunnel-0.1.6.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e371bc3557d8a5257a43ef1aeea1f8918da966a8565dacd33a647b6c82a0eaa
|
|
| MD5 |
e54d652bd91dcf02c4ca9e02a6abdc2e
|
|
| BLAKE2b-256 |
d1e8fec186cfbcc670deed94a7b5ace67688feed38b114b1c602d35a8f8d7564
|
File details
Details for the file prime_tunnel-0.1.6-py3-none-any.whl.
File metadata
- Download URL: prime_tunnel-0.1.6-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc096bca509621379f671e2401253ab2ebe6c8c143d797b6ef85d8290c462e0d
|
|
| MD5 |
00c731630b527a483a918353f1d1e328
|
|
| BLAKE2b-256 |
5235adfac88e5880418f095758729b73e395c81be869d0be786fcd4b31938b2f
|