Metadata-Version: 2.4
Name: Furious-GUI
Version: 0.8.0
Summary: A GUI proxy client based on PySide6. Support Xray-core & hysteria
Home-page: https://github.com/LorenEteval/Furious
Author: Loren Eteval
Author-email: Loren Eteval <loren.eteval@proton.me>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/LorenEteval/Furious
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: Proxy Servers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.rtf
Requires-Dist: PySide6-Essentials
Requires-Dist: PySide6-Addons
Requires-Dist: ujson
Requires-Dist: pybase64
Requires-Dist: segno
Requires-Dist: icmplib
Requires-Dist: mss
Requires-Dist: zxing-cpp
Requires-Dist: pillow
Requires-Dist: Xray-core
Requires-Dist: hysteria
Requires-Dist: hysteria2
Requires-Dist: tun2socks
Requires-Dist: sysproxy; sys_platform == "win32"
Requires-Dist: win32session; sys_platform == "win32"
Requires-Dist: darkdetect; sys_platform != "darwin"
Requires-Dist: darkdetect[macos-listener]; sys_platform == "darwin"
Requires-Dist: pyobjc-core; sys_platform == "darwin"
Requires-Dist: pyobjc-framework-Cocoa; sys_platform == "darwin"
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# Furious

[![Build and release](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml/badge.svg?branch=main)](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml)
[![Latest release](https://img.shields.io/github/v/release/LorenEteval/Furious)](https://github.com/LorenEteval/Furious/releases)
[![License](https://img.shields.io/github/license/LorenEteval/Furious)](https://github.com/LorenEteval/Furious/blob/main/LICENSE)

A GUI client based on PySide6. Support Xray-core & hysteria.

## Installation

Download a packaged build from [GitHub Releases](https://github.com/LorenEteval/Furious/releases). This is the
recommended option for most users.

Windows users can also install Furious with WinGet:

```
winget install --id=LorenEteval.Furious -e
```

For a Python environment, install the `Furious-GUI` package:

```
pip install Furious-GUI
```

See [Install from PyPI](https://github.com/LorenEteval/Furious/wiki/Install-From-PyPI) for compatibility and launch
details.

## Documentation

See the [Wiki](https://github.com/LorenEteval/Furious/wiki) for complete documentation. Start with
the [Quick Start](https://github.com/LorenEteval/Furious/wiki/Quick-Start), or
consult [Troubleshooting and Diagnostics](https://github.com/LorenEteval/Furious/wiki/Troubleshooting-and-Diagnostics)
when something goes wrong.

## Credits

- [Xray-core](https://github.com/XTLS/Xray-core)
- [Hysteria](https://github.com/apernet/hysteria)
- [tun2socks](https://github.com/xjasonlyu/tun2socks)

## License

License under the [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE).
