Skip to main content

A helper package to monitor files

Project description

filewatcher

This is a helper package to monitor files. You can use Cyberinfy-filewatcher to write your content.

Usage:

''' #Install package using the below command

pip install filewatcher

'''

import filewatcher

Retrieves files information from sub-directories too if recuresively=True

file_info_dict = get_files_info(directory='/home/krishna/mygit-repos/',recursively=True,sortbytime=False)

Doesn't retrieve files information from sub-directories if recursively=False

file_info_dict = get_files_info(directory='/home/krishna/mygit-repos/',recursively=False,sortbytime=True)

Check out an entire usage example at

Cyberinfy-filewatcher filewatcher_usage.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filewatcher-0.0.6.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

filewatcher-0.0.6-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page