Skip to content

Commit 13262f8

Browse files
committed
Issue #27. Identify additional supporting AboutCode projects.
1 parent add5569 commit 13262f8

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

docs/source/aboutcode-project-overview.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Supporting AboutCode Projects
2424
:maxdepth: 2
2525

2626
aboutcode-projects/license-expression-project
27+
aboutcode-projects/scancode-licensedb-project
28+
aboutcode-projects/source-inspector-project
29+
aboutcode-projects/python-inspector-project
2730
aboutcode-projects/scancode-action-project
2831
aboutcode-projects/aboutcode-toolkit-project
2932

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _python-inspector-project:
2+
3+
python-inspector
4+
================
5+
6+
`python-inspector <https://github.com/aboutcode-org/python-inspector>`_:
7+
is a collection of utilities to:
8+
9+
- resolve PyPI packages dependencies
10+
11+
- parse various requirements.txt files and setup.py files as input
12+
for resolving dependencies.
13+
14+
- parse various manifests and packages files such as
15+
Pipfile, pyproject.toml, poetry.lock and setup.cfg and legacy and
16+
current metadata file formats for eggs, wheels and sdist. These
17+
have not been wired with the command line yet.
18+
19+
- query PyPI JSON and simple APIs for package information
20+
21+
It grew out of ScanCode-Toolkit to find and analyze PyPI archives and
22+
installed Python packages and their files.
23+
24+
The goal of python-inspector is to be a comprehensive library
25+
that can handle every style of Python package layouts, manifests and lockfiles.
26+
27+
- Get the code at: https://github.com/aboutcode-org/python-inspector
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _scancode-licensedb-project:
2+
3+
ScanCode LicenseDB
4+
==================
5+
6+
`ScanCode LicenseDB <https://github.com/aboutcode-org/scancode-licensedb>`_:
7+
is a large free and open database of software licenses, in particular open-source
8+
software licenses, with over 2300 curated licenses texts and their metadata.
9+
10+
LicenseDB is built from the ScanCode Toolkit license dataset. ScanCode Toolkit
11+
is a leading open source code scanner and license detection engine.
12+
13+
LicenseDB is an essential reference license resource for license compliance and
14+
SBOMs. LicenseDB includes all the SPDX and OSI licenses together with an extended
15+
curated collection of other licenses and license metadata. These licenses are
16+
carefully reviewed and curated and continuously updated by an open community of
17+
contributors.
18+
19+
LicenseDB is available as a web site at: https://scancode-licensedb.aboutcode.org/
20+
You can search the licenses by name, key and other attributes. The web site is updated
21+
daily by a GitHub action with updates from scancode-toolkit develop.
22+
23+
LicenseDB is also available as a JSON or YAML API and a git repository
24+
making it easy to reuse and integrate in tools that need a database of reference
25+
software licenses.
26+
27+
- Get the code at: https://github.com/aboutcode-org/scancode-licensedb
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _source-inspector-project:
2+
3+
source-inspector
4+
================
5+
6+
`source-inspector <https://github.com/aboutcode-org/source-inspector>`_:
7+
is a collection of utilities to inspect and analyze source code and collect interesting
8+
data using various tools such as code symbols, strings and comments.
9+
This is also a ScanCode-Toolkit plugin.
10+
11+
- Get the code at: https://github.com/aboutcode-org/source-inspector

0 commit comments

Comments
 (0)