Metadata-Version: 2.3
Name: ossprey
Version: 1.0.11
Summary: Ossprey tooling to scan your software package, create an SBOM and then submit it to our service for malware scanning
License: GPL-3.0
Author: dreadn0ught
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cyclonedx-bom (>=5.1.1,<6.0.0)
Requires-Dist: cyclonedx-python-lib[json-validation] (>=8.4.0,<9.0.0)
Requires-Dist: ossbom (>=1.0.3,<2.0.0)
Requires-Dist: packageurl-python (>=0.16.0,<0.17.0)
Requires-Dist: pygithub (>=2.4.0,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# OSSPREY Python Client
Python client for scanning your code for Malware!

# Installing

Just run `pip install git+https://github.com/ossprey/ossprey-python-client` to install locally

Then you can run it with `python -m scan --help`

## Requirements

This package requires you are on python3.12 or above. Feel free to raise an issue if you need other support.

