X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.rst;fp=README.rst;h=de6ea108f36b537ea4dc7636d31b2a2eae7a134c;hb=50f80825db42438a5f6d2de7a0d0a0f6a343bfa4;hp=0000000000000000000000000000000000000000;hpb=d77ae971c34551069ed9111c9d3f0bda85c28ea0;p=ppu.git diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..de6ea10 --- /dev/null +++ b/README.rst @@ -0,0 +1,20 @@ +Portable Python Utilities. + +Author: Oleg Broytman . + +Copyright (C) 2017 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. + +| Home Page: http://phdru.name/Software/Python/ppu/ +| Documentation: http://phdru.name/Software/Python/ppu/docs/ +| Git repo: http://git.phdru.name/ppu.git/ +| GitHub repo: https://github.com/phdru/ppu +| Issue tracker: https://github.com/phdru/ppu/issues