{ "info": { "author": "Miles Steele, Jess Kenney", "author_email": "taksman@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# Taksman\n\nAssignment management tool for school.\n\n## Setup\n\n $ git clone git://github.com/mlsteele/taksman.git ~/.taksman\n\nAdd taksman to your `PATH`\n\n $ echo \"export PATH=\\$HOME/.taksman:\\$PATH\"\n\nInstall the requirements with\n\n $ pip install -r requirements.txt\n\nEnable autocompletion by sourcing completion.bash or completion.zsh into your bashrc or zshrc.\n\n $ echo \"source ~/.taksman/completion.bash\" >> ~/.bashrc\n\n $ echo \"source ~/.taksman/completion.zsh\" >> ~/.zshrc\n\n# Notes\n```\ndirectories:\nentry - store entry files\ndone - archive done tasks\ntemplate - store task templates\n\nscript options:\nall - list all entries\ndate - list by day\ncourse - list by course\npriority - list by priority\ninfo - show details for task\n\nsupported fields in task files:\ndue - the due date\ncourse - the course/project to which the task belongs\npriority - will color the task name red/blue/cyan/white for values 0/1/2/3\n```", "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/mlsteele/taksman", "keywords": "cli tasks tool", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "taksman", "package_url": "https://pypi.org/project/taksman/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/taksman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mlsteele/taksman" }, "release_url": "https://pypi.org/project/taksman/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Command line task manager.", "version": "0.0.1" }, "last_serial": 1509929, "releases": { "0.0.1": [] }, "urls": [] }