{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"}],"enrichment":{"capability":"Exposes local services via secure tunnels on Prime infrastructure, making them accessible over the internet through a managed reverse-proxy mechanism.","skillfed_tags":["tunneling","reverse-proxy","async-sdk"],"use_cases":["Expose a local development server to external webhook consumers during testing.","Share a running application with remote team members without deploying to production.","Provide temporary public access to a local database or API for third-party integrations.","Test ngrok-like functionality within a Python application using the async SDK.","Run CLI commands to manage multiple concurrent tunnels for different local services."],"what_it_does":"Prime Tunnel SDK is a Python client library for creating secure reverse tunnels that expose local services to the internet via Prime infrastructure. It abstracts away the complexity of tunnel management, offering both a programmatic async API and a command-line interface. The package wraps httpx for HTTP communication, pydantic for configuration validation, and tenacity for resilient retry logic.\n\nTypical usage involves instantiating a Tunnel object with a local port number, entering an async context manager, and receiving a public URL that routes traffic back to the local service. The CLI provides complementary commands for starting tunnels, listing active ones, and checking status. It targets developers who need to expose development servers, webhooks, or internal services for testing, collaboration, or integration without managing their own infrastructure.","worth_installing":"Yes, if you need to expose local services publicly and trust Prime's infrastructure. The package is actively maintained, has low install friction, carries no security vulnerabilities, and uses a permissive MIT license. The three runtime dependencies are mature. Start with the async context manager example; verify that Prime's tunnel endpoints and latency meet your use case before committing to production."},"id":"prime-tunnel","links":{"html":"https://skillfed.io/packages/prime-tunnel","md":"https://skillfed.io/packages/prime-tunnel.md","pypi":"https://pypi.org/project/prime-tunnel/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-17","license_spdx":null,"license_treatment":"permissive","name":"prime-tunnel","python_support":"supports_current","summary":"Prime Intellect Tunnel SDK - Expose local services via secure tunnels"},"popularity":{"monthly_downloads":453882,"position":6572,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.10"}
