NPM & PyPI License Compatibility Auditor avatar

NPM & PyPI License Compatibility Auditor

Under maintenance

Pricing

$10.00 / 1,000 result items

Go to Apify Store
NPM & PyPI License Compatibility Auditor

NPM & PyPI License Compatibility Auditor

Under maintenance

Audit license compliance across JavaScript and Python dependencies in one pass. Supply a mixed list of npm and PyPI package names; the tool fetches current license metadata from each registry, normalizes SPDX identifiers, flags non-OSI-approved or incompatible licenses, and returns a clean complianc

Pricing

$10.00 / 1,000 result items

Rating

0.0

(0)

Developer

ajay shah

ajay shah

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Audit license compliance across JavaScript and Python dependencies in one pass. Supply a mixed list of npm and PyPI package names; the tool fetches current license metadata from each registry, normalizes SPDX identifiers, flags non-OSI-approved or incompatible licenses, and returns a clean compliance table ready for SBOM generation or legal review. No authentication required.

Example input

{
"packages": [
{
"name": "lodash",
"registry": "npm"
},
{
"name": "requests",
"registry": "pypi"
},
{
"name": "react",
"registry": "npm"
}
],
"fail_on_incompatible": false
}

Each result item contains: package_name, registry, version, license_raw, spdx_id, is_osi_approved, repository_url, license_url.