Metadata-Version: 2.1
Name: Furious-GUI
Version: 0.4.8
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@proton.me
License: GPL v3.0
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Requires-Dist: qdarkstyle
Requires-Dist: ujson
Requires-Dist: pybase64
Requires-Dist: pyqrcode
Requires-Dist: pypng
Requires-Dist: icmplib
Requires-Dist: darkdetect; platform_system != "Darwin"
Requires-Dist: darkdetect[macos-listener]; platform_system == "Darwin"
Requires-Dist: sysproxy; platform_system == "Windows"
Provides-Extra: go1.20
Requires-Dist: Xray-core<1.8.5; extra == "go1-20"
Requires-Dist: hysteria>1.3.5; extra == "go1-20"
Requires-Dist: hysteria2==2.0.0.1; extra == "go1-20"
Requires-Dist: tun2socks<=2.5.2,>2.5.1; platform_system != "Linux" and extra == "go1.20"
Provides-Extra: go1.21
Requires-Dist: Xray-core<1.8.8,>=1.8.5; extra == "go1-21"
Requires-Dist: hysteria2>=2.0.4; extra == "go1-21"
Requires-Dist: tun2socks<=2.5.2,>2.5.1; platform_system != "Linux" and extra == "go1.21"
Provides-Extra: go1.22
Requires-Dist: Xray-core>=1.8.8; extra == "go1-22"
Requires-Dist: hysteria2>=2.0.4; extra == "go1-22"
Requires-Dist: tun2socks>2.5.2; platform_system != "Linux" and extra == "go1.22"

# Furious

[![Github Deploy](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml/badge.svg?branch=main)](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml)

## Install

You can install from [release page](https://github.com/LorenEteval/Furious/releases) or
from [PyPI](https://pypi.org/project/Furious-GUI/).

## Wiki

* [TUN Mode](https://github.com/LorenEteval/Furious/wiki/TUN-Mode)
* [Install From PyPI](https://github.com/LorenEteval/Furious/wiki/Install-From-PyPI)

## Contribute

* Translations
* ...

## License

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

## Credits

* [Xray-core](https://github.com/XTLS/Xray-core)
* [hysteria](https://github.com/apernet/hysteria)
* [tun2socks](https://github.com/xjasonlyu/tun2socks)
* [v2rayN](https://github.com/2dust/v2rayN)
* [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
