{ "info": { "author": "Matthew Perry", "author_email": "perrygeo@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Pad a string to the left with any number of characters\n\n pip install left-pad\n\nThen\n\n >>> from left_pad import left_pad\n >>> s = \"abc\"\n >>> left_pad(s, 2, \"+\")\n '++abc'\n\nMake sure to add left-pad to your dependencies in your next project.\n\nOr, if you want to reinvent the wheel, go ahead and try to do it\nwith the standard library\n\n >>> s.rjust(len(s) + 2, '+')\n '++abc'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://docs.python.org/2/library/stdtypes.html#str.rjust", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "left-pad", "package_url": "https://pypi.org/project/left-pad/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/left-pad/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://docs.python.org/2/library/stdtypes.html#str.rjust" }, "release_url": "https://pypi.org/project/left-pad/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Pad a string to the left with any number of characters", "version": "0.0.3" }, "last_serial": 2023136, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "91d24f0309ed579926d760ecca71eefd", "sha256": "b842b81fcf157ca09b1e0036c5876295fdfd097640aa85d37f988857eec64654" }, "downloads": -1, "filename": "left-pad-0.0.3.tar.gz", "has_sig": false, "md5_digest": "91d24f0309ed579926d760ecca71eefd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1145, "upload_time": "2016-03-23T16:40:28", "url": "https://files.pythonhosted.org/packages/a0/34/cd668981dc6818d8a39f1185af8113268ddc71d99b0ba4aa8ceee2a123e7/left-pad-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91d24f0309ed579926d760ecca71eefd", "sha256": "b842b81fcf157ca09b1e0036c5876295fdfd097640aa85d37f988857eec64654" }, "downloads": -1, "filename": "left-pad-0.0.3.tar.gz", "has_sig": false, "md5_digest": "91d24f0309ed579926d760ecca71eefd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1145, "upload_time": "2016-03-23T16:40:28", "url": "https://files.pythonhosted.org/packages/a0/34/cd668981dc6818d8a39f1185af8113268ddc71d99b0ba4aa8ceee2a123e7/left-pad-0.0.3.tar.gz" } ] }