{ "info": { "author": "Xavier Olive", "author_email": "xo.olive@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "A tool for renaming a batch of pdf files\n========================================\n\n MIT license, Xavier Olive 2017\n\nThe addressed use case comes the frustration caused by opening tons of\npdf files (mainly scientific publications) in order to copy-paste the\ntitle and rename the file accordingly.\n\nThe proposed workflow goes as follow:\n\n.. code:: sh\n\n $ pdfrename *.pdf\n Rename '/home/xo/Downloads/1606.04838.pdf' to '/home/xo/Downloads/Optimization Methods for Large-Scale Machine Learning.pdf'? [y/n/j/s/a] > \n Choose among y(es)/n(o)/j(oin)/s(kip)/a(bort) > y\n\n| The script first searches the metadata, then parses each line of the\n first page of the file to suggest it as a file name.\n| Use ``j(oin)`` to merge the current suggestion with next line (for\n papers with a two-line title).\n\nInstallation\n------------\n\n**Latest release**:\n\n.. code:: sh\n\n pip install pdfrename\n\n| Try ``pip install --user pdfrename`` if need be.\n| The executable will be installed in a directory with read/write\n access.\n| Check the directory (which depends on your Python installation) is in\n your ``PATH`` variable.\n| Try ``/usr/local/bin``, ``$HOME/.local/bin``, ...\n\n**From source:**\n\n.. code:: sh\n\n pip install git+https://github.com/xoolive/pdfrename", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xoolive/pdfrename", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pdfrename", "package_url": "https://pypi.org/project/pdfrename/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pdfrename/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xoolive/pdfrename" }, "release_url": "https://pypi.org/project/pdfrename/0.1/", "requires_dist": null, "requires_python": null, "summary": "A tool for renaming a batch of pdf files", "version": "0.1" }, "last_serial": 2981886, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2af2c6e81a1743a588b2f5995103ef0f", "sha256": "074c20e39aabf48b27558086f6969b82bfbb8c8da914420514bf7b2f932b64c0" }, "downloads": -1, "filename": "pdfrename-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2af2c6e81a1743a588b2f5995103ef0f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4927, "upload_time": "2017-06-27T11:55:54", "url": "https://files.pythonhosted.org/packages/91/22/5ef03870f71794b9b8a083f805b57d5d150cf965f6f83196748be181ab0b/pdfrename-0.1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2af2c6e81a1743a588b2f5995103ef0f", "sha256": "074c20e39aabf48b27558086f6969b82bfbb8c8da914420514bf7b2f932b64c0" }, "downloads": -1, "filename": "pdfrename-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2af2c6e81a1743a588b2f5995103ef0f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4927, "upload_time": "2017-06-27T11:55:54", "url": "https://files.pythonhosted.org/packages/91/22/5ef03870f71794b9b8a083f805b57d5d150cf965f6f83196748be181ab0b/pdfrename-0.1-py2-none-any.whl" } ] }