Metadata-Version: 1.1
Name: imagesort
Version: 0.1.0
Summary: Organize images according to exif date metadata.
Home-page: https://github.com/leinz/imagesort
Author: Børge Lanes
Author-email: borge.lanes@gmail.com
License: MIT
Description: 
        Installation
        ============
        
        Install with one of the following commands::
        
            $ easy_install imagesort
        
        or alternatively if you have pip installed::
        
            $ pip install imagesort
        
        Usage
        =====
        
        Type ``imagesort -h`` for usage help.
        
        Examples
        --------
        
        Processing a directory::
        
            $ imagesort <sourcedir> <destdir>
        
        Use the ``dry-run`` flag to see which actions will be performed without actually doing anything::
        
            $ imagesort --dry-run <sourcedir> <destdir>
        
        Development
        ===========
        
        Testing
        -------
        
        Running the tests during development requires pytest. Install
        dependencies with
        
        ::
        
            $ pip install -r requirements.txt
        
        and then run tests with
        
        ::
        
            $ py.test
        
        Alternatively, if you have tox installed, just run tests by running::
        
            $ tox
        
Keywords: media
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Multimedia
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
