{ "info": { "author": "Aleksandar Ristic", "author_email": "aleksandar.ristic1983@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "I've created this little script in order to make my picture collections more sortable. It will timestamp files in a directory tree according to each file's name. It supports various different file extensions with optional prefixes and suffixes. Also, it uses a datetime.datetime.strptime to extract the time from the filename, so it's easily changeable to suit your needs. Out of the box it supports the following:\r\n\r\n* prefixes: ['IMG', 'PIC', 'PANO', 'VID'] or no prefix\r\n* file types (extensions): ['.JPG', '.JPEG', '.MP4']\r\n* date format: %Y%m%d_%H%M%S, eg: 20150131_120017\r\n\r\nInstallation:\r\npip install name2time\r\n\r\nOR\r\n\r\nClone the project & run from source\r\n\r\nUsage:\r\nname2timestamp [--fmt FORMAT] [-y or --yes] DIRECTORY\r\n\r\nDownload:\r\nDownload from pypi: https://pypi.python.org/pypi/name2time\r\nCheckout source: https://github.com/aleksandarristic/name2time/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/aleksandarristic/name2time", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aleksandarristic/name2time/", "keywords": "", "license": "The MIT License (MIT)\r\n\r\nCopyright (c) 2015 Aleksandar Ristic\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.", "maintainer": "Aleksandar Ristic", "maintainer_email": "aleksandar.ristic1983@gmail.com", "name": "name2time", "package_url": "https://pypi.org/project/name2time/", "platform": "", "project_url": "https://pypi.org/project/name2time/", "project_urls": { "Download": "https://github.com/aleksandarristic/name2time", "Homepage": "https://github.com/aleksandarristic/name2time/" }, "release_url": "https://pypi.org/project/name2time/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple utility to set the modified and accessed timestamps on files according to their filenames", "version": "0.2" }, "last_serial": 1819060, "releases": { "0.2": [] }, "urls": [] }