vysion 2.0.14__py3-none-any.whl → 2.0.15__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.
- vysion/dto/dto.py +2 -2
- vysion/version.py +1 -1
- {vysion-2.0.14.dist-info → vysion-2.0.15.dist-info}/METADATA +3 -3
- {vysion-2.0.14.dist-info → vysion-2.0.15.dist-info}/RECORD +6 -6
- {vysion-2.0.14.dist-info → vysion-2.0.15.dist-info}/LICENSE +0 -0
- {vysion-2.0.14.dist-info → vysion-2.0.15.dist-info}/WHEEL +0 -0
vysion/dto/dto.py
CHANGED
|
@@ -180,9 +180,9 @@ class URL(BaseModel):
|
|
|
180
180
|
network=network,
|
|
181
181
|
)
|
|
182
182
|
|
|
183
|
-
def
|
|
183
|
+
def __init__(self, *args, **kwargs):
|
|
184
184
|
super().__init__(*args, **kwargs)
|
|
185
|
-
self.
|
|
185
|
+
self.signature = self.__generate_signature()
|
|
186
186
|
|
|
187
187
|
def build(self) -> str:
|
|
188
188
|
url = self.path
|
vysion/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vysion
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.15
|
|
4
4
|
Summary: The official Python client library for Vysion
|
|
5
5
|
Home-page: https://vysion.ai
|
|
6
6
|
License: Apache-2.0
|
|
@@ -25,11 +25,11 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
|
|
26
26
|
# Vysion-PY
|
|
27
27
|
|
|
28
|
-
Welcome to the
|
|
28
|
+
Welcome to the open source repository for vysion-py, our implementation as a Python library to use the Vysion tool. Vysion is a dark web intelligence tool that provides information collected from web pages from Tor, I2P, cybercrime forums on the clearnet, etc. Vysion API also provides a feed of information on ransomware attacks published by the various ransomware groups currently active.
|
|
29
29
|
|
|
30
30
|
You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).
|
|
31
31
|
|
|
32
|
-
Latest version: [2.0.
|
|
32
|
+
Latest version: [2.0.15](https://pypi.org/project/vysion/)
|
|
33
33
|
|
|
34
34
|
You can visit [the documentation](https://developers.vysion.ai/?python) for more information on the searches and requests performed with the library or directly on the API.
|
|
35
35
|
|
|
@@ -3,7 +3,7 @@ vysion/client/__init__.py,sha256=aVHmBuetPdybp7TgcNzUx4HkxTjEuXYzSdDYiYfFQd0,630
|
|
|
3
3
|
vysion/client/client.py,sha256=x8_ANIMLkrMl5qfbfGoo18fhUdxTwAJAhQi9NG_07_w,13840
|
|
4
4
|
vysion/client/error.py,sha256=-3NGr9ngTGSy-ctqk6S9eMBAvtY3lnjv9i0KiuRjd5g,1158
|
|
5
5
|
vysion/dto/__init__.py,sha256=ct8JxVMfJ0APiOTgr9ju-JIuBlXOrPkx7n2qISSXUts,605
|
|
6
|
-
vysion/dto/dto.py,sha256=
|
|
6
|
+
vysion/dto/dto.py,sha256=mNGlZxoaC3ca1GgqljIeCQcb_IJjcApVUpHiVWdKhvE,15468
|
|
7
7
|
vysion/dto/tag.py,sha256=whGPsdasgYm8oijrL7MRSMmapzaoCmKNeaJ5ih0aBIk,1503
|
|
8
8
|
vysion/dto/util.py,sha256=yIooNK3TsbjSsla6JFLvnKBbahUymx87qpH3VKalKV0,4491
|
|
9
9
|
vysion/model/__init__.py,sha256=rJX9eNW9-jQGTgwm97W04jhZa-dV_dSTTTFcbWg73w0,606
|
|
@@ -15,8 +15,8 @@ vysion/model/enum/services.py,sha256=fUfZEO0RNNctU4Gzae5TV3c7BU5A_cEwaEb1tzqgcr0
|
|
|
15
15
|
vysion/taxonomy/__init__.py,sha256=Bc364AYxRCyjIn26-XBPeEDCPe3Hma4r5RAI8R8eblU,635
|
|
16
16
|
vysion/taxonomy/flavours.py,sha256=ubImHBE8v0zhzFy_2YozAQk2SzN1XDQwHAxb2RebtCo,2347
|
|
17
17
|
vysion/taxonomy/taxonomy.py,sha256=mG6vHX5Eyp38AKyJBgfBDqdpEmDMbkv8TA8YUBzko54,12227
|
|
18
|
-
vysion/version.py,sha256=
|
|
19
|
-
vysion-2.0.
|
|
20
|
-
vysion-2.0.
|
|
21
|
-
vysion-2.0.
|
|
22
|
-
vysion-2.0.
|
|
18
|
+
vysion/version.py,sha256=yeDroqMd18QYxajCS5Evsi_SPlrqvMcz1IIsdfCLSFw,611
|
|
19
|
+
vysion-2.0.15.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
20
|
+
vysion-2.0.15.dist-info/METADATA,sha256=wItPUvtAJeJQOram_VOR11ONXgpLpv4oujTMJu1AGwA,1973
|
|
21
|
+
vysion-2.0.15.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
22
|
+
vysion-2.0.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|