Metadata-Version: 2.1
Name: vysion
Version: 1.0.7
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.7.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.7
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
Requires-Dist: pydantic (>=2.0.1,<3.0.0)
Requires-Dist: pymisp (==2.4.159)
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://gitlab.com/byronlabs/vysion/vysion-py
Description-Content-Type: text/markdown


# References

- https://pydantic-docs.helpmanual.io/
- https://python-patterns.guide/
- https://docs.pytest.org/en/7.1.x/getting-started.html#get-started
- https://github.com/samuelcolvin/pydantic
- https://python-poetry.org/docs/pyproject
- https://github.com/wemake-services/wemake-python-package

## Style

- https://code.visualstudio.com/docs/languages/python
- https://code.visualstudio.com/docs/python/linting
- https://code.visualstudio.com/api/language-extensions/snippet-guide
- https://semver.org/
- https://snyk.io/blog/python-poetry-package-manager/

### Taxonomy

- https://github.com/MISP/misp-taxonomies/blob/main/tools/machinetag.py
- https://www.misp-project.org/taxonomies.html#_mapping_of_taxonomies
- https://github.com/MISP/misp-taxonomies
- https://github.com/MISP/misp-taxonomies/blob/main/tools/docs/images/taxonomy-explanation.png

## Development

- vs-code
    - Extensions:
        - snyk
        - flake8
        - isort 


# Ackowledgement

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

