{ "info": { "author": "Alireza J (scisco)", "author_email": "scisco7@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: Freeware", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "wordpad\n+++++++\n\n.. image:: https://travis-ci.org/scisco/wordpad.svg?branch=master\n :target: https://travis-ci.org/scisco/wordpad\n\nAdds padding to the right or left of a given string\n\nInstallation\n============\n\n::\n\n $ pip install wordpad\n\nor::\n\n $ python setup.py install\n\n\nTests\n=====\n\n::\n\n $ python setup.py test\n\n\nExample\n=======\n\n::\n\n >>> from wordpad import pad\n >>> pad('1', 3)\n '001'\n >>> pad('1', 3, direction='right')\n '100'\n >>> pad('his', 4, char='t')\n 'this'", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/scisco/wordpad/archive/v0.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scisco/wordpad", "keywords": "", "license": "CC0", "maintainer": null, "maintainer_email": null, "name": "wordpad", "package_url": "https://pypi.org/project/wordpad/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wordpad/", "project_urls": { "Download": "https://github.com/scisco/wordpad/archive/v0.1.0.tar.gz", "Homepage": "https://github.com/scisco/wordpad" }, "release_url": "https://pypi.org/project/wordpad/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Adds padding to the right or left of a given string", "version": "0.1.0" }, "last_serial": 2045794, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8d5b610f1c2394a52154834d0bc6bcd8", "sha256": "494fe24032a3c38d32a578ab3e3657bf99cda2e1a604959ddd0d5b19ea9e6535" }, "downloads": -1, "filename": "wordpad-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8d5b610f1c2394a52154834d0bc6bcd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1653, "upload_time": "2016-04-04T21:14:36", "url": "https://files.pythonhosted.org/packages/1b/ff/3bfc5a58774cd0a11f1ce23311b8651a2c9f430ee5252a8b5617c3de8698/wordpad-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d5b610f1c2394a52154834d0bc6bcd8", "sha256": "494fe24032a3c38d32a578ab3e3657bf99cda2e1a604959ddd0d5b19ea9e6535" }, "downloads": -1, "filename": "wordpad-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8d5b610f1c2394a52154834d0bc6bcd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1653, "upload_time": "2016-04-04T21:14:36", "url": "https://files.pythonhosted.org/packages/1b/ff/3bfc5a58774cd0a11f1ce23311b8651a2c9f430ee5252a8b5617c3de8698/wordpad-0.1.0.tar.gz" } ] }