-
Notifications
You must be signed in to change notification settings - Fork 0
Originally from here: https://code.launchpad.net/~vincent-vandevyvre/py3exiv2/trunk
mcmclx/py3exiv2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
py3exiv2 ******* Welcome to py3exiv2, a python 3 binding to exiv2 (http://exiv2.org/), the C++ library for manipulation of EXIF, IPTC and XMP image metadata. It is a python 3 module that allows your python scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG, TIFF, ...). Point your browser to http://exiv2.org/metadata.html for the complete metadata tag reference. Build dependencies ================== py3exiv2 depends on the following libraries: * python (≥ 3.2) * boost.python3 (http://www.boost.org/libs/python/doc/index.html) * exiv2 (http://www.exiv2.org/) Some examples in src/ use PyGTK (http://www.pygtk.org/) and PyQt (http://www.riverbankcomputing.co.uk/software/pyqt/) to display image previews, those are optional dependencies. This is a typical list of build dependencies for a Debian/Ubuntu system: * python-all-dev (≥ 3.2) * libexiv2-dev (≥ 0.20) * libboost-python-dev (≥ 1.48) * g++ Building and installing ======================= To build and install the library, while in the top-level directory (e.g. '~/dev/p3yexiv2', which should contain a file named 'configure.py'), run the following commands: $ python3 configure.py # To chek your environment and write the Makefile $ ./build.sh # To compile the lib $ ./build.sh -i # as administrator to install all files You can run configure.py with the following arguments: -h show the help message and exit --libboost=FILE where FILE is the full path of libboost-python3 e.g. `/usr/lib/x86_64-linux-gnu/libboost_python-py34.so` The result of the build is a dynamic library, libexiv2python.so, in the build/ directory. This is the low-level binding. It is in turn used in a higher level module, pyexiv2. The `./build.sh -i` command installs the two modules in your site-specific directory for Python modules (e.g. '/usr/lib/python3/dist-packages/' on Linux). To use py3exiv2 in your scripts, simply import the pyexiv2 module. Note: the lib name is py3exiv2 but, for compatibility, the top-level module is named pyexiv2 Documentation ============= You can find the API documentation at: http://python3-exiv2.readthedocs.org/en/latest or refer to the internal documentation for a guide on how to use py3exiv2. In a python interpreter, type: >>> import pyexiv2 >>> help(pyexiv2) License ======= Copyright (C) 2006-2011 Olivier Tilloy <[email protected]> Copyright (C) 2015 Vincent Vande Vyvre <[email protected]> py3exiv2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. py3exiv2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with py3exiv2; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA. Developers ========== py3exiv2 is Free Software, meaning that you are encouraged to play with it, modify it to suit your needs and contribute back your changes and bug fixes. The bug tracking system and the main bazaar branch are hosted at Launchpad: https://launchpad.net/py3exiv2 To get a working copy of the latest version of the code, you need to have bazaar (http://bazaar.canonical.com/) installed: $ bzr branch lp:py3exiv2 Feedback, bug reports and patches are welcome!
About
Originally from here: https://code.launchpad.net/~vincent-vandevyvre/py3exiv2/trunk
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published