X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.rst;h=63778345bd00a068eafbb32a267a75eef169f516;hb=7e860e914cd2bae272c514a19e825e835c4017c6;hp=ed425989ef8fa1837f972aff9062972496853121;hpb=09db0eb9f5b9d1950604e78c0e23c0ca19032992;p=ppu.git diff --git a/README.rst b/README.rst index ed42598..6377834 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Portable Python Utilities. Author: Oleg Broytman . -Copyright (C) 2017 PhiloSoft Design. +Copyright (C) 2017, 2018 PhiloSoft Design. License: GPL. @@ -11,12 +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. which.py - find a program in PATH and print full path to it. -| Home Page: http://phdru.name/Software/Python/ppu/ -| Documentation: http://phdru.name/Software/Python/ppu/docs/ -| Git repo: http://git.phdru.name/ppu.git/ +| 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