Metadata-Version: 1.1
Name: pyprintr
Version: 0.3
Summary: Module that allows to emulate the print_r() PHP function
Home-page: http://www.python-printr.org
Author: Eugenia Bahit
Author-email: ebahit@member.fsf.org
License: GPL v3.0
Description: Python-printr for own objects of a class instance
        Python-printr is a module that allows to emulate the print_r() function of PHP 
        by printing the objects properties of a class instance and its internal 
        structure. If you need to use printr() function for list, tuples and dicts, 
        please, don't use printr() function. You can choose pprint module. printr() 
        function is only for objects of your own class instances.
        
        Developed by Eugenia Bahit. Distributed under a GPL v3.0 licence.
        http://www.python-printr.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
