Metadata-Version: 2.4
Name: fosslight_binary
Version: 5.1.29
Summary: FOSSLight Binary Scanner
Author: LG Electronics
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/fosslight/fosslight_binary_scanner
Project-URL: Download, https://github.com/fosslight/fosslight_binary_scanner
Keywords: fosslight,scanner,binary,license
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.10
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==0.4.4
Requires-Dist: chardet<5.0.0
Requires-Dist: defusedxml
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.2.2
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: license-file

<!--
Copyright (c) 2021 LG Electronics
SPDX-License-Identifier: Apache-2.0
 -->
 <p align='right'>
  <a href="https://fosslight.org/fosslight-guide/scanner/3_binary.html">
    [Korean]
 </a>
</p>
 
# 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) [![Guide](http://img.shields.io/badge/-doc-blue?style=flat-square&logo=github&link=https://fosslight.org/fosslight-guide-en/scanner/3_binary.html)](https://fosslight.org/fosslight-guide-en/scanner/3_binary.html)


## 💡 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/3_binary.html) for more information on how to install and run it.

## 📝 How to report issue

Please report any ideas or bugs to improve by creating an issue in [Git Repository][repo]. Then there will be quick bug fixes and upgrades. Ideas to improve are always welcome.

[repo]: https://github.com/fosslight/fosslight_binary_scanner/issues

## 👏 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
