aboutcode-org / aboutcode-org/scancode-toolkit

Determine if a directory is a package root of sorts

オープン
#2,832 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
new feature
主要言語
Python
スター
2.6k
フォーク
791
平均マージ
1日 12時間
マージ済み PR(30日)
5

説明

Finding the root of a package is useful as it defines a point in a code tree where we can summarize things.
This is a complex topic. To help we can:

- look for patterns of key files (as identified with `is_key_file` by the FileClassifier plugin with --classify)
- look for package manifests, package and package-like data (where `package-like` is a new new TBD concept when we do not have a proper way to extract metadata) and the files they contain. This may not yield a root, but identifying a set of files that are for a package may be even better than getting a root.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。