Metadata-Version: 2.1
Name: fosslight-dependency
Version: 3.2.1
Summary: FOSSLight Dependency Scanner
Home-page: https://github.com/fosslight/fosslight_dependency_scanner
Author: LG Electronics
License: Apache-2.0
Download-URL: https://github.com/fosslight/fosslight_dependency_scanner
Description: <!--
        Copyright (c) 2021 LG Electronics
        SPDX-License-Identifier: Apache-2.0
         -->
        
        # FOSSLight Dependency Scanner
        
        <img src="https://img.shields.io/pypi/l/fosslight_dependency" alt="License" /> <img src="https://img.shields.io/pypi/v/fosslight_dependency" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_dependency" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_dependency_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_dependency_scanner)
        
        ## 💡 Introduction
        
        This is the tool that supports the analysis of dependencies for multiple package managers. It detects the manifest file of package managers automatically and analyzes the dependencies with using open source tools. Then, it generates the report file that contains OSS information of dependencies.
        
        Currently, it supports the following package managers.
        
        - [Gradle](https://gradle.org/) (Java)
        - [Maven](http://maven.apache.org/) (Java)
        - [NPM](https://www.npmjs.com/) (Node.js)
        - [PIP](https://pip.pypa.io/) (Python)
        - [Pub](https://pub.dev/) (Dart with flutter)
        - [Cocoapods](https://cocoapods.org/) (Swift/Obj-C)
        
        ## 📖 User Guide
        
        Please see the [**User Guide**](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/docs/user-guide.md) for more information on how to install and run it.
        
        ## 👏 Contributing Guide
        
        We always welcome your contributions.  
        Please see the [CONTRIBUTING guide](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/CONTRIBUTING.md) for how to contribute.
        
        ## 📄 License
        
        Copyright (c) 2020 LG Electronics, Inc.  
        FOSSLight Dependency Scanner is licensed under Apache-2.0, as found in the [LICENSE](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/LICENSE) file.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
