An open API service indexing awesome lists of open source software.

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

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