gdata-vaas is a Python library for the VaaS-API.
Project description
gdata-vaas
An SDK to easily utilize G DATA VaaS.
Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.
ATTENTION: This library is currently under heavy construction!
What does the SDK do?
It gives you as a developer a functions to talk to G DATA VaaS. It wraps away the complexity of the API into 4 basic functions.
How to use
Install
pip3 install gdata-vaas
Example: Request a verdict for file
async with Vaas() as vaas:
await vaas.connect(TOKEN)
buffer = base64.b64decode(EICAR_BASE64)
verdict = await vaas.for_buffer(buffer)
Request a verdict
Interested in a token? Contact us.
I'm interested in VaaS
You need credentials to use the service in your application. If you are interested in using VaaS, please contact us.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gdata-vaas-0.0.3.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for gdata_vaas-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8654ddd4e0fdeb5cc6fce0cf6d3dd8fa72aef67f1f4e1a59d17360eca442fed4 |
|
MD5 | d4cc7826f5ec9e784844008fe85eb6aa |
|
BLAKE2b-256 | d10d2f1fc232ff073033e8684d2bb6f2318e57ea40146527704444444f922965 |