Metadata-Version: 2.0
Name: ppu
Version: 0.6.0
Summary: Broytman Portable Python Utilities
Home-page: http://phdru.name/Software/Python/ppu/
Author: Oleg Broytman
Author-email: phd@phdru.name
License: GPL
Description-Content-Type: UNKNOWN
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*

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


