Metadata-Version: 2.1
Name: vex-reader
Version: 0.3
Summary: Read VEX files
Author-email: Vincent Danen <vdanen@annvix.com>
Project-URL: Homepage, https://github.com/vdanen/vex-reader
Project-URL: Issues, https://github.com/vdanen/vex-reader/issues
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.7.1

# vex-reader
Utility to read Red Hat VEX files that are located at https://access.redhat.com/security/data/csaf/v2/vex/2024/

I'm (slowly) aiming to make this a bit more extensible so that it can be
used with other VEX files beyond just Red Hat, but I'm basing all of this
off of Red Hat VEX files to aim to make this a proper parsing library for
any VEX documents.

If you don't have Python requests installed you will need to install it.
If you want to use a virtualenv, you can install with:

```pip install -r requirements.txt```

