Metadata-Version: 1.1
Name: SmartFileSorter
Version: 0.1.0
Summary: Rule based file moving and renaming tool
Home-page: https://github.com/jashort/SmartFileSorter
Author: Jason Short
Author-email: jason@sheersky.com
License: BSD
Description: ===============================
        Smart File Sorter
        ===============================
        
        .. image:: https://badge.fury.io/py/SmartFileSorter.png
            :target: http://badge.fury.io/py/SmartFileSorter
        
        .. image:: https://travis-ci.org/jashort/SmartFileSorter.png?branch=master
                :target: https://travis-ci.org/jashort/SmartFileSorter
        
        .. image:: https://pypip.in/d/SmartFileSorter/badge.png
                :target: https://pypi.python.org/pypi/SmartFileSorter
        
        
        Rule based file moving and renaming tool
        
        * Free software: BSD license
        * Documentation: https://smartfilesorter.readthedocs.org.
        
        Features
        --------
        
        * Moves/renames files based on rules defined in a YAML configuration file.
        * Automatically renames a file if it already exists in the destination directory by appending a sequence number to the
          filename. (file.txt, file_001.txt, file_002.txt, etc)
        * Easy to extend with new match or action rules
        
        
        
        
        History
        -------
        
        0.1.0 (2014-09-14)
        ---------------------
        
        * First release on PyPI.
Keywords: smartfilesorter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
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
