]> git.phdru.name Git - ppu.git/blobdiff - README.rst
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[ppu.git] / README.rst
index de6ea108f36b537ea4dc7636d31b2a2eae7a134c..72de54538d111dcdad082609604709028e9d7d2c 100644 (file)
@@ -2,7 +2,7 @@ Portable Python Utilities.
 
 Author: Oleg Broytman <phd@phdru.name>.
 
-Copyright (C) 2017 PhiloSoft Design.
+Copyright (C) 2017-2024 PhiloSoft Design.
 
 License: GPL.
 
@@ -11,10 +11,17 @@ 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.
+rm.py - remove files and directories.
 
-| Home Page:     http://phdru.name/Software/Python/ppu/
-| Documentation: http://phdru.name/Software/Python/ppu/docs/
-| Git repo:      http://git.phdru.name/ppu.git/
+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