Metadata-Version: 1.1
Name: simple-file-poller
Version: 0.0.2
Summary: Simple Python3 library for file polling.
Home-page: https://github.com/waikato-datamining/simple-file-poller
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Description: Simple Python framework for performing file polling.
        
        It polls for files in the specified input directory and moves them to the output directory. Methods for checking
        the files (e.g., whether an image is valid) and processing them can be supplied to the poller instance.
        Optionally, the input files can be deleted rather than moved.
        
        For more information and examples see:
        
        https://github.com/waikato-datamining/simple-file-poller
        
        Changelog
        =========
        
        0.0.2 (2020-12-03)
        ------------------
        
        - added `other_input_files` glob list and `delete_other_input_files` to manage additional files that may
          reside in the input directory along side the actual files that are being processed.
        
        
        0.0.1 (2020-12-02)
        ------------------
        
        - initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Filesystems
Classifier: Programming Language :: Python :: 3
