{ "info": { "author": "Elijah Caine", "author_email": "elijahcainemv@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "THIS PACKAGE ONLY WORKS WHEN INSTALLED WITH `pip3`\r\nDue to a JSON error the package does not work when installed wth normal `pip`.\r\n\r\n##Usage\r\n\r\nInstallation\r\n```\r\n$ pip3 install --user GrindStone\r\n```\r\n\r\n**NOTE:** This package only works when you install it with pip3\r\n\r\n\r\nInitialize a grindstone (you can have many)\r\n```\r\n$ grindstone init .\r\nGrindstone Created at /path/to/current/working/dir\r\n```\r\n\r\nAdd tasks\r\n```\r\n$ grindstone add a_task which I really need to get done\r\n$ grindstone add another_task that might be less important\r\n$ grindstone\r\n[a_task] which I really need to get done\r\n$ grindstone list\r\n[a_task] which I really need to get done\r\n[another_task] that might be less important\r\n```\r\n\r\nPrioritize tasks\r\n```\r\n$ grindstone prioritize another_task\r\n$ grindstone list\r\n[another_task] that might be less important\r\n[a_task] which I really need to get done\r\n```\r\n\r\nRemove tasks\r\n```\r\n$ grindstone remove a_task\r\n$ grindstone list\r\n[another_task] that might be less important\r\n$ grindstone pop\r\n$ grindstone list\r\n```\r\n\r\nHelp menu\r\n```\r\n$ grindstone help\r\nGrindStone: Keeping you on task since 2015.\r\nUsage:\r\n grindstone [top]\r\n Prints the top task on the grindstone\r\n grindstone init \r\n Initializes a .grindstone in the directory\r\n grindstone add \r\n Adds a task to the closest .grindstone\r\n grindstone remove \r\n Removes the specified task with \r\n grindstone prioritize \r\n Move a given task to the top of the grindstone\r\n grindstone pop\r\n Removes the top task on the grindstone\r\n grindstone list\r\n Lists all tasks on the grindstone\r\n grindstone help\r\n Prints this help message\r\n```\r\n\r\nAnd that's pretty much it.\r\n\r\n##License\r\n\r\nGrindStone is licensed under the MIT license\r\n\r\nCopyright \u00a9 2015 Elijah Caine M. Voigt", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ElijahCaine/GrindStone/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/elijahcaine/GrindStone", "keywords": "todo grindstone tasks lists", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "GrindStone", "package_url": "https://pypi.org/project/GrindStone/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/GrindStone/", "project_urls": { "Download": "https://github.com/ElijahCaine/GrindStone/archive/master.zip", "Homepage": "http://github.com/elijahcaine/GrindStone" }, "release_url": "https://pypi.org/project/GrindStone/0.4/", "requires_dist": null, "requires_python": null, "summary": "Helping you put your nose to the GrindStone since 2015.", "version": "0.4" }, "last_serial": 1785822, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "ae48b8c4702776f1f20af24211580c73", "sha256": "9e04e62c4cc1ed7fd073e7ea2dbdee019c6c8782ceb6e7b6027c3cf9efd0e954" }, "downloads": -1, "filename": "GrindStone-0.4.tar.gz", "has_sig": false, "md5_digest": "ae48b8c4702776f1f20af24211580c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4207, "upload_time": "2015-10-26T01:31:37", "url": "https://files.pythonhosted.org/packages/e6/2a/0d0df27bb3705d69c6d032ba9c8511879eb47ebfb6c0cf4f5c3c307a2a73/GrindStone-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae48b8c4702776f1f20af24211580c73", "sha256": "9e04e62c4cc1ed7fd073e7ea2dbdee019c6c8782ceb6e7b6027c3cf9efd0e954" }, "downloads": -1, "filename": "GrindStone-0.4.tar.gz", "has_sig": false, "md5_digest": "ae48b8c4702776f1f20af24211580c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4207, "upload_time": "2015-10-26T01:31:37", "url": "https://files.pythonhosted.org/packages/e6/2a/0d0df27bb3705d69c6d032ba9c8511879eb47ebfb6c0cf4f5c3c307a2a73/GrindStone-0.4.tar.gz" } ] }