Metadata-Version: 2.5
Name: proxya-anty
Version: 1.0.4
Summary: Control the Proxya Anty desktop application from Python.
Project-URL: Homepage, https://proxya.co/anty
Project-URL: Documentation, https://proxya.co/anty
Project-URL: Source, https://github.com/ProxyaAnty/Proxya-Anty
Project-URL: Issues, https://github.com/ProxyaAnty/Proxya-Anty/issues
Author: Proxya
License: MIT License
        
        Copyright (c) 2026 Proxya
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        ---
        
        This licence applies only to the SDK and MCP source files that Proxya
        explicitly publishes in the public repository.
        
        It does NOT apply to the desktop launcher (including the Tauri shell, React
        interface and Rust sources), the fingerprint catalogue, build tooling,
        configuration, browser patches or browser engine. Those are proprietary works
        distributed separately in binary form under `BINARY-LICENSE.md` or another
        written agreement from Proxya. Third-party components keep their own licences.
License-File: LICENSE
Keywords: antidetect,automation,browser,fingerprint,playwright,proxy
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Proxya Anty SDK

This package controls a running Proxya Anty application through its loopback
API. Copy the API token from the application's Settings page and set:

```bash
export PROXYA_ANTY_API_TOKEN="..."
```

The engine, licence checks and signed fingerprint catalogue remain managed by
the desktop application; this package does not contain or launch them directly.
