sb2p 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sb2p/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ from singbox2proxy import * # noqa: F401,F403
2
+ from singbox2proxy import __all__ # noqa: F811
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: sb2p
3
+ Version: 0.3.0
4
+ Summary: Alias for singbox2proxy — pip install sb2p
5
+ Author-email: nichind <nichind@proton.me>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/nichind/singbox2proxy
8
+ Keywords: sing-box,proxy,sb2p,singbox2proxy
9
+ Requires-Python: >=3.9
10
+ Requires-Dist: singbox2proxy==0.3.0
@@ -0,0 +1,6 @@
1
+ sb2p/__init__.py,sha256=pCf7rTRIXHhOEo2pEpk7EXMqW6aaj5yVf9wsSqnWKKk,95
2
+ sb2p-0.3.0.dist-info/METADATA,sha256=SvmDBniap5VnTWhkgKFznBvfLOE3pTGjwF8j9upmKUc,324
3
+ sb2p-0.3.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ sb2p-0.3.0.dist-info/entry_points.txt,sha256=_AlcoaJo_cv4RIGphefUXIXBdQfZ4TM1tsGliGpPTNM,53
5
+ sb2p-0.3.0.dist-info/top_level.txt,sha256=bopTotZXWDaQICmWgm8J5eN0T36Eav9K8rqW1FzoVhA,5
6
+ sb2p-0.3.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ sb2p = singbox2proxy.__main__:main
@@ -0,0 +1 @@
1
+ sb2p