aboutcode-org / aboutcode-org/scancode-toolkit

Determine if a directory is a package root of sorts

Đang mở
#2,832 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
new feature
Ngôn ngữ chính
Python
Star
2.6k
Fork
791
Merge trung bình
1 ngày 12 giờ
Pull request đã merge (30 ngày)
5

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.