xn-auth 0.2.35__py3-none-any.whl → 0.2.36__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.
x_auth/models.py
CHANGED
|
@@ -163,6 +163,9 @@ class Proxy(Model, TsTrait):
|
|
|
163
163
|
def dict(self):
|
|
164
164
|
return dict(scheme="socks5", hostname=self.host, port=self.port, username=self.username, password=self.password)
|
|
165
165
|
|
|
166
|
+
def str(self):
|
|
167
|
+
return f"http://{self.username}:{self.password}@{self.host}:{self.port}"
|
|
168
|
+
|
|
166
169
|
|
|
167
170
|
class Dc(TortModel):
|
|
168
171
|
id: int = SmallIntField(True)
|
|
@@ -2,9 +2,9 @@ x_auth/controller.py,sha256=0QhqmqXOqFaWIUTWHlJKITQNmJQ5kXZOkLg7wSUTh60,2240
|
|
|
2
2
|
x_auth/enums.py,sha256=kmkX-j1bWNpel6_-fw2YtMEmJSAj9w2iizkG03s3ZSU,631
|
|
3
3
|
x_auth/exceptions.py,sha256=2B4okJxhPyNqTJXlSTfblJUQJ60bLGXdgJIu6ue7S6w,162
|
|
4
4
|
x_auth/middleware.py,sha256=JfssQomDv0J_69GfS2a_2_uyRzs26zSY6IW1Vk7m8K0,2900
|
|
5
|
-
x_auth/models.py,sha256=
|
|
5
|
+
x_auth/models.py,sha256=5ymjpuc7yvSPeh9soRHPkAALxXo7xsPn3qPl0_75TJA,8582
|
|
6
6
|
x_auth/types.py,sha256=j3WGcyH24DmFEdTT6U7xzb_fEm1tFcBZsANKMy7bydo,689
|
|
7
|
-
xn_auth-0.2.
|
|
8
|
-
xn_auth-0.2.
|
|
9
|
-
xn_auth-0.2.
|
|
10
|
-
xn_auth-0.2.
|
|
7
|
+
xn_auth-0.2.36.dist-info/METADATA,sha256=Zc1IW38a8I8tSPMECpHLSBGx4sNV5kcP6ct4qlZWwHQ,799
|
|
8
|
+
xn_auth-0.2.36.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
9
|
+
xn_auth-0.2.36.dist-info/top_level.txt,sha256=ydMDkzxgQPtW-E_MNDfUAroAFZvWSqU-x_kZSA7NSFo,7
|
|
10
|
+
xn_auth-0.2.36.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|