Metadata-Version: 2.1
Name: vysion
Version: 2.1.2
Summary: The official Python client library for Vysion
Home-page: https://vysion.ai
License: Apache-2.0
Author: Javier Junquera-Sánchez
Author-email: javier.junquera@byronlabs.io
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydantic (>=2.0.1,<3.0.0)
Requires-Dist: pymisp (>=2.4.194,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: softenum (==1.0.1)
Project-URL: Documentation, https://developers.vysion.ai
Project-URL: Repository, https://github.com/ByronLabs/vysion-py
Description-Content-Type: text/markdown

# Vysion-PY

Welcome to the PyPi webpage for Vysion, 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.

You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).

Latest version: [2.1.2](https://pypi.org/project/vysion/)

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.

### Taxonomy

- https://github.com/MISP/misp-taxonomies/tree/main/dark-web
- https://www.circl.lu/doc/misp-taxonomies/#_dark_web


# Ackowledgement

We really appreciate the documentation of https://github.com/VirusTotal/vt-py

