Metadata-Version: 2.0
Name: ppu
Version: 0.5.0
Summary: Broytman Portable Python Utilities
Home-page: http://phdru.name/Software/Python/ppu/
Author: Oleg Broytman
Author-email: phd@phdru.name
License: GPL
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

Portable Python Utilities.

Author: Oleg Broytman <phd@phdru.name>.

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 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/
| GitHub repo:   https://github.com/phdru/ppu
| Issue tracker: https://github.com/phdru/ppu/issues


