{ "info": { "author": "Marcin Sztolcman", "author_email": "marcin@urzenia.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "irename\n=======\n\n``irename`` allows to easy rename many files using Your favorite editor.\n\nWhen You call ``irename`` (with some options or paths) list of files is\nsaved to text file, and Your favorite text editor is launched. You can\nedit names or paths in this file, and after You save changes and quit\nfrom editor, this changes are applied.\n\n``irename`` use by default editor set in environment variables:\n``$EDITOR``, or ``$VISUAL`` if the former is empty. If neither of them\naren't set, use ``vim``.\n\nCurrent stable version\n----------------------\n\n1.0.0\n\nPython version\n--------------\n\n``irename`` works only with Python 3.3+. Older Python versions are\nunsupported.\n\nUsage\n-----\n\nEverything is in help :) Just execute:\n\n::\n\n irename --help\n\nLook at result:\n\n::\n\n % irename --help\n\n usage: irename [-h] [--editor EDITOR] [--editor-arguments ARGUMENTS]\n [--verbose] [--interactive] [--force] [--version]\n [files [files ...]]\n\n positional arguments:\n files files to rename\n\n optional arguments:\n -h, --help show this help message and exit\n --editor EDITOR, -e EDITOR\n Change default editor\n --editor-arguments ARGUMENTS, -c ARGUMENTS\n Pass additional arguments to editor\n --verbose, -v Be verbose\n --interactive, -i Ask before every rename\n --force, -f Do not ask if destination file already exists\n --version show program's version number and exit\n\nInstallation\n------------\n\n1. Using PIP\n\n``irename`` should work on any platform where\n`Python `__ is available, it means Linux, Windows,\nMacOS X etc.\n\nSimplest way is to use Python's built-in package system:\n\n::\n\n pip3 install irename\n\n2. Using `pipsi `__\n\n pipsi install --python3 irename\n\n3. Using sources\n\nDownload sources from\n`Github `__:\n\n::\n\n wget -O 1.0.0.zip https://github.com/msztolcman/irename/archive/1.0.0.zip\n\nor\n\n::\n\n curl -o 1.0.0.zip https://github.com/msztolcman/irename/archive/1.0.0.zip\n\nUnpack:\n\n::\n\n unzip 1.0.0.zip\n\nAnd install\n\n::\n\n cd irename-1.0.0\n python3 setup.py install\n\nVoila!\n\nAuthors\n-------\n\nMarcin Sztolcman marcin@urzenia.net\n\nContact\n-------\n\nIf you like or dislike this software, please do not hesitate to tell me\nabout this me via email (marcin@urzenia.net).\n\nIf you find bug or have an idea to enhance this tool, please use\nGitHub's `issues `__.\n\nLicense\n-------\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Marcin Sztolcman\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nChangeLog\n---------\n\nv1.0.0\n~~~~~~\n\n- First public version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://msztolcman.github.io/irename/", "keywords": "file management,rename,move,terminal,cli", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "irename", "package_url": "https://pypi.org/project/irename/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/irename/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://msztolcman.github.io/irename/" }, "release_url": "https://pypi.org/project/irename/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "interactive rename files using favorite editoror", "version": "1.0.0" }, "last_serial": 1920460, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9fcbeacd4ce7eb50de25a863b779125e", "sha256": "1cf88a5fdf666a0fdea008f5a80414ac74aedf93e41e58a145a193592cf7e4df" }, "downloads": -1, "filename": "irename-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9fcbeacd4ce7eb50de25a863b779125e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7470, "upload_time": "2016-01-24T18:57:14", "url": "https://files.pythonhosted.org/packages/62/13/de2a13aa2b823074f2f6ea184a3312c7d3b795cd8f6406683a71c7b838bd/irename-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29a3f10f029e90eb16da725eaedba83a", "sha256": "c401163bf2a156d5bcc86640138df061f6baf7a3bc33292ff998ab43f41ff218" }, "downloads": -1, "filename": "irename-1.0.0.tar.gz", "has_sig": false, "md5_digest": "29a3f10f029e90eb16da725eaedba83a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4843, "upload_time": "2016-01-24T18:57:19", "url": "https://files.pythonhosted.org/packages/a9/3c/d014bffaa565ef92cfdf00cbfad58df0c5936446e139dbce39ea042901a2/irename-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fcbeacd4ce7eb50de25a863b779125e", "sha256": "1cf88a5fdf666a0fdea008f5a80414ac74aedf93e41e58a145a193592cf7e4df" }, "downloads": -1, "filename": "irename-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9fcbeacd4ce7eb50de25a863b779125e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7470, "upload_time": "2016-01-24T18:57:14", "url": "https://files.pythonhosted.org/packages/62/13/de2a13aa2b823074f2f6ea184a3312c7d3b795cd8f6406683a71c7b838bd/irename-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29a3f10f029e90eb16da725eaedba83a", "sha256": "c401163bf2a156d5bcc86640138df061f6baf7a3bc33292ff998ab43f41ff218" }, "downloads": -1, "filename": "irename-1.0.0.tar.gz", "has_sig": false, "md5_digest": "29a3f10f029e90eb16da725eaedba83a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4843, "upload_time": "2016-01-24T18:57:19", "url": "https://files.pythonhosted.org/packages/a9/3c/d014bffaa565ef92cfdf00cbfad58df0c5936446e139dbce39ea042901a2/irename-1.0.0.tar.gz" } ] }