bnvd


Namebnvd JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/azurejoga/bnvd
SummaryCliente Python para a API do Banco Nacional de Vulnerabilidades Digitais bnvd.org
upload_time2025-07-11 21:30:40
maintainerNone
docs_urlNone
authorJuan Mathews Rebello Santos
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### README.md

````markdown
# BNVD Python Client

Cliente Python para a API do Banco Nacional de Vulnerabilidades Digitais (BNVD).

## Instalação

```bash
pip install bnvd
````

## Uso básico

```python
from bnvd.client import BNVDClient

client = BNVDClient()

# Buscar vulnerabilidade específica
detalhes = client.get_vulnerability("CVE-2025-12345")
print(detalhes)
```

## Funcionalidades

* Listar vulnerabilidades com filtros (ano, severidade, vendor)
* Buscar vulnerabilidade por CVE ID
* Buscar estatísticas do banco de dados

## Contribuição

Contribuições são bem-vindas! Abra uma issue ou pull request no GitHub.

## Licença

Este projeto está licenciado sob a Licença MIT - veja o arquivo LICENSE para detalhes.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/azurejoga/bnvd",
    "name": "bnvd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Juan Mathews Rebello Santos",
    "author_email": "contato@bnvd.org",
    "download_url": "https://files.pythonhosted.org/packages/e8/32/2e870f8b8e3edfd85f3ca68b5d130438c80af3a44257415f9d5bdcf53edb/bnvd-1.0.1.tar.gz",
    "platform": null,
    "description": "### README.md\r\n\r\n````markdown\r\n# BNVD Python Client\r\n\r\nCliente Python para a API do Banco Nacional de Vulnerabilidades Digitais (BNVD).\r\n\r\n## Instala\u00e7\u00e3o\r\n\r\n```bash\r\npip install bnvd\r\n````\r\n\r\n## Uso b\u00e1sico\r\n\r\n```python\r\nfrom bnvd.client import BNVDClient\r\n\r\nclient = BNVDClient()\r\n\r\n# Buscar vulnerabilidade espec\u00edfica\r\ndetalhes = client.get_vulnerability(\"CVE-2025-12345\")\r\nprint(detalhes)\r\n```\r\n\r\n## Funcionalidades\r\n\r\n* Listar vulnerabilidades com filtros (ano, severidade, vendor)\r\n* Buscar vulnerabilidade por CVE ID\r\n* Buscar estat\u00edsticas do banco de dados\r\n\r\n## Contribui\u00e7\u00e3o\r\n\r\nContribui\u00e7\u00f5es s\u00e3o bem-vindas! Abra uma issue ou pull request no GitHub.\r\n\r\n## Licen\u00e7a\r\n\r\nEste projeto est\u00e1 licenciado sob a Licen\u00e7a MIT - veja o arquivo LICENSE para detalhes.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cliente Python para a API do Banco Nacional de Vulnerabilidades Digitais bnvd.org",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/azurejoga/bnvd"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9a0d13a02c76a73131a68d9eac3b93d69af8ed93ed1369f4efe4122671c9fc8",
                "md5": "2f3a299fe9427edf38af0cb2efd69816",
                "sha256": "ec43f06884621ac3b8a5c80e7faa3b601129d7b315165d0d1f9f1a28628386e5"
            },
            "downloads": -1,
            "filename": "bnvd-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f3a299fe9427edf38af0cb2efd69816",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4137,
            "upload_time": "2025-07-11T21:30:39",
            "upload_time_iso_8601": "2025-07-11T21:30:39.744786Z",
            "url": "https://files.pythonhosted.org/packages/c9/a0/d13a02c76a73131a68d9eac3b93d69af8ed93ed1369f4efe4122671c9fc8/bnvd-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8322e870f8b8e3edfd85f3ca68b5d130438c80af3a44257415f9d5bdcf53edb",
                "md5": "98a50f3d374b8194d82bd50fdd437b04",
                "sha256": "06de6ccc2fa891afe4fb2aa954b27af14cbf4224b8ad1b7c80a2374b3ac40877"
            },
            "downloads": -1,
            "filename": "bnvd-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "98a50f3d374b8194d82bd50fdd437b04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3633,
            "upload_time": "2025-07-11T21:30:40",
            "upload_time_iso_8601": "2025-07-11T21:30:40.953917Z",
            "url": "https://files.pythonhosted.org/packages/e8/32/2e870f8b8e3edfd85f3ca68b5d130438c80af3a44257415f9d5bdcf53edb/bnvd-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 21:30:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "azurejoga",
    "github_project": "bnvd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bnvd"
}
        
Elapsed time: 1.79673s