LICENSE
README.md
pyproject.toml
src/GenPAC.egg-info/PKG-INFO
src/GenPAC.egg-info/SOURCES.txt
src/GenPAC.egg-info/dependency_links.txt
src/GenPAC.egg-info/entry_points.txt
src/GenPAC.egg-info/requires.txt
src/GenPAC.egg-info/top_level.txt
src/genpac/__init__.py
src/genpac/__main__.py
src/genpac/config.py
src/genpac/core.py
src/genpac/template.py
src/genpac/util.py
src/genpac.egg-info/PKG-INFO
src/genpac.egg-info/SOURCES.txt
src/genpac.egg-info/dependency_links.txt
src/genpac.egg-info/entry_points.txt
src/genpac.egg-info/requires.txt
src/genpac.egg-info/top_level.txt
src/genpac/format/__init__.py
src/genpac/format/base.py
src/genpac/format/copy.py
src/genpac/format/deprecated.py
src/genpac/format/dnsmasq.py
src/genpac/format/ip.py
src/genpac/format/list.py
src/genpac/format/pac.py
src/genpac/format/quantumult_x.py
src/genpac/format/shadowrocket.py
src/genpac/format/shadowsocks_acl.py
src/genpac/format/surge.py
src/genpac/format/v2ray.py
src/genpac/res/rule-syntax.txt
src/genpac/res/tpl-config.ini
src/genpac/res/tpl-pac-precise.js
src/genpac/res/tpl-pac-precise.min.js
src/genpac/res/tpl-pac.js
src/genpac/res/tpl-pac.min.js
src/genpac/res/tpl-user-rules.txt
src/genpac/server/__init__.py
src/genpac/server/build.py
src/genpac/server/core.py
src/genpac/server/view.py
src/genpac/server/static/jquery-3.6.1.min.js
src/genpac/server/static/style.css
src/genpac/server/templates/base.html
src/genpac/server/templates/index.html
src/genpac/server/templates/rules.html
tests/test_config.py
tests/test_formater.py
tests/test_gfwlist.py
tests/test_rule.py
tests/test_run.py