Metadata-Version: 2.4
Name: cve-driller
Version: 0.0.1
Summary: A package for analyzing and extracting information from CVE descriptions.
Author-email: Eduard Pinconschi <eduard.pinconschi@tecnico.ulisboa.pt>
Project-URL: repository, https://github.com/epicosy/cve-driller
Project-URL: homepage, https://github.com/epicosy/cve-driller
Keywords: CVE,extraction,analysis
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.2.3
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: twine>=1.11.0; extra == "test"
Requires-Dist: setuptools>=38.6.0; extra == "test"
Requires-Dist: wheel>=0.31.0; extra == "test"
Dynamic: license-file

# cve-driller
A package for analyzing and extracting information from CVE descriptions.
