General README for pyexif.
----------------------------

The official location for everything pyexif is
http://pyexif.sourceforge.net

This code is based upon Robert F. Tobler's exiftool code.

The library itself is located in <root>/lib/exif.py
While doing development, you should add this path to your
PYTHONPATH.  Eventually we'll set up a setup.py distutils
configuration (just no time now).

Use it in your scripts with: "import exif"

Example uses of the script can be found under the
<root>/bin subdirectory.  Other files can be found
under <root>/share/<toolname>/*.


Reporting bugs
----------------------------

Please use the SourceForge bug tracking system, no emails
please.  Thx.

