{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# caseireplace\n*Python3 module to case insensitive replace of strings.*\n\n## Installation\n### Install with pip\n```\npip3 install -U caseireplace\n```\n\n## Usage\n```\nIn [1]: import caseireplace\n\nIn [2]: caseireplace.insensitive_replace(\n text=\"I want a hIPpo for my birthday\",\n old=\"hippo\",\n new=\"giraffe\"\n )\n\nOut[2]: 'I want a giraffe for my birthday'\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/caseireplace/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/caseireplace", "keywords": "case,insensitive,replace", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "caseireplace", "package_url": "https://pypi.org/project/caseireplace/", "platform": "", "project_url": "https://pypi.org/project/caseireplace/", "project_urls": { "Download": "https://github.com/carlosplanchon/caseireplace/archive/v0.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/caseireplace" }, "release_url": "https://pypi.org/project/caseireplace/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python3 module to case insensitive replace of strings.", "version": "0.1" }, "last_serial": 5175101, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dfc45f01678b2ca45fddde4554cafe38", "sha256": "31c136c7aede996bc2bb01aca1f1707276aad553e966da980c5941fa379902dd" }, "downloads": -1, "filename": "caseireplace-0.1.tar.gz", "has_sig": false, "md5_digest": "dfc45f01678b2ca45fddde4554cafe38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1694, "upload_time": "2019-04-23T00:44:14", "url": "https://files.pythonhosted.org/packages/8c/ff/78affb29630bd4982d6b069b5cfa3b580400f6d3a5ae9e14542340fd545c/caseireplace-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dfc45f01678b2ca45fddde4554cafe38", "sha256": "31c136c7aede996bc2bb01aca1f1707276aad553e966da980c5941fa379902dd" }, "downloads": -1, "filename": "caseireplace-0.1.tar.gz", "has_sig": false, "md5_digest": "dfc45f01678b2ca45fddde4554cafe38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1694, "upload_time": "2019-04-23T00:44:14", "url": "https://files.pythonhosted.org/packages/8c/ff/78affb29630bd4982d6b069b5cfa3b580400f6d3a5ae9e14542340fd545c/caseireplace-0.1.tar.gz" } ] }