Metadata-Version: 2.4
Name: fosslight_binary
Version: 5.1.15
Summary: FOSSLight Binary Scanner
Home-page: https://github.com/fosslight/fosslight_binary_scanner
Download-URL: https://github.com/fosslight/fosslight_binary_scanner
Author: LG Electronics
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSES/Apache-2.0.txt
License-File: LICENSES/LicenseRef-3rd_party_licenses.txt
Requires-Dist: binaryornot
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: parmap
Requires-Dist: psycopg2-binary
Requires-Dist: python-dateutil
Requires-Dist: py-tlsh
Requires-Dist: pytz
Requires-Dist: XlsxWriter
Requires-Dist: PyYAML
Requires-Dist: fosslight_util>=2.1.13
Requires-Dist: python-magic-bin; sys_platform == "win32"
Requires-Dist: python-magic; "darwin" in sys_platform
Requires-Dist: python-magic; "linux" in sys_platform
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<!--
Copyright (c) 2021 LG Electronics
SPDX-License-Identifier: Apache-2.0
 -->
# FOSSLight Binary Scanner
<img src="https://img.shields.io/pypi/l/fosslight_binary" alt="FOSSLight Binary is released under the Apache-2.0." /> <img src="https://img.shields.io/pypi/v/fosslight_binary" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_binary" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_binary_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_binary_scanner)

## 💡 Introduction
It searches for a binary and outputs OSS information    
if there is an identical or similar binary from the Binary DB.

## 📖 User Guide

We describe the user guide in the FOSSLight guide page.
Please see the [**User Guide**](https://fosslight.org/fosslight-guide-en/scanner/4_binary.html) for more information on how to install and run it.

## 👏 Contributing Guide

We always welcome your contributions.  
Please see the [CONTRIBUTING guide](https://fosslight.org/hub-guide-en/contribution/1_contribution.html) for how to contribute.


## 📄 License

FOSSLight Binary Scanner is Apache-2.0, as found in the [LICENSE][l] file.

[l]: https://github.com/fosslight/fosslight_binary_scanner/blob/main/LICENSE
