Metadata-Version: 2.4
Name: ossprey
Version: 1.0.16
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
License-File: LICENSE
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
Classifier: Programming Language :: Python :: 3.14
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.10,<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 ossprey` to install locally

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

## Running tests

Use Poetry to run the test suite so dependencies and the interpreter match the project:

```
poetry run python -m pytest
```

## Requirements

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

# Learn More

More details about Ossprey can be found at [www.ossprey.com](www.ossprey.com)
