Metadata-Version: 2.4
Name: fosslight_android
Version: 5.0.15
Summary: FOSSLight Android Scanner
Author: LG Electronics
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/fosslight/fosslight_android_scanner
Project-URL: Download, https://github.com/fosslight/fosslight_android_scanner
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
Requires-Dist: fosslight_util>=2.2.2
Requires-Dist: fosslight_source>=2.1.0
Requires-Dist: fosslight_binary>=5.1.0
Requires-Dist: beautifulsoup4
Requires-Dist: lxml>=6.0.1
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: parmap
Requires-Dist: psycopg2-binary>=2.9.10
Requires-Dist: python-dateutil
Requires-Dist: py-tlsh
Requires-Dist: pytz
Requires-Dist: six
Requires-Dist: soupsieve
Requires-Dist: tqdm
Requires-Dist: XlsxWriter
Requires-Dist: PyYAML
Dynamic: license-file

<!--
# SPDX-FileCopyrightText: Copyright 2023 LG Electronics Inc.
# SPDX-License-Identifier: Apache-2.0
-->
 <p align='right'>
  <a href="https://fosslight.org/fosslight-guide/android/">
    [Korean]
 </a>
</p>

# FOSSLight Android Scanner
<img src="https://img.shields.io/pypi/l/fosslight_android" alt="FOSSLight Android is released under the Apache-2.0."/> <img src="https://img.shields.io/pypi/v/fosslight_android" alt="Current python package version."/> <img src="https://img.shields.io/pypi/pyversions/fosslight_android" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_android_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_android_scanner) [![Guide](http://img.shields.io/badge/-doc-blue?style=flat-square&logo=github&link=https://fosslight.org/fosslight-guide-en/android/)](https://fosslight.org/fosslight-guide-en/android/)

**FOSSLight Android Scanner** is a Python package that print all the binaries loaded on the Android-based model to check which open source is used for each binary, and to check whether the notices are included in the OSS notice (ex-NOTICE.html: OSS Notice for Android-based model).


## 📖 User Guide

We describe the user guide in the FOSSLight guide page.
Please see the [**User Guide**](https://fosslight.org/fosslight-guide-en/android/) 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_android_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 Android Scanner is Apache-2.0, as found in the [LICENSE][l] file.

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