Skip to content

Display top debian packages with the most number of files.

Notifications You must be signed in to change notification settings

ryanjkirk/deb_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

deb_stats

For a given architecture, deb_stats retrieves a list of Debian packages from a mirror and outputs a ranked list of the package names containing the most number of files.

Usage

./deb_stats.py -a [arch]

Additional Information

A quick shell proof of concept is also included, which accepts a positional argument:

./deb_stats.sh [arch]

This code is the basis of what is used within the python script.

Ideally, this portion of the script would be re-written in pure python, by saving the output of the metadata into an array and counting duplicates.

License

MIT

About

Display top debian packages with the most number of files.

Resources

Stars

Watchers

Forks