Skip to main content

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]

Project description

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:

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 tests status (Linux, macOS, Windows)

Documentation Status

Documentation Tests

Release tests

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, OpenEmbedded.org, the FSFE, the FSF, OSS Review Toolkit, ClearlyDefined.io, RedHat 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 to organize and store multiple scan projects including scripted scanning pipelines.

  • ScanCode output data can be easily visualized and analysed using the 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 for the exhaustive list.

See our roadmap for upcoming features.

Documentation

The ScanCode documentation is hosted at scancode-toolkit.readthedocs.io.

If you are new to visualization of scancode results data, start with our newcomer 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.

Other Important Documentation Pages:

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 and 3.11.

See prerequisites for detailed information on the support platforms and Python versions.

There are a few common ways to install ScanCode.

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 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 and How to specify the output format for more information.

You can also refer to the command line options synopsis and an exhaustive list of all available command line options.

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 and how to extract archives 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. Gitter is now accessible through Element or an IRC bridge. There are other AboutCode project-specific channels available there too.

  • The discussion channel for scancode specifically aimed at users and developers using scancode-toolkit.

Source code and downloads

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scancode-toolkit-32.0.1.tar.gz (14.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

scancode_toolkit-32.0.1-cp311-none-any.whl (103.8 MB view details)

Uploaded CPython 3.11

scancode_toolkit-32.0.1-cp310-none-any.whl (103.8 MB view details)

Uploaded CPython 3.10

scancode_toolkit-32.0.1-cp39-none-any.whl (103.7 MB view details)

Uploaded CPython 3.9

scancode_toolkit-32.0.1-cp38-none-any.whl (103.7 MB view details)

Uploaded CPython 3.8

scancode_toolkit-32.0.1-cp37-none-any.whl (103.7 MB view details)

Uploaded CPython 3.7

File details

Details for the file scancode-toolkit-32.0.1.tar.gz.

File metadata

  • Download URL: scancode-toolkit-32.0.1.tar.gz
  • Upload date:
  • Size: 14.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for scancode-toolkit-32.0.1.tar.gz
Algorithm Hash digest
SHA256 e6c25c63b0dee6e9e150b2aa23312d302062b82968a0da9da19496e3cfa094ff
MD5 2e379b30f4da151fa77fc65da9e1dd9f
BLAKE2b-256 4172c33c90def2f59ebf0748af3f5e8341194befd978a99fcbf64edf83422ebd

See more details on using hashes here.

File details

Details for the file scancode_toolkit-32.0.1-cp311-none-any.whl.

File metadata

File hashes

Hashes for scancode_toolkit-32.0.1-cp311-none-any.whl
Algorithm Hash digest
SHA256 f5ee92855885a192fbdaae3721449a25843513e155bfb02b45b3f4bdf3c8335e
MD5 6784c439d23ae52f0623648d45aefbf2
BLAKE2b-256 20ad4282bcd20b3dd9a2dbcc7b7631f4dc037aab71ed7100ea6aa8df4f82beba

See more details on using hashes here.

File details

Details for the file scancode_toolkit-32.0.1-cp310-none-any.whl.

File metadata

File hashes

Hashes for scancode_toolkit-32.0.1-cp310-none-any.whl
Algorithm Hash digest
SHA256 4783f45f9e189b0108e50ab3c1cee26f685411f65e6627778c0d8c5dd1edb4cf
MD5 867614b59f2fdd7e34d008d4e3a3d4f8
BLAKE2b-256 714f0c13c28bd63beb5ef671efa3b1b6775189ec645e0a8d808a0488a2bd2203

See more details on using hashes here.

File details

Details for the file scancode_toolkit-32.0.1-cp39-none-any.whl.

File metadata

File hashes

Hashes for scancode_toolkit-32.0.1-cp39-none-any.whl
Algorithm Hash digest
SHA256 478e533f0f3ec1a266a6712a2c4cc233fc414e15a125bc04f904c55b72f27203
MD5 f86a4e13a0e59fa1c3757d4bf36651ae
BLAKE2b-256 4583b5f6f9928cf50c416ca64aa6e0d6d3576a81ffb5279da2a8b8fe1a1a7130

See more details on using hashes here.

File details

Details for the file scancode_toolkit-32.0.1-cp38-none-any.whl.

File metadata

File hashes

Hashes for scancode_toolkit-32.0.1-cp38-none-any.whl
Algorithm Hash digest
SHA256 97a12ef25b61bc9a4d010aedb7e41a43c56e72c5c7d9aee21ca10e8543fba040
MD5 c31cb356ccf8979d98df918ee3127b0a
BLAKE2b-256 11b94efef2f3fd65d9f4396ad8e0506345b82a8671ff1ff24604513b989e99a1

See more details on using hashes here.

File details

Details for the file scancode_toolkit-32.0.1-cp37-none-any.whl.

File metadata

File hashes

Hashes for scancode_toolkit-32.0.1-cp37-none-any.whl
Algorithm Hash digest
SHA256 9342338c3cd240f4e4e91e1bcfe7975834de9626dfc3373855a1db9c163c1c9c
MD5 804726d2142764ab88ff4dc2ec3351d1
BLAKE2b-256 757dd6c696bf60fc860b2ffefcd8237ab452a110bc94850ccd348d48fabb2176

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page