run update
This commit is contained in:
parent
11af4540c5
commit
6806bebb7c
607 changed files with 52543 additions and 31832 deletions
|
|
@ -0,0 +1,14 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: PySocks
|
||||
Version: 1.6.8
|
||||
Summary: A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
|
||||
Home-page: https://github.com/Anorov/PySocks
|
||||
Author: Anorov
|
||||
Author-email: anorov.vorona@gmail.com
|
||||
License: BSD
|
||||
Description: UNKNOWN
|
||||
Keywords: socks,proxy
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
LICENSE
|
||||
MANIFEST.in
|
||||
README.md
|
||||
setup.cfg
|
||||
setup.py
|
||||
socks.py
|
||||
sockshandler.py
|
||||
PySocks.egg-info/PKG-INFO
|
||||
PySocks.egg-info/SOURCES.txt
|
||||
PySocks.egg-info/dependency_links.txt
|
||||
PySocks.egg-info/top_level.txt
|
||||
test/__init__.py
|
||||
test/test_pysocks.py
|
||||
test/util.py
|
||||
test/bin/3proxy
|
||||
test/bin/3proxy.license
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
../__pycache__/socks.cpython-37.pyc
|
||||
../__pycache__/sockshandler.cpython-37.pyc
|
||||
../socks.py
|
||||
../sockshandler.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
top_level.txt
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
socks
|
||||
sockshandler
|
||||
Loading…
Add table
Add a link
Reference in a new issue