avast / yls

YARA Language Server
https://avast.github.io/yls/
MIT License
67 stars 13 forks source link
avast lsp-server python3 vscode yara

YLS

PyPI Visual Studio Marketplace Version

Language server for YARA language.

:rocket: Features:

Showcase

For more information, check out:

:snake: Minimal supported version of Python is 3.8.

Installation

To setup your environment please follow instructions on wiki.

How to develop

Install YLS in development mode with all necessary dependencies.

poetry install

Tests

You can run tests with the following command:

poetry run pytest

License

Copyright (c) 2022 Avast Software, licensed under the MIT license. See the LICENSE file for more details.

YLS and its related projects uses third-party libraries or other resources listed, along with their licenses, in the LICENSE-THIRD-PARTY file.

FAQ

Why are you using pluggy?

Some parts depend on our internal services, however we are working on making most of the code available. This is just the first piece.