Python SDK from Prime Intellect to expose local services (e.g. Jupyter, web apps) via secure tunnels. Version 0.1.6, released monthly. Requires Python ≥3.10.
pip install prime-tunnelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a tunnel client with your Prime API key and expose a local port.
export PRIME_API_KEY='your_key_here' or use os.environ.get('PRIME_API_KEY', '')Persist the URL if needed; re-create tunnels if the URL changes.
pip uninstall prime-tunnel && pip install prime-tunnel && from prime_tunnel import TunnelClient
Set PRIME_API_KEY environment variable to a valid key from Prime Intellect Console.
No dependency data recorded yet.