scancode-toolkit-mini


Namescancode-toolkit-mini JSON
Version 32.1.0 PyPI version JSON
download
home_pagehttps://github.com/nexB/scancode-toolkit
SummaryScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts. scancode-toolkit-mini is a special build that does not come with pre-built binary dependencies by default. These are instead installed separately or with the extra_requires scancode-toolkit-mini[full]
upload_time2024-03-22 15:52:52
maintainerNone
docs_urlNone
authornexB. Inc. and others
requires_python>=3.8
licenseApache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
keywords open source scan license package dependency copyright filetype author extract licensing scan sca sbom spdx cyclonedx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
ScanCode toolkit
================

A typical software project often reuses hundreds of third-party packages.
License and packages, dependencies and origin information is not always easy to
find and not normalized: ScanCode discovers and normalizes this data for you.

Read more about ScanCode here: https://scancode-toolkit.readthedocs.io/.

Check out the code at https://github.com/nexB/scancode-toolkit

Discover also:

- The ScanCode.io server project here: https://scancodeio.readthedocs.io
- The ScanCode Workbench project for visualization of scancode results data:
  https://github.com/nexB/scancode-workbench 
- Other companion SCA projects for code origin, license and security analysis
  here: https://aboutcode.org


Build and tests status
======================

We run 30,000+ tests on each commit on multiple CIs to ensure a good platform
compabitility with multiple versions of Windows, Linux and macOS.

+------------+--------------+-------------------------+----------------------------+
| **Azure**  | **RTD Build**| **GitHub actions Docs** | **GitHub actions Release** |
+============+==============+=========================+============================+
|  |azure|   | |docs-rtd|   |  |docs-github-actions|  |  |release-github-actions|  |
+------------+--------------+-------------------------+----------------------------+


Why use ScanCode?
=================

- As a **standalone command-line tool**, ScanCode is **easy to install**, run,
  and embed in your CI/CD processing pipeline.
  It runs on **Windows, macOS, and Linux**.

- ScanCode is **used by several projects and organizations** such as
  the `Eclipse Foundation <https://www.eclipse.org>`_,
  `OpenEmbedded.org <https://www.openembedded.org>`_,
  the `FSFE <https://www.fsfe.org>`_,
  the `FSF <https://www.fsf.org>`_,
  `OSS Review Toolkit <http://oss-review-toolkit.org>`_, 
  `ClearlyDefined.io <https://clearlydefined.io/>`_,
  `RedHat Fabric8 analytics <https://github.com/fabric8-analytics>`_,
  and many more.

- ScanCode detects licenses, copyrights, package manifests, direct dependencies,
  and more both in **source code** and **binary** files and is considered as the
  best-in-class and reference tool in this domain, re-used as the core tools for
  software composition data collection by several open source tools.

- ScanCode provides the **most accurate license detection engine** and does a
  full comparison (also known as diff or red line comparison) between a database
  of license texts and your code instead of relying only on approximate regex
  patterns or probabilistic search, edit distance or machine learning.

- Written in Python, ScanCode is **easy to extend with plugins** to contribute
  new and improved scanners, data summarization, package manifest parsers, and
  new outputs.

- You can save your scan results as **JSON, YAML, HTML, CycloneDX or SPDX** or
  even create your own format with Jinja templates.

- You can also organize and run ScanCode server-side with the
  companion `ScanCode.io web app <https://github.com/nexB/scancode.io>`_
  to organize and store multiple scan projects including scripted scanning pipelines.

- ScanCode output data can be easily visualized and analysed using the
  `ScanCode Workbench <https://github.com/nexB/scancode-workbench>`_ desktop app.

- ScanCode is **actively maintained**, has a **growing users and contributors
  community**.

- ScanCode is heavily **tested** with an automated test suite of over **20,000 tests**.

- ScanCode has an extensive and growing documentation.

- ScanCode can process packages, build manifest and lockfile formats to collect
  Package URLs and extract metadata: Alpine packages, BUCK files, ABOUT files,
  Android apps, Autotools, Bazel, JavaScript Bower, Java Axis, MS Cab,
  Rust Cargo, Cocoapods, Chef Chrome apps, PHP Composer and composer.lock,
  Conda, CPAN, Debian, Apple dmg, Java EAR, WAR, JAR, FreeBSD packages,
  Rubygems gemspec, Gemfile and Gemfile.lock, Go modules, Haxe packages,
  InstallShield installers, iOS apps, ISO images, Apache IVY, JBoss Sar,
  R CRAN, Apache Maven, Meteor, Mozilla extensions, MSI installers,
  JavaScript npm packages, package-lock.json, yarn.lock, NSIS Installers,
  NugGet, OPam, Cocoapods, Python PyPI setup.py, setup.cfg, and 
  several related lockfile formats, semi structured README
  files such as README.android, README.chromium, README.facebook, README.google,
  README.thirdparty, RPMs, Shell Archives, Squashfs images, Java WAR, Windows
  executables and the Windows registry
  and a few more. See `all available package parsers <https://scancode-toolkit.readthedocs.io/en/stable/reference/available_package_parsers.html>`_
  for the exhaustive list.

See our `roadmap <https://scancode-toolkit.readthedocs.io/en/latest/contribute/roadmap.html>`_
for upcoming features.


Documentation
=============

The ScanCode documentation is hosted at
`scancode-toolkit.readthedocs.io <https://scancode-toolkit.readthedocs.io/en/latest/>`_.

If you are new to visualization of scancode results data, start with our
`newcomer <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/newcomer.html>`_ page.

If you want to compare output changes between different versions of ScanCode, 
or want to look at  scans generated by ScanCode, review our
`reference scans <https://github.com/nexB/scancode-toolkit-reference-scans>`_.

Other Important Documentation Pages:

- A `synopsis <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/synopsis.html>`_ 
  of ScanCode command line options.

- Tutorials on:

  - `How to run a scan <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_run_a_scan.html>`_
  - `How to visualize scan results <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_visualize_scan_results.html>`_

- An exhaustive list of `all available options <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html>`_

- Documentation on `Contributing to Code Development <https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html>`_

- Documentation on `Plugin Architecture <https://scancode-toolkit.readthedocs.io/en/latest/plugins/plugin_arch.html>`_

- `FAQ <https://scancode-toolkit.readthedocs.io/en/latest/misc/faq.html>`_

See also https://aboutcode.org for related companion projects and tools.


Installation
============

Before installing ScanCode make sure that you have installed the prerequisites
properly. This means installing Python 3.8 for x86/64 architectures.
We support Python 3.8, 3.9, 3.10, 3.11 and 3.12.

See `prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_
for detailed information on the support platforms and Python versions.

There are a few common ways to `install ScanCode <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html>`_.

- `**Installation as an application: Install Python 3.8, download a release archive, extract and run**. 
  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-an-application-downloading-releases>`_
  This is the recommended installation method.

- `Development installation from source code using a git clone
  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-from-source-code-git-clone>`_

- `Development installation as a library with "pip install scancode-toolkit"
  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#pip-install>`_
  [Note that this is not supported on arm64 machines]

- `Run in a Docker container with a git clone and "docker run"
  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-via-docker>`_


Quick Start
===========

After ScanCode is installed successfully you can run an example scan printed on screen as JSON::

    scancode -clip --json-pp - samples

Follow the `How to Run a Scan <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_run_a_scan.html>`_
tutorial to perform a basic scan on the ``samples`` directory distributed by
default with ScanCode.

See more command examples::

    scancode --examples

See `How to select what will be detected in a scan
<https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan.html>`_
and `How to specify the output format <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_format_scan_output.html>`_
for more information.

You can also refer to the `command line options synopsis
<https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/synopsis.html>`_
and an exhaustive list of `all available command line options
<https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html>`_.


Archive extraction
==================

By default ScanCode does not extract files from tarballs, zip files, and
other archives as part of the scan. The archives that exist in a codebase
must be extracted before running a scan: `extractcode` is a bundled utility
behaving as a mostly-universal archive extractor. For example, this command will
recursively extract the mytar.tar.bz2 tarball in the mytar.tar.bz2-extract
directory::

    ./extractcode mytar.tar.bz2

See `all extractcode options <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html#all-extractcode-options>`_
and `how to extract archives <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_extract_archives.html>`_ for details.


Support
=======

If you have a problem, a suggestion or found a bug, please enter a ticket at:
https://github.com/nexB/scancode-toolkit/issues

For discussions and chats, we have:

* an official Gitter channel for `web-based chats
  <https://matrix.to/#/#aboutcode-org_discuss:gitter.im>`_.
  Gitter is now accessible through `Element <https://element.io/download>`_
  or an `IRC bridge <https://matrix-org.github.io/matrix-appservice-irc/latest/usage.html>`_.
  There are other AboutCode project-specific channels available there too.

* The discussion channel for `scancode <https://matrix.to/#/#aboutcode-org_scancode:gitter.im>`_
  specifically aimed at users and developers using scancode-toolkit.

Source code and downloads
=========================

* https://github.com/nexB/scancode-toolkit/releases
* https://github.com/nexB/scancode-toolkit.git
* https://pypi.org/project/scancode-toolkit/
* https://github.com/nexB/scancode-thirdparty-src.git
* https://github.com/nexB/scancode-plugins.git
* https://github.com/nexB/thirdparty-packages.git

License
=======

* Apache-2.0 as the overall license
* CC-BY-4.0 for reference datasets (initially was in the Public Domain).
* Multiple other secondary permissive or copyleft licenses (LGPL, MIT,
  BSD, GPL 2/3, etc.) for third-party components and test suite code and data.


See the NOTICE file and the .ABOUT files that document the origin and license of
the third-party code used in ScanCode for more details.


.. |azure| image:: https://dev.azure.com/nexB/scancode-toolkit/_apis/build/status/nexB.scancode-toolkit?branchName=develop
    :target: https://dev.azure.com/nexB/scancode-toolkit/_build/latest?definitionId=1&branchName=develop
    :alt: Azure tests status (Linux, macOS, Windows)

.. |docs-rtd| image:: https://readthedocs.org/projects/scancode-toolkit/badge/?version=latest
    :target: https://scancode-toolkit.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |docs-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/docs-ci.yml/badge.svg?branch=develop
    :target: https://github.com/nexB/scancode-toolkit/actions/workflows/docs-ci.yml
    :alt: Documentation Tests

.. |release-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml/badge.svg?event=push
    :target: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml
    :alt: Release tests

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nexB/scancode-toolkit",
    "name": "scancode-toolkit-mini",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "open source, scan, license, package, dependency, copyright, filetype, author, extract, licensing, scan, sca, SBOM, spdx, cyclonedx",
    "author": "nexB. Inc. and others",
    "author_email": "info@aboutcode.org",
    "download_url": "https://files.pythonhosted.org/packages/39/5a/2fa753b48f00527be0df724cf2085646dd7af8eaa88816f797ac28c50eee/scancode-toolkit-mini-32.1.0.tar.gz",
    "platform": null,
    "description": "================\nScanCode toolkit\n================\n\nA typical software project often reuses hundreds of third-party packages.\nLicense and packages, dependencies and origin information is not always easy to\nfind and not normalized: ScanCode discovers and normalizes this data for you.\n\nRead more about ScanCode here: https://scancode-toolkit.readthedocs.io/.\n\nCheck out the code at https://github.com/nexB/scancode-toolkit\n\nDiscover also:\n\n- The ScanCode.io server project here: https://scancodeio.readthedocs.io\n- The ScanCode Workbench project for visualization of scancode results data:\n  https://github.com/nexB/scancode-workbench \n- Other companion SCA projects for code origin, license and security analysis\n  here: https://aboutcode.org\n\n\nBuild and tests status\n======================\n\nWe run 30,000+ tests on each commit on multiple CIs to ensure a good platform\ncompabitility with multiple versions of Windows, Linux and macOS.\n\n+------------+--------------+-------------------------+----------------------------+\n| **Azure**  | **RTD Build**| **GitHub actions Docs** | **GitHub actions Release** |\n+============+==============+=========================+============================+\n|  |azure|   | |docs-rtd|   |  |docs-github-actions|  |  |release-github-actions|  |\n+------------+--------------+-------------------------+----------------------------+\n\n\nWhy use ScanCode?\n=================\n\n- As a **standalone command-line tool**, ScanCode is **easy to install**, run,\n  and embed in your CI/CD processing pipeline.\n  It runs on **Windows, macOS, and Linux**.\n\n- ScanCode is **used by several projects and organizations** such as\n  the `Eclipse Foundation <https://www.eclipse.org>`_,\n  `OpenEmbedded.org <https://www.openembedded.org>`_,\n  the `FSFE <https://www.fsfe.org>`_,\n  the `FSF <https://www.fsf.org>`_,\n  `OSS Review Toolkit <http://oss-review-toolkit.org>`_, \n  `ClearlyDefined.io <https://clearlydefined.io/>`_,\n  `RedHat Fabric8 analytics <https://github.com/fabric8-analytics>`_,\n  and many more.\n\n- ScanCode detects licenses, copyrights, package manifests, direct dependencies,\n  and more both in **source code** and **binary** files and is considered as the\n  best-in-class and reference tool in this domain, re-used as the core tools for\n  software composition data collection by several open source tools.\n\n- ScanCode provides the **most accurate license detection engine** and does a\n  full comparison (also known as diff or red line comparison) between a database\n  of license texts and your code instead of relying only on approximate regex\n  patterns or probabilistic search, edit distance or machine learning.\n\n- Written in Python, ScanCode is **easy to extend with plugins** to contribute\n  new and improved scanners, data summarization, package manifest parsers, and\n  new outputs.\n\n- You can save your scan results as **JSON, YAML, HTML, CycloneDX or SPDX** or\n  even create your own format with Jinja templates.\n\n- You can also organize and run ScanCode server-side with the\n  companion `ScanCode.io web app <https://github.com/nexB/scancode.io>`_\n  to organize and store multiple scan projects including scripted scanning pipelines.\n\n- ScanCode output data can be easily visualized and analysed using the\n  `ScanCode Workbench <https://github.com/nexB/scancode-workbench>`_ desktop app.\n\n- ScanCode is **actively maintained**, has a **growing users and contributors\n  community**.\n\n- ScanCode is heavily **tested** with an automated test suite of over **20,000 tests**.\n\n- ScanCode has an extensive and growing documentation.\n\n- ScanCode can process packages, build manifest and lockfile formats to collect\n  Package URLs and extract metadata: Alpine packages, BUCK files, ABOUT files,\n  Android apps, Autotools, Bazel, JavaScript Bower, Java Axis, MS Cab,\n  Rust Cargo, Cocoapods, Chef Chrome apps, PHP Composer and composer.lock,\n  Conda, CPAN, Debian, Apple dmg, Java EAR, WAR, JAR, FreeBSD packages,\n  Rubygems gemspec, Gemfile and Gemfile.lock, Go modules, Haxe packages,\n  InstallShield installers, iOS apps, ISO images, Apache IVY, JBoss Sar,\n  R CRAN, Apache Maven, Meteor, Mozilla extensions, MSI installers,\n  JavaScript npm packages, package-lock.json, yarn.lock, NSIS Installers,\n  NugGet, OPam, Cocoapods, Python PyPI setup.py, setup.cfg, and \n  several related lockfile formats, semi structured README\n  files such as README.android, README.chromium, README.facebook, README.google,\n  README.thirdparty, RPMs, Shell Archives, Squashfs images, Java WAR, Windows\n  executables and the Windows registry\n  and a few more. See `all available package parsers <https://scancode-toolkit.readthedocs.io/en/stable/reference/available_package_parsers.html>`_\n  for the exhaustive list.\n\nSee our `roadmap <https://scancode-toolkit.readthedocs.io/en/latest/contribute/roadmap.html>`_\nfor upcoming features.\n\n\nDocumentation\n=============\n\nThe ScanCode documentation is hosted at\n`scancode-toolkit.readthedocs.io <https://scancode-toolkit.readthedocs.io/en/latest/>`_.\n\nIf you are new to visualization of scancode results data, start with our\n`newcomer <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/newcomer.html>`_ page.\n\nIf you want to compare output changes between different versions of ScanCode, \nor want to look at  scans generated by ScanCode, review our\n`reference scans <https://github.com/nexB/scancode-toolkit-reference-scans>`_.\n\nOther Important Documentation Pages:\n\n- A `synopsis <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/synopsis.html>`_ \n  of ScanCode command line options.\n\n- Tutorials on:\n\n  - `How to run a scan <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_run_a_scan.html>`_\n  - `How to visualize scan results <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_visualize_scan_results.html>`_\n\n- An exhaustive list of `all available options <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html>`_\n\n- Documentation on `Contributing to Code Development <https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html>`_\n\n- Documentation on `Plugin Architecture <https://scancode-toolkit.readthedocs.io/en/latest/plugins/plugin_arch.html>`_\n\n- `FAQ <https://scancode-toolkit.readthedocs.io/en/latest/misc/faq.html>`_\n\nSee also https://aboutcode.org for related companion projects and tools.\n\n\nInstallation\n============\n\nBefore installing ScanCode make sure that you have installed the prerequisites\nproperly. This means installing Python 3.8 for x86/64 architectures.\nWe support Python 3.8, 3.9, 3.10, 3.11 and 3.12.\n\nSee `prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_\nfor detailed information on the support platforms and Python versions.\n\nThere are a few common ways to `install ScanCode <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html>`_.\n\n- `**Installation as an application: Install Python 3.8, download a release archive, extract and run**. \n  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-an-application-downloading-releases>`_\n  This is the recommended installation method.\n\n- `Development installation from source code using a git clone\n  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-from-source-code-git-clone>`_\n\n- `Development installation as a library with \"pip install scancode-toolkit\"\n  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#pip-install>`_\n  [Note that this is not supported on arm64 machines]\n\n- `Run in a Docker container with a git clone and \"docker run\"\n  <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-via-docker>`_\n\n\nQuick Start\n===========\n\nAfter ScanCode is installed successfully you can run an example scan printed on screen as JSON::\n\n    scancode -clip --json-pp - samples\n\nFollow the `How to Run a Scan <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_run_a_scan.html>`_\ntutorial to perform a basic scan on the ``samples`` directory distributed by\ndefault with ScanCode.\n\nSee more command examples::\n\n    scancode --examples\n\nSee `How to select what will be detected in a scan\n<https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan.html>`_\nand `How to specify the output format <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_format_scan_output.html>`_\nfor more information.\n\nYou can also refer to the `command line options synopsis\n<https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/synopsis.html>`_\nand an exhaustive list of `all available command line options\n<https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html>`_.\n\n\nArchive extraction\n==================\n\nBy default ScanCode does not extract files from tarballs, zip files, and\nother archives as part of the scan. The archives that exist in a codebase\nmust be extracted before running a scan: `extractcode` is a bundled utility\nbehaving as a mostly-universal archive extractor. For example, this command will\nrecursively extract the mytar.tar.bz2 tarball in the mytar.tar.bz2-extract\ndirectory::\n\n    ./extractcode mytar.tar.bz2\n\nSee `all extractcode options <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html#all-extractcode-options>`_\nand `how to extract archives <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_extract_archives.html>`_ for details.\n\n\nSupport\n=======\n\nIf you have a problem, a suggestion or found a bug, please enter a ticket at:\nhttps://github.com/nexB/scancode-toolkit/issues\n\nFor discussions and chats, we have:\n\n* an official Gitter channel for `web-based chats\n  <https://matrix.to/#/#aboutcode-org_discuss:gitter.im>`_.\n  Gitter is now accessible through `Element <https://element.io/download>`_\n  or an `IRC bridge <https://matrix-org.github.io/matrix-appservice-irc/latest/usage.html>`_.\n  There are other AboutCode project-specific channels available there too.\n\n* The discussion channel for `scancode <https://matrix.to/#/#aboutcode-org_scancode:gitter.im>`_\n  specifically aimed at users and developers using scancode-toolkit.\n\nSource code and downloads\n=========================\n\n* https://github.com/nexB/scancode-toolkit/releases\n* https://github.com/nexB/scancode-toolkit.git\n* https://pypi.org/project/scancode-toolkit/\n* https://github.com/nexB/scancode-thirdparty-src.git\n* https://github.com/nexB/scancode-plugins.git\n* https://github.com/nexB/thirdparty-packages.git\n\nLicense\n=======\n\n* Apache-2.0 as the overall license\n* CC-BY-4.0 for reference datasets (initially was in the Public Domain).\n* Multiple other secondary permissive or copyleft licenses (LGPL, MIT,\n  BSD, GPL 2/3, etc.) for third-party components and test suite code and data.\n\n\nSee the NOTICE file and the .ABOUT files that document the origin and license of\nthe third-party code used in ScanCode for more details.\n\n\n.. |azure| image:: https://dev.azure.com/nexB/scancode-toolkit/_apis/build/status/nexB.scancode-toolkit?branchName=develop\n    :target: https://dev.azure.com/nexB/scancode-toolkit/_build/latest?definitionId=1&branchName=develop\n    :alt: Azure tests status (Linux, macOS, Windows)\n\n.. |docs-rtd| image:: https://readthedocs.org/projects/scancode-toolkit/badge/?version=latest\n    :target: https://scancode-toolkit.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |docs-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/docs-ci.yml/badge.svg?branch=develop\n    :target: https://github.com/nexB/scancode-toolkit/actions/workflows/docs-ci.yml\n    :alt: Documentation Tests\n\n.. |release-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml/badge.svg?event=push\n    :target: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml\n    :alt: Release tests\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft",
    "summary": "ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts. scancode-toolkit-mini is a special build that does not come with pre-built binary dependencies by default. These are instead installed separately or with the extra_requires scancode-toolkit-mini[full]",
    "version": "32.1.0",
    "project_urls": {
        "Homepage": "https://github.com/nexB/scancode-toolkit"
    },
    "split_keywords": [
        "open source",
        " scan",
        " license",
        " package",
        " dependency",
        " copyright",
        " filetype",
        " author",
        " extract",
        " licensing",
        " scan",
        " sca",
        " sbom",
        " spdx",
        " cyclonedx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e051c3cfa3911a8824776e782a66f6631441a502d3b42895aef311e2ad8cfaa6",
                "md5": "e7b063abf6f002def77fd6546ecc30b2",
                "sha256": "ecb6357f35885e09abee127dada1f9ec5128ef6f512185bc1ebf0e8d011b0b91"
            },
            "downloads": -1,
            "filename": "scancode_toolkit_mini-32.1.0-cp310-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7b063abf6f002def77fd6546ecc30b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 112612804,
            "upload_time": "2024-03-22T15:52:09",
            "upload_time_iso_8601": "2024-03-22T15:52:09.718511Z",
            "url": "https://files.pythonhosted.org/packages/e0/51/c3cfa3911a8824776e782a66f6631441a502d3b42895aef311e2ad8cfaa6/scancode_toolkit_mini-32.1.0-cp310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56215a5e2002b24d3699b689250444370aa1b79d3bd24696dab4e89bf67b33f1",
                "md5": "2399cefece1d87cec3b69d96d7a78b49",
                "sha256": "140c71046f43d81ffb43dd714741af217037e5b827764412cde9bdc75397b184"
            },
            "downloads": -1,
            "filename": "scancode_toolkit_mini-32.1.0-cp311-none-any.whl",
            "has_sig": false,
            "md5_digest": "2399cefece1d87cec3b69d96d7a78b49",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 112613745,
            "upload_time": "2024-03-22T15:52:41",
            "upload_time_iso_8601": "2024-03-22T15:52:41.041571Z",
            "url": "https://files.pythonhosted.org/packages/56/21/5a5e2002b24d3699b689250444370aa1b79d3bd24696dab4e89bf67b33f1/scancode_toolkit_mini-32.1.0-cp311-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "304df6fb3d0c3886271e0609d883020dd0ba87c0892c924fb40253fba7127c46",
                "md5": "877d257995fcfb4181f2819a981ea1ee",
                "sha256": "69603f83849345ef16cd125d39aeb88ccd5fe18763e41eaebc757e1223cbc9ca"
            },
            "downloads": -1,
            "filename": "scancode_toolkit_mini-32.1.0-cp312-none-any.whl",
            "has_sig": false,
            "md5_digest": "877d257995fcfb4181f2819a981ea1ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 112613704,
            "upload_time": "2024-03-22T15:52:35",
            "upload_time_iso_8601": "2024-03-22T15:52:35.396891Z",
            "url": "https://files.pythonhosted.org/packages/30/4d/f6fb3d0c3886271e0609d883020dd0ba87c0892c924fb40253fba7127c46/scancode_toolkit_mini-32.1.0-cp312-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faebed72cc161a5e5738f96f77906ef9b64caa470d7796bc4cbb0424b3b64286",
                "md5": "b7eced6cd903dd9170027f230e26691b",
                "sha256": "ed962852b60e73ff439acc56b92a9a44b016b913680cd6ee5f75c1f4ac928b5b"
            },
            "downloads": -1,
            "filename": "scancode_toolkit_mini-32.1.0-cp38-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7eced6cd903dd9170027f230e26691b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 112609991,
            "upload_time": "2024-03-22T15:52:24",
            "upload_time_iso_8601": "2024-03-22T15:52:24.978473Z",
            "url": "https://files.pythonhosted.org/packages/fa/eb/ed72cc161a5e5738f96f77906ef9b64caa470d7796bc4cbb0424b3b64286/scancode_toolkit_mini-32.1.0-cp38-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c44834b66f2de5ec00ad4c1555724b95c6dc8559b4ca7a6e3b30c0758b63c475",
                "md5": "b72b52eec5c7b89b5447453c96465782",
                "sha256": "c5a92f8be2e71ca091398bc1fbd8d87d1f073114068ccc29c164b560118e34c9"
            },
            "downloads": -1,
            "filename": "scancode_toolkit_mini-32.1.0-cp39-none-any.whl",
            "has_sig": false,
            "md5_digest": "b72b52eec5c7b89b5447453c96465782",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 112609991,
            "upload_time": "2024-03-22T15:52:18",
            "upload_time_iso_8601": "2024-03-22T15:52:18.077940Z",
            "url": "https://files.pythonhosted.org/packages/c4/48/34b66f2de5ec00ad4c1555724b95c6dc8559b4ca7a6e3b30c0758b63c475/scancode_toolkit_mini-32.1.0-cp39-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "395a2fa753b48f00527be0df724cf2085646dd7af8eaa88816f797ac28c50eee",
                "md5": "6ba537f8640283a1ef111e9298d91940",
                "sha256": "f6c6bbb3a5ab1e6bab9490e9e23b2fb46e821362a394283840c20872a5b32b05"
            },
            "downloads": -1,
            "filename": "scancode-toolkit-mini-32.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ba537f8640283a1ef111e9298d91940",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15154952,
            "upload_time": "2024-03-22T15:52:52",
            "upload_time_iso_8601": "2024-03-22T15:52:52.631476Z",
            "url": "https://files.pythonhosted.org/packages/39/5a/2fa753b48f00527be0df724cf2085646dd7af8eaa88816f797ac28c50eee/scancode-toolkit-mini-32.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 15:52:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nexB",
    "github_project": "scancode-toolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scancode-toolkit-mini"
}
        
Elapsed time: 0.22234s