Metadata-Version: 1.1
Name: ppu
Version: 0.3.2
Summary: Broytman Portable Python Utilities
Home-page: http://phdru.name/Software/Python/ppu/
Author: Oleg Broytman
Author-email: phd@phdru.name
License: GPL
Description: 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.
        
        | 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
        
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.6
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
