{ "info": { "author": "Richie Ward", "author_email": "RichieS@GMail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "License :: OSI Approved :: BSD License", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "usage: pyreplace [-h] [-d DIRECTORY] [-r] [-v] [-g EXPRESSION]\n [-f FIND REPLACE] [-fi] [-c FIND REPLACE] [-ci]\n\nRecursively find and replace in file names and contents.\n\noptional arguments:\n -h, --help show this help message and exit\n -d DIRECTORY, --directory DIRECTORY\n Set starting directory.\n -r, --dry-run Dont make any changes, just list what would happen.\n -v, --verbose Display changes made.\n -g EXPRESSION, --glob EXPRESSION\n Find files with matching extension. Example: *.txt\n -f FIND REPLACE, --filename FIND REPLACE\n Search filename for FIND and replace with REPLACE.\n -fi, --filename-insensitive\n Ignore capital/lowercase when searching filename.\n -c FIND REPLACE, --contents FIND REPLACE\n Search contents for FIND and replace with REPLACE.\n -ci, --contents-insensitive\n Ignore capital/lowercase when searching contents.\n\nUsage Examples:\nReplace foo with bar in filenames matching *.txt:\npyreplace -g *.txt -f foo bar\n\nFind and replace foo with bar in files matching *.txt (Contents):\npyreplace -g *.txt -c foo bar\n\nAs above with all files in current directory:\npyreplace -c foo bar\n\nAs above with all files in another directory:\npyreplace -d /home/foo -c foo bar", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pynguins.com", "keywords": "rename file tool command find replace", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pyreplace", "package_url": "https://pypi.org/project/pyreplace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyreplace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pynguins.com" }, "release_url": "https://pypi.org/project/pyreplace/1.0/", "requires_dist": null, "requires_python": null, "summary": "Recursively find and replace in file names and contents.", "version": "1.0" }, "last_serial": 797679, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "96dd4737e729d53ff2e5a65276e147ce", "sha256": "c7f8b6ccfb6071318ab373d399e47d18b2a5da7cd9132f5ba4ccbd0ccc390c02" }, "downloads": -1, "filename": "pyreplace-1.0-py3.2.egg", "has_sig": true, "md5_digest": "96dd4737e729d53ff2e5a65276e147ce", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 5235, "upload_time": "2011-08-25T05:43:33", "url": "https://files.pythonhosted.org/packages/ab/04/0052a15c9a8aba3ab8ba830e7602d86cf3ae61b8099c960aa8ae0be7da88/pyreplace-1.0-py3.2.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96dd4737e729d53ff2e5a65276e147ce", "sha256": "c7f8b6ccfb6071318ab373d399e47d18b2a5da7cd9132f5ba4ccbd0ccc390c02" }, "downloads": -1, "filename": "pyreplace-1.0-py3.2.egg", "has_sig": true, "md5_digest": "96dd4737e729d53ff2e5a65276e147ce", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 5235, "upload_time": "2011-08-25T05:43:33", "url": "https://files.pythonhosted.org/packages/ab/04/0052a15c9a8aba3ab8ba830e7602d86cf3ae61b8099c960aa8ae0be7da88/pyreplace-1.0-py3.2.egg" } ] }