File: control

package info (click to toggle)
hachoir-urwid 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 184 kB
  • ctags: 98
  • sloc: python: 753; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,234 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
24
Source: hachoir-urwid
Section: python
Priority: optional
Maintainer: Michel Casabona <michel.casabona@free.fr>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>=9), python (>= 2.6.6-3~), cdbs (>= 0.4.90~), dh-python
Build-Depends-Indep: python-all
Standards-Version: 3.9.5
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid
X-Python-Version: >= 2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/hachoir-urwid/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/hachoir-urwid/trunk/

Package: python-hachoir-urwid
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-parser (>= 1.0), python-urwid (>= 0.9.4)
Suggests: python-profiler
Description: Binary file explorer using Hachoir and urwid libraries
 hachoir-urwid is a binary file explorer based on Hachoir library to parse the
 files. Using this tool you can exactly know the meaning of each bit/byte of
 your files. With direction keys, you can navigate in the field tree. The key
 'h' will disable 'human display' and switch to 'raw display'. It's sometime
 useful when you would like to compare hexadecimal data and Hachoir
 representation.