Metadata-Version: 2.1
Name: scancodeio
Version: 34.6.0
Summary: Automate software composition analysis pipelines
Home-page: https://github.com/nexB/scancode.io
Author: nexB Inc.
Author-email: info@aboutcode.org
License: Apache-2.0
Keywords: open source,scan,license,package,dependency,copyright,filetype,author,extract,licensing,scancode,scanpipe,docker,rootfs,vm,virtual machine,pipeline,code analysis,container
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
License-File: NOTICE
License-File: scan.NOTICE
Requires-Dist: importlib-metadata==7.1.0
Requires-Dist: setuptools==70.0.0
Requires-Dist: Django==5.0.6
Requires-Dist: django-environ==0.11.2
Requires-Dist: django-crispy-forms==2.1
Requires-Dist: crispy-bootstrap3==2024.1
Requires-Dist: django-filter==24.2
Requires-Dist: djangorestframework==3.15.1
Requires-Dist: django-taggit==5.0.1
Requires-Dist: psycopg[binary]==3.1.19
Requires-Dist: django-probes==1.7.0
Requires-Dist: rq==1.16.2
Requires-Dist: django-rq==2.10.2
Requires-Dist: redis==5.0.5
Requires-Dist: gunicorn==22.0.0
Requires-Dist: container-inspector==33.0.0
Requires-Dist: scancode-toolkit[packages]==32.1.0
Requires-Dist: extractcode[full]==31.0.0
Requires-Dist: commoncode==31.2.1
Requires-Dist: fetchcode-container==1.2.3.210512; sys_platform == "linux"
Requires-Dist: elf-inspector==0.0.1
Requires-Dist: go-inspector==0.2.2
Requires-Dist: python-inspector==0.12.0
Requires-Dist: source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
Requires-Dist: aboutcode-toolkit==10.1.0
Requires-Dist: XlsxWriter==3.2.0
Requires-Dist: openpyxl==3.1.3
Requires-Dist: requests==2.32.3
Requires-Dist: gitpython==3.1.43
Requires-Dist: pyinstrument==4.6.2
Requires-Dist: cyclonedx-python-lib==7.4.0
Requires-Dist: jsonschema==4.22.0
Requires-Dist: fontawesomefree==6.5.1
Requires-Dist: matchcode-toolkit==5.1.0
Requires-Dist: univers==30.11.0
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: bleach==6.1.0
Requires-Dist: clamd==1.0.2
Provides-Extra: dev
Requires-Dist: flake8==7.0.0; extra == "dev"
Requires-Dist: black==24.4.2; extra == "dev"
Requires-Dist: isort==5.13.2; extra == "dev"
Requires-Dist: doc8==1.1.1; extra == "dev"
Requires-Dist: pydocstyle==6.3.0; extra == "dev"
Requires-Dist: bandit==1.7.8; extra == "dev"
Requires-Dist: django-debug-toolbar==4.4.2; extra == "dev"
Requires-Dist: Sphinx==7.3.7; extra == "dev"
Requires-Dist: sphinx-rtd-theme==2.0.0; extra == "dev"
Requires-Dist: sphinx-rtd-dark-mode==1.3.0; extra == "dev"
Requires-Dist: sphinxcontrib-django==2.5; extra == "dev"
Requires-Dist: bumpver==2023.1129; extra == "dev"
Requires-Dist: twine==5.1.0; extra == "dev"

ScanCode.io
===========

ScanCode.io is a server to script and automate software composition analysis
with ScanPipe pipelines.

First application is for Docker container and VM composition analysis.

Getting started
---------------

The ScanCode.io documentation is available here: https://scancodeio.readthedocs.org/

If you have questions that are not covered by our
`Documentation <https://scancodeio.readthedocs.io/en/latest/faq.html>`_ or
`FAQs <https://scancodeio.readthedocs.io/en/latest/faq.html>`_,
please ask them in `Discussions <https://github.com/nexB/scancode.io/discussions>`_.

If you want to contribute to ScanCode.io, start with our
`Contributing <https://scancodeio.readthedocs.io/en/latest/contributing.html>`_ page.

A new GitHub action is now available at
`scancode-action <https://github.com/nexB/scancode-action>`_
to run ScanCode.io pipelines from your GitHub Workflows.
Visit https://scancodeio.readthedocs.io/en/latest/automation.html to learn more
about automation.

Build and tests status
----------------------

+------------+-------------------+
| **Tests**  | **Documentation** |
+============+===================+
| |ci-tests| |    |docs-rtd|     |
+------------+-------------------+

License
-------

SPDX-License-Identifier: Apache-2.0

The ScanCode.io software is licensed under the Apache License version 2.0.
Data generated with ScanCode.io is provided as-is without warranties.
ScanCode is a trademark of nexB Inc.

You may not use this software except in compliance with the License.
You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

Data Generated with ScanCode.io is provided on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. No content created from
ScanCode.io should be considered or used as legal advice. Consult an Attorney
for any legal advice.


.. |ci-tests| image:: https://github.com/nexB/scancode.io/actions/workflows/ci.yml/badge.svg?branch=main
    :target: https://github.com/nexB/scancode.io/actions/workflows/ci.yml
    :alt: CI Tests Status

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