Metadata-Version: 1.0
Name: pyfileseq
Version: 1.0.1
Summary: File sequence management
Home-page: http://github.com/aldergren/pyfileseq
Author: Niklas Aldergren
Author-email: niklas@aldergren.com
License: Simplified BSD License
Description: This library will find file sequences in a directory (or another source) and 
        return them as a list of FileSequence instances. The FileSequence class provides
        useful functionality for further manipulating a sequence; slicing, generation of
        filenames, string representations, etc. 
        
Keywords: sequence,file,list,find,fileseq
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
