               _                            _   _        __
              | |_ ___  _ __ _ __ ___ _ __ | |_(_)_ __  / _| ___
              | __/ _ \| '__| '__/ _ \ '_ \| __| | '_ \| |_ / _ \
	          | || (_) | |  | | |  __/ | | | |_| | | | |  _| (_) |
	           \__\___/|_|  |_|  \___|_| |_|\__|_|_| |_|_|  \___/

                       Release 1.0.2, 30 December 2008
                   Vrai Stacey <vrai@acherondevelopment.com>
                http://vrai.net/project.php?project=torrentinfo


About
-----

TorrentInfo parses .torrent files and displays information about the torrent
and the files that it references. On the default basic setting it shows:

 - Torrent name
 - Tracker URL
 - The creator of the torrent
 - The torrent's creation date
 - The number of files (if a multi-file torrent)
 - The name of the file (if a single-file torrent)
 - The total size of the file/files

If asked to display file information the path and size of each file is 
listed.

Additionally the entire torrent can be shown in hierachical form.

Usage
-----

torrentinfo [ -h -n ] filename1 [ ... filenameN ]

    -h --help      Displays this message
    -b --basic     Shows basic file information (default)
    -f --files     Shows files within the torrent
    -d --dump      Dumps the whole file hierarchy
    -n --nocolour  No ANSI colour

If no settings are specified the script will default to showing the basic
information on each file.

Install
------

TorrentInfo uses the standard Python distribution utilities. So it should just
be a case of uncompressing the archive and running:

	./setup.py install

Obviously the user running this must have sufficient permissions to create a
file in the install directory.

Bugs
----

Any bugs or unexpected behavoir should be reported to Vrai
<vrai@acherondevelopment.com>. If bugs aren't reported they can't be fixed!

