Metadata-Version: 1.1
Name: FileSorter
Version: 0.1.9
Summary: A Python file sorter by common data types
Home-page: https://github.com/migetman9/file_sort
Author: Daniel Alexander Ross Evans
Author-email: me@danielarevans.com
License: MIT
Description: File Sorter
        This program will let you sort files by using one sorta easy command!
        
        `file_sort [path] [levels]`
        
        The path will be os.getcwd() by default.
        The levels are a number from 0 to ∞ indicating how far into subfolders the sort may look. The default is 0 for no folders may be searched.
        
Keywords: sorting files file sort
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
