@kernlang/review-python
v3.1.3
Published
Python concept mapper for kern review — tree-sitter based
Maintainers
Readme
@kernlang/review-python
Python concept mapper for kern review — tree-sitter based
Part of the KERN monorepo.
Install
npm install @kernlang/review-pythonUsage
import { extractPythonConcepts } from '@kernlang/review-python';
const concepts = extractPythonConcepts(pythonSource);
// Returns a ConceptMap compatible with the TypeScript mapper outputLicense
AGPL-3.0
