Hachoir core 1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Hachoir core 1.2 (Default branch)
# 1  
Old 09-03-2008
Hachoir core 1.2 (Default branch)

ImageHachoir is a Python library used to represent abinary file as a tree of Python objects. Eachobject has a type, a value, an address, etc. Thegoal is to be able to know the meaning of each bitin a file. Hachoir is able to open invalid ortruncated files. It only reads or computes data ondemand to minimize load times. Many field typesare predefined (integer, bit, string, etc.) andstrings with a given character set (such asISO-8859-1 or UTF-8) are supported. Addresses andsizes are stored in bits.License: GNU General Public License (GPL)Changes:
Field.getFieldType() was created to describe afield type and give some useful information. TheTimestampUnix64 field type was created.GenericString now only guesses the character setonce. If the charset attribute if not set, a guessis made when it's requested by the user.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
COILY(1)						    Spring Python Documentation 						  COILY(1)

NAME
coily - command-line management tool for Spring Python SYNOPSIS
coily command DESCRIPTION
Coily is the command-line tool that utilizes the plugin system. It is similar to grails command-line tool, in that through a series of installed plugins, you are able to do many tasks, including build skeleton apps that you can later flesh out. If you look at the details of this app, you will find a sophisticated, command driven tool to built to manage plugins. The real power is in the plugins themselves. For information about Spring Python, it can be found at http://www.springpython.org/ OPTIONS
--help Displays a brief summary with all options. --list-installed-plugins List the plugins currently installed in this account. --list-available-plugins List the plugins available for installation. --install-plugin <name> Install the named plugin. --uninstall-plugin <name> Uninstall the named plugin by deleting its entry from ~/.springpython. --reinstall-plugin <name> Uninstall then install the plugin. SEE ALSO
The full documentation for coily and Spring Python is maintained as a HTML manual available at http://static.springsource.org/spring-python/1.2.x/sphinx/html/. AUTHOR
Greg Turnquist <gturnquist at vmware dotcom> COPYRIGHT
Apache Software License 1.2.0 2010-11-03 COILY(1)