{ "info": { "author": "Pradipta Bora", "author_email": "pradd@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Sorty\r\n-----\r\n\r\nA file sorting magician in your command line. Sorty sorts files in a\r\nfolder by their extensions and organizes stuff. Sorty is built in Python\r\nand works cross platform.\r\n\r\nWhy Sorty?\r\n~~~~~~~~~~\r\n\r\nSorty shouldn't be used in project folders or code folders. It's better\r\nfor organising folders like Downloads, Pictures, Trip Media etc.\r\n\r\nFor example, we download a lot of stuff in our computers. Most of the\r\ntime, our download folder is a mess.\r\n\r\nBut worry not because Sorty is here!. Sorty sorts your files based on\r\nyour extensions and groups similar files together. So your program setup\r\nfiles are in one folder, your PDF documents are in one, and your\r\ndownloaded songs are in another. You can then rename these folders to\r\nsuit yourself.\r\n\r\nAnother Example, whenever we go out for a holiday or a trip, we take a\r\nlot of pictures and videos. But when we import our files from our Camera\r\nor Smartphone, the videos and pictures are grouped together. And\r\nseparating them takes time especially when we have many files. Again,\r\nSorty to the rescue!. Sorty will group your videos separately and your\r\npictures separately.\r\n\r\nInstallation\r\n~~~~~~~~~~~~\r\n\r\nCross Platform\r\n^^^^^^^^^^^^^^\r\n\r\nYou need to have Python installed for this method. It will work on\r\nWindows, Unix/Linux and Mac OS X.\r\n\r\nUse ``pip`` to install:\r\n\r\n::\r\n\r\n pip install sorty\r\n\r\nInstaller\r\n^^^^^^^^^\r\n\r\nThe Installer is coming soon for Windows. It will be a small exe that\r\nyou need to place in your system folder and you are good to go.\r\n\r\nLinux and Mac OS X don't get a compiled executable because Python is pre\r\ninstalled in these systems\r\n\r\nUsage\r\n~~~~~\r\n\r\nNavigate to the Folder which you want to sort in your Terminal/Command\r\nPrompt\r\n\r\nEnter the following command:\r\n\r\n::\r\n\r\n sorty\r\n\r\nAnd the Magic will start. By default Sorty does not sort files contained\r\nin subfolders but if you want that, just add the ``--topdown`` argument\r\nso that the command becomes:\r\n\r\n::\r\n\r\n sorty --topdown\r\n\r\nAlternatively instead of navigating to the folder, you can let sorty do\r\nthat for you using the ``directory`` argument.\r\n\r\n::\r\n\r\n sorty -d \"C:\\Pictures\" --topdown\r\n\r\nDependencies\r\n~~~~~~~~~~~~\r\n\r\nIf you have Python >2.7 and >3.2 then there are no external\r\ndependencies. To Support Python 2.5 - 2.6 and 3.0 - 3.1, the\r\n``argparse`` module is required. If you are installing using pip then\r\ndon't worry, everything will be installed automatically.\r\n\r\nAbout\r\n~~~~~\r\n\r\nCreated By Pradipta. Copyright 2015 MIT Licensed.", "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/geekpradd/Sorty", "keywords": "files sort utility", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Sorty", "package_url": "https://pypi.org/project/Sorty/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Sorty/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/geekpradd/Sorty" }, "release_url": "https://pypi.org/project/Sorty/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A File Sorting Magician for your PC built in Python", "version": "1.0.0" }, "last_serial": 1448842, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "613160f4d12c91d83505f653c0e8f797", "sha256": "505097dc4200f9399d65030a413def98bf461c3bf562c9142a8c3fa757652f23" }, "downloads": -1, "filename": "Sorty-1.0.0.zip", "has_sig": false, "md5_digest": "613160f4d12c91d83505f653c0e8f797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6380, "upload_time": "2015-03-05T07:21:13", "url": "https://files.pythonhosted.org/packages/08/fb/d90cb979b4d38a4bf52fc8ce152a42d5a657ac23c2e469fb086b2e3b7809/Sorty-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "613160f4d12c91d83505f653c0e8f797", "sha256": "505097dc4200f9399d65030a413def98bf461c3bf562c9142a8c3fa757652f23" }, "downloads": -1, "filename": "Sorty-1.0.0.zip", "has_sig": false, "md5_digest": "613160f4d12c91d83505f653c0e8f797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6380, "upload_time": "2015-03-05T07:21:13", "url": "https://files.pythonhosted.org/packages/08/fb/d90cb979b4d38a4bf52fc8ce152a42d5a657ac23c2e469fb086b2e3b7809/Sorty-1.0.0.zip" } ] }