{ "info": { "author": "Lu\u00eds Gomes", "author_email": "luismsgomes@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7" ], "description": "================\n search-replace\n================\n\n``search-replace`` is a trivial Python script that implements\nsearch/replace in text files.\n\nhttps://github.com/luismsgomes/search-replace\n\nCopyright (c) 2019 Lu\u00eds Gomes \n\nUsage\n-----\n\n search-replace [ []]\n\nWhere is either:\n\n* an object with search strings as keys and replacement\n strings as values, e.g. ``{\"search\": \"replace\"}``\n\n* an array of arrays containing search and replacement\n string pairs, e.g. ``[[\"search1\", \"replace1\"], [\"search2\", \"replace2\"]]``\n\n* a filename preceeded by ``@``, such as ``@table.json``,\n and the file should contain the replacement table in one\n of the two JSON formats described above\n\nIn the second form, the order of replacements is ensured\nto follow the order of the array.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/luismsgomes/search-replace", "keywords": "convenience", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "search-replace", "package_url": "https://pypi.org/project/search-replace/", "platform": "", "project_url": "https://pypi.org/project/search-replace/", "project_urls": { "Homepage": "https://github.com/luismsgomes/search-replace" }, "release_url": "https://pypi.org/project/search-replace/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A convenience script to search and replace strings in files.", "version": "0.1.2" }, "last_serial": 5307788, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d5745bca7bb3a383838e7574238f2cb2", "sha256": "f4f0ef184f6ffcdceee0a3c1a371abe859d9e4a39364a1568cefc16810a48ef6" }, "downloads": -1, "filename": "search-replace-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d5745bca7bb3a383838e7574238f2cb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2238, "upload_time": "2019-05-07T11:13:35", "url": "https://files.pythonhosted.org/packages/fd/60/98fe34a29e05d66cc0f8baa138a85f3f0751407fc4986941c5e3fdba5180/search-replace-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "71556e8c8ee6c0e83114eb6ceb51e2e2", "sha256": "547bab0d36e00441d72853f2069f63c021fb3ff209f0385081ea932511416997" }, "downloads": -1, "filename": "search-replace-0.1.1.tar.gz", "has_sig": false, "md5_digest": "71556e8c8ee6c0e83114eb6ceb51e2e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2250, "upload_time": "2019-05-07T11:25:11", "url": "https://files.pythonhosted.org/packages/92/8b/96f63f168d66f6a0295da4da6f77a7f0f147b02e2529a5192a5dbd6a544d/search-replace-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9999c846abed5ac10144467e6acaa90d", "sha256": "91022453bc034c1f1cf1a0c77dc089deb751f172dcc49786325b12e9aac9452a" }, "downloads": -1, "filename": "search-replace-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9999c846abed5ac10144467e6acaa90d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2266, "upload_time": "2019-05-23T14:34:05", "url": "https://files.pythonhosted.org/packages/9a/7f/1b419e4b994796d79e97a828ec86c48a61e10d1c2db707ca00af2d0d517f/search-replace-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9999c846abed5ac10144467e6acaa90d", "sha256": "91022453bc034c1f1cf1a0c77dc089deb751f172dcc49786325b12e9aac9452a" }, "downloads": -1, "filename": "search-replace-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9999c846abed5ac10144467e6acaa90d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2266, "upload_time": "2019-05-23T14:34:05", "url": "https://files.pythonhosted.org/packages/9a/7f/1b419e4b994796d79e97a828ec86c48a61e10d1c2db707ca00af2d0d517f/search-replace-0.1.2.tar.gz" } ] }