Metadata-Version: 2.1
Name: fosslight_dependency
Version: 4.1.18
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" /> <a href="https://pypi.org/project/fosslight-dependency/"><img src="https://img.shields.io/pypi/v/fosslight_dependency" alt="Current python package version." /></a> <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.
        
        ## 📖 User Guide
        
        We describe the user guide in the [**FOSSLight Guide page**](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html).
        In this user guide, you can see how to install the FOSSLight Dependency Scanner and how to set up the prerequisite step and run it according to the package manager of your project. Also, you can check the results of the FOSSLight Dependency Scanner.
        
        ## 👀 Package Support Level
        
        <table>
        <thead>
          <tr>
            <th>Language/<br>Project</th>
            <th>Package Manager</th>
            <th>Manifest file</th>
            <th>Direct dependencies</th>
            <th>Transitive dependencies</th>
            <th>Relationship of dependencies<br>(Dependencies of each dependency)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td rowspan="2">Javascript</td>
            <td>Npm</td>
            <td>package.json</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Pnpm</td>
            <td>pnpm-lock.yaml</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td rowspan="2">Java</td>
            <td>Gradle</td>
            <td>build.gradle</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Maven</td>
            <td>pom.xml</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Java (Android)</td>
            <td>Gradle</td>
            <td>build.gradle</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td rowspan="2">ObjC, Swift (iOS)</td>
            <td>Cocoapods</td>
            <td>Podfile.lock</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Carthage</td>
            <td>Cartfile.resolved</td>
            <td>O</td>
            <td>O</td>
            <td>X</td>
          </tr>
          <tr>
            <td>Swift (iOS)</td>
            <td>Swift</td>
            <td>Package.resolved</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Dart, Flutter</td>
            <td>Pub</td>
            <td>pubspec.yaml</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Go</td>
            <td>Go</td>
            <td>go.mod</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Python</td>
            <td>Pypi</td>
            <td>requirements.txt, setup.py, pyproject.toml</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>.NET</td>
            <td>Nuget</td>
            <td>packages.config, obj/project.assets.json</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
          <tr>
            <td>Kubernetes</td>
            <td>Helm</td>
            <td>Chart.yaml</td>
            <td>O</td>
            <td>X</td>
            <td>X</td>
          </tr>
          <tr>
            <td>Unity</td>
            <td>Unity</td>
            <td>Library/PackageManager/ProjectCache</td>
            <td>O</td>
            <td>O</td>
            <td>X</td>
          </tr>
          <tr>
            <td>Rust</td>
            <td>Cargo</td>
            <td>Cargo.toml</td>
            <td>O</td>
            <td>O</td>
            <td>O</td>
          </tr>
        </tbody>
        </table>
        
        ## 👏 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: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
