{ "info": { "author": "Eugenia Bahit", "author_email": "ebahit@member.fsf.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python-printr (or PyPrintr) is a recursive printing objects module that allows\nto emulate the print_r() function of PHP by printing the objects properties of\na class instance and its internal structure. \n\n NOTICE:\n If you need to use printr() function for list, tuples and dicts, \n please, don't use printr() function. You can choose pprint module. \n printr() function is only for objects of your own class instances. \n Read more about Python-printr at https://pypi.python.org/pypi/pyprintr\n\n\n\n**Developed by:**\n Eugenia Bahit\n http://www.eugeniabahit.com/\n\n\n**Contributors:**\n Alejandro Ramirez\n http://www.ramirezalejandro.com.ar/\n\n\n**Licence:** \n GPL v3.0\n\n\n---------------------------------------------------------------------------\nBasic Usage\n---------------------------------------------------------------------------\nFirst, you must get an object of a class instance and then, you can call \nto the printr function by passing the object like an argument function.\n\n::\n\n from printr import printr\n\n my_object = MyClass()\n printr(my_object)\n\n\n---------------------------------------------------------------------------\nCustomization\n---------------------------------------------------------------------------\nChange this value by modifying the IDENTATION_CHAR constant:\n\n::\n\n import printr\n printr.IDENTATION_CHAR = \".\" # use point to identation\n myobject = MyClass()\n printr.printr(myobject)\n\n\nAlso, you can set the identation width, by modifying the TAB_WIDTH constant \n(by default is 4):\n\n::\n\n import printr\n printr.TAB_WIDTH = 2\n myobject = MyClass()\n printr.printr(myobject)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.python-printr.org/", "keywords": null, "license": "GPL v3.0", "maintainer": null, "maintainer_email": null, "name": "pyprintr", "package_url": "https://pypi.org/project/pyprintr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyprintr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.python-printr.org/" }, "release_url": "https://pypi.org/project/pyprintr/1.0/", "requires_dist": null, "requires_python": null, "summary": "Module that allows to emulate the print_r() PHP function", "version": "1.0" }, "last_serial": 797566, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "1e4f5bcfe7b52dc9ebf7463676c7b3bf", "sha256": "ee2a41d3d0b1c9ffdca0612f7f59a9665b16243f2a558c058c03dd7264258ec2" }, "downloads": -1, "filename": "pyprintr-0.3.tar.gz", "has_sig": false, "md5_digest": "1e4f5bcfe7b52dc9ebf7463676c7b3bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14500, "upload_time": "2013-03-29T01:15:45", "url": "https://files.pythonhosted.org/packages/f1/2d/ebe78acbfe2ae798c89ea81ab618a14d7642d6734d9e76cfbee277af4c60/pyprintr-0.3.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "2622f75a056e2348110fb299a2e644e3", "sha256": "05cc6089c50431f0d110ffe7d8338299be87fc29d0b24b558ef4b400c18b63ff" }, "downloads": -1, "filename": "pyprintr-1.0.tar.gz", "has_sig": false, "md5_digest": "2622f75a056e2348110fb299a2e644e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14924, "upload_time": "2013-05-04T23:05:58", "url": "https://files.pythonhosted.org/packages/6c/df/abcbb0a84de32dd19a9dd788c456d507a774a294aa7a2292f74708a24c1f/pyprintr-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2622f75a056e2348110fb299a2e644e3", "sha256": "05cc6089c50431f0d110ffe7d8338299be87fc29d0b24b558ef4b400c18b63ff" }, "downloads": -1, "filename": "pyprintr-1.0.tar.gz", "has_sig": false, "md5_digest": "2622f75a056e2348110fb299a2e644e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14924, "upload_time": "2013-05-04T23:05:58", "url": "https://files.pythonhosted.org/packages/6c/df/abcbb0a84de32dd19a9dd788c456d507a774a294aa7a2292f74708a24c1f/pyprintr-1.0.tar.gz" } ] }