https://github.com/madpah/osv-lib
Python library for calling OSV (https://osv.dev/)
https://github.com/madpah/osv-lib
osv python vulnerability vulnerability-scanner
Last synced: about 2 months ago
JSON representation
Python library for calling OSV (https://osv.dev/)
- Host: GitHub
- URL: https://github.com/madpah/osv-lib
- Owner: madpah
- License: apache-2.0
- Created: 2022-07-15T12:06:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T10:35:03.000Z (almost 4 years ago)
- Last Synced: 2025-09-28T23:16:52.052Z (9 months ago)
- Topics: osv, python, vulnerability, vulnerability-scanner
- Language: Python
- Homepage:
- Size: 2.94 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# osv-lib - Pythonic Library to call osv.dev
[![shield_gh-workflow-test]][link_gh-workflow-test]
[![shield_rtfd]][link_rtfd]
[![shield_pypi-version]][link_pypi]
[![shield_license]][license_file]
[![shield_twitter-follow]][link_twitter]
----
This is a Pythonic library for calling [OSV.dev](https://osv.dev).
Read the full [documentation][link_rtfd] for more details.
## Installation
Install this from [PyPi.org][link_pypi] using your preferred Python package manager.
Example using `pip`:
```shell
pip install osv-lib
```
Example using `poetry`:
```shell
poetry add osv-lib
```
## Python Support
We endeavour to support all functionality for all [current actively supported Python versions](https://www.python.org/downloads/).
However, some features may not be possible/present in older Python versions due to their lack of support.
## Contributing
Feel free to open issues, bugreports or pull requests.
See the [CONTRIBUTING][contributing_file] file for details.
## Copyright & License
osv-lib is Copyright (c) Paul Horton. All Rights Reserved.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
See the [LICENSE][license_file] file for the full license.
[license_file]: https://github.com/madpah/osv-lib/blob/master/LICENSE
[contributing_file]: https://github.com/madpah/osv-lib/blob/master/CONTRIBUTING.md
[link_rtfd]: https://osv-lib.readthedocs.io/
[shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/madpah/osv-lib/Python%20CI/main?logo=GitHub&logoColor=white "build"
[shield_rtfd]: https://img.shields.io/readthedocs/osv-lib?logo=readthedocs&logoColor=white
[shield_pypi-version]: https://img.shields.io/pypi/v/osv-lib?logo=Python&logoColor=white&label=PyPI "PyPI"
[shield_license]: https://img.shields.io/github/license/madpah/osv-lib?logo=open%20source%20initiative&logoColor=white "license"
[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
[link_gh-workflow-test]: https://github.com/madpah/osv-lib/actions/workflows/python.yml?query=branch%3Amain
[link_pypi]: https://pypi.org/project/osv-lib/
[link_docker]: https://hub.docker.com/r/madpah/osv-lib
[link_twitter]: https://twitter.com/madpah