Metadata-Version: 2.1
Name: lumixmaptool
Version: 1.0.16
Summary: Manage GPS information for Panasonic Lumix cameras.
Home-page: https://github.com/MartinThoma/lumixmaptool
Author: Martin Thoma
Author-email: info@martin-thoma.de
Maintainer: Martin Thoma
Maintainer-email: info@martin-thoma.de
License: MIT
Download-URL: https://github.com/MartinThoma/lumixmaptool
Description: [![Build Status](https://travis-ci.org/MartinThoma/lumixmaptool.svg?branch=master)](https://travis-ci.org/MartinThoma/lumixmaptool)
        [![Coverage Status](https://img.shields.io/coveralls/MartinThoma/lumixmaptool.svg)](https://coveralls.io/r/MartinThoma/lumixmaptool?branch=master)
        [![Documentation Status](http://img.shields.io/badge/docs-latest-brightgreen.svg)](https://pythonhosted.org/lumixmaptool/)
        [![Code Health](https://landscape.io/github/MartinThoma/lumixmaptool/master/landscape.svg)](https://landscape.io/github/MartinThoma/lumixmaptool/master)
        
        lumixmaptool
        ============
        
        Manage GPS information for Panasonic Lumix cameras.
        
        Panasonic offers GPS metadata to add to a SD card. This metadata can contain
        tourist information that might be useful for sightseeing. This maptool helps
        to copy the data from Lumix DVD to the SD card that is inserted into your
        computer (the camera has not to be connected).
        This script was tested with Lumix TZ41.
        
        ## Usage
        
        Install it:
        
        ```bash
        sudo pip install lumixmaptool
        ```
        
        use it
        
        ```bash
        lumixmaptool
        ```
        
        ## Credits
        This script is based on [de.rolandkluge.lumix_map_tool](https://github.com/RolandKluge/de.rolandkluge.lumix_map_tool/blob/master/maptool.py) (see also [his article](http://blog.roland-kluge.de/?p=250))
        
        ## Packaging
        
        ### Python packages
        
        Register the project at PyPI: [lumixmaptool](https://pypi.python.org/pypi/lumixmaptool)
        
        ```bash
        python setup.py register
        ```
        
        Update the project:
        
        ```bash
        python setup.py sdist upload
        ```
        
        ### Debian packages
        
        (Does not work by now)
        
        lumixmaptool/panasonic-maptool-1.0$ fakeroot dpkg-buildpackage -F
        
        Check results with `lintian`.
        
Keywords: Lumix,Panasonic,TZ41,Camera,GPS
Platform: Linux
Platform: MacOS X
Platform: Windows
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
