Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/py-process-files
Python local file process tracker
https://github.com/nickderobertis/py-process-files
Last synced: about 3 hours ago
JSON representation
Python local file process tracker
- Host: GitHub
- URL: https://github.com/nickderobertis/py-process-files
- Owner: nickderobertis
- License: mit
- Created: 2019-08-14T12:25:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:36:32.000Z (about 2 years ago)
- Last Synced: 2025-01-13T00:50:56.291Z (12 days ago)
- Language: Python
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# processfiles
## Overview
Use this tool to select files of given file types in a folder, and track whether these files have been processed,
regardless of whether the script needs to be run multiple times. Stores progress on the files as a text file in the
same folder, so that a long-running operation on many files can be resumed where it left off if it was stopped.
It will also automatically estimate time to completion.## Links
See the example
[generated documentation here.](https://nickderobertis.github.io/py-process-files/)