]> git.phdru.name Git - ppu.git/blob - README.rst
Drop support for Python 3.3
[ppu.git] / README.rst
1 Portable Python Utilities.
2
3 Author: Oleg Broytman <phd@phdru.name>.
4
5 Copyright (C) 2017, 2018 PhiloSoft Design.
6
7 License: GPL.
8
9 cmp.py - compare two files.
10
11 remove-old-files.py - remove old files. It's a portable replacement for
12 `find start_dir -type f -mtime +31 -delete`.
13
14 rm.py - remove files and directories.
15
16 which.py - find a program in PATH and print full path to it.
17
18 | Home Page:     https://phdru.name/Software/Python/ppu/
19 | Documentation: https://phdru.name/Software/Python/ppu/docs/
20 | Git repo:      https://git.phdru.name/ppu.git/
21 | GitHub repo:   https://github.com/phdru/ppu
22 | Issue tracker: https://github.com/phdru/ppu/issues
23 | PyPI:          https://pypi.org/project/ppu/