{"library":"mitmproxy-macos","title":"mitmproxy-macos","description":"Native macOS TLS support for mitmproxy (mitmproxy-rs). This library provides the low-level TLS API for mitmproxy on macOS, leveraging Apple's Security Framework. Version 0.12.9 is the latest, with monthly releases. Compatible with Python >=3.12.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mitmproxy-macos"],"cli":null},"imports":["from mitmproxy_macos import TLSLayer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom mitmproxy_macos import TLSLayer\n\n# The library is meant to be used as part of mitmproxy.\n# Below is a snippet to verify the import works.\ntls_layer = TLSLayer()\nprint('TLSLayer initialized successfully')\n","lang":"python","description":"Verify import and basic instantiation of TLSLayer.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}