https://github.com/phdru/ppu
Portable Python Utilities
https://github.com/phdru/ppu
files python python3
Last synced: 4 months ago
JSON representation
Portable Python Utilities
- Host: GitHub
- URL: https://github.com/phdru/ppu
- Owner: phdru
- Created: 2017-04-28T19:54:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T22:24:34.000Z (over 1 year ago)
- Last Synced: 2025-03-23T19:07:15.530Z (about 1 year ago)
- Topics: files, python, python3
- Language: Python
- Homepage: http://phdru.name/Software/Python/ppu/docs/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Portable Python Utilities.
Author: Oleg Broytman .
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
| PyPI: https://pypi.org/project/ppu/
::
pip install ppu