Metadata-Version: 2.1
Name: ppu
Version: 0.8.0
Summary: Broytman Portable Python Utilities
Home-page: https://phdru.name/Software/Python/ppu/
Author: Oleg Broytman
Author-email: phd@phdru.name
License: GPL
Project-URL: Homepage, https://phdru.name/Software/Python/ppu/
Project-URL: Documentation, https://phdru.name/Software/Python/ppu/docs/
Project-URL: Github repo, https://github.com/phdru/ppu
Project-URL: Issue tracker, https://github.com/phdru/ppu/issues
Project-URL: Download, https://pypi.org/project/ppu/0.8.0/
Project-URL: Git repo, https://git.phdru.name/ppu.git/
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst

Portable Python Utilities.

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

Copyright (C) 2017-2021 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:     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


