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.3.tar.gz
(11.5 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.3.tar.gz.
File metadata
- Download URL: prime_tunnel-0.1.3.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a031feb3e5bf7cc2b58366be9997e8dad991f02476a6c00caecd8ef75e790fc
|
|
| MD5 |
3951caa7b18be405477fa243389f5202
|
|
| BLAKE2b-256 |
c2840150d1cb158346e054bc176d47a5497c7a4324afc5850f3c023e763bd55f
|
File details
Details for the file prime_tunnel-0.1.3-py3-none-any.whl.
File metadata
- Download URL: prime_tunnel-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
844715528aaf60c9591b888f81f9c31e82167583fbb24be90ffd9a153fa230e5
|
|
| MD5 |
047642c394fa71c532c3677281713f1a
|
|
| BLAKE2b-256 |
9b1f4f2e6f2d703d84c306b1a1f48cb543a67c7ea58c52b1d6cc2f1d25870be9
|