Portable Python Utilities.
Author: Oleg Broytman <phd@phdru.name>.
Copyright (C) 2017-2024 PhiloSoft Design.
License: GPL.
cmp.py - compare two files.
remove-old-files.py - remove old files. It's a portable replacement for find start_dir -type f -mtime +31 -delete.
rm.py - remove files and directories.
which.py - find a program in PATH and print full path to it.
Home Page: https://phdru.name/Software/Python/ppu/
Documentation: https://phdru.name/Software/Python/ppu/docs/
Git repo: https://git.phdru.name/ppu.git/
GitHub repo: https://github.com/phdru/ppu
Issue tracker: https://github.com/phdru/ppu/issues
pip install ppu