Source: golang-github-virustotal-vt-go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>,
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary,
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-stretchr-testify-dev <!nocheck>,
               golang-github-thedevsaddam-gojsonq-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Homepage: https://github.com/VirusTotal/vt-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-virustotal-vt-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-virustotal-vt-go.git
XS-Go-Import-Path: github.com/VirusTotal/vt-go

Package: golang-github-virustotal-vt-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-thedevsaddam-gojsonq-dev,
         ${misc:Depends},
Description: Go library for the VirusTotal API v3
 vt-go is the official Go client library for the VirusTotal API v3.
 It simplifies integration with VirusTotal services by providing Go
 interfaces for querying and managing files, URLs, domains, IP
 addresses, and analysis results
 .
 The library handles authentication, API requests, object retrieval,
 pagination, file downloads, and scan submissions, allowing developers
 to build threat intelligence, malware analysis, security monitoring,
 and automation applications on top of VirusTotal.
 .
 Main features include:
 .
  * Retrieval of files, URLs, domains, IP addresses and relationships.
  * Submission of files and URLs for analysis.
  * Access to VirusTotal feeds and monitoring features.
  * Iteration through paginated API results.
  * Download and processing of analysis data.
  * High-level abstractions over the VirusTotal REST API.
