File: control

package info (click to toggle)
bytes-circle 2.6-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 396 kB
  • sloc: sh: 1,232; ansic: 397; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: bytes-circle
Section: math
Priority: optional
Maintainer: Roberto S. Galende <roberto.s.galende@gmail.com>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: https://circulosmeos.wordpress.com/2015/10/10/statistics-circle-for-analysing-byte-entropy-in-files/

Package: bytes-circle
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Show byte statistics as an ASCII circle graph
 bytes-circle is a program that shows statistics about bytes
 contained in a file as an ASCII circle graph of deviations from
 mean in sigma increments.
 .
 The program can be useful for statistically analyze the content of
 files in a glimpse: text files are shown as a green centered crown,
 compressed and encrypted files should be shown as equally distributed
 variations with a very low CV (sigma/mean), and other types of files
 can be classified between these two categories depending on their
 ASCII vs binary content, which can be useful to quickly determine how
 information is stored inside them (redis db, mmedia files, etc).