{ "info": { "author": "Verssae", "author_email": "sparky@hanynag.ac.kr", "bugtrack_url": null, "classifiers": [ "Natural Language :: English", "Natural Language :: Korean", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# Introduction : toclo\n- toclo is a command line program which is about managing our schedule.\n\n It's name 'toclo' means 'todo'. (cl = d)\n\n You can manage your schedule such as adding, modifying, searching your schedule by entering some commands that this program offers you.\n\n This program is developed based on Python 3 and is easily available to anyone\n who wants to use the app.\n\n It is also made in a form of Python Package.\n\n If you want to manage your schedule efficiently, I want to recommend this program to you.\n\n# Requirements\n- This program needs:\n - Python 3.x\n - Windows, Linux, Mac OS X\n\n# Installation\n - It's very simple. Execute the command prompt and enter the command like below:\n\n `pip install toclo`\n\n# Usage\n - If you install the package into your computer, you can use the program like this:\n\n `toclo [commands]`\n\n This program contains these commands:\n\n `--h, --help` : You can see the manual that defines how to enter commands to use this program.\n\n `--version` : You can check the program's version.\n\n `add` : You can add your schedule into this program.\n\n `ls` : You can see your schedules that you entered before.\n\n `modify` : You can change your schedule.\n\n `delete` : You can erase your schedule.\n\n `complete` : If there exists a finished schedule, you can directly change the finish status of your schedule.\n\n ## commands\n\n ### add\n Format : `toclo add []`\n\n If the category column is empty, the schedule will be seen with the category blanked.\n If you don't want to set due, input x instead of 'YYYY-MM-DD'\n\n Example :\n\n `toclo add Assignment 2018-06-03`\n\n `toclo add Sleep 2018-06-04 Life`\n\n `toclo add Study x Life`\n\n ### ls\n Format : `toclo ls [ ]`\n\n If you enter the default command `toclo ls`, You can see your schedules that are not finished.\n\n If you enter the command `toclo ls `, you can see schedules for the category that you entered.\n\n If you enter the command `toclo ls `, you can see the schedules that already finished.\n\n If you want to see your all schedules including finished/unfinished, you should enter the command `toclo ls all`.\n\n Example :\n\n `toclo ls`\n\n `toclo ls all`\n\n `toclo ls Life`\n\n `toclo ls done`\n\n `toclo ls Life done`\n\n * If the schedule's due is passed comparing to the current date, that schedule may be seen highlighted.\n\n ### modify\n Format : `toclo modify `\n\n When you use this command, if the content is same as before, you should enter `-`.\n\n Example :\n\n `toclo modify 3 Homework 2018-06-05 work 1`\n\n `toclo modify 1 - 2018-06-03 - -`\n\n ### delete\n Format : `toclo delete ( | )`\n\n When you entered `toclo delete `, only schedules with this id will be deleted.\n\n However, when you entered `toclo delete `, all schedules will be deleted.\n\n Example :\n\n `toclo delete 2`\n\n `toclo delete all`\n\n ### complete\n Format : `toclo complete `\n\n When you entered like above, the schedule with that id's finish category will be checked.\n\n It means that schedule is finished.\n\n Example :\n\n `toclo complete 3`\n\n ## Convenience Features\n\n ###Due\n\n When you 'add' or 'modify', you have to input '' such as ''YYYY-MM-DD'.\n Instead of typing long like above, you can just input number 0 ~ 7.\n '' will be saved in 'today after number days'.\n For example, if number is 0, due will be today. If number is 1, due will be tomorrow.\n\n Example:\n\n `toclo add \"Finish assignment\" 1 Study`\n\n `toclo modify 1 - 0 -`\n\n ###Highlight\n\n If a todo's due is over or today, that low is highlighted.\n ![highlight](./ex_highlight.png)\n\n * If you entered the wrong command or the input format is incorrect, this program will open the help window automatically to make you understand the correct usage.\n\n- If you want more information, please contact us through the github.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Verssae/toclo.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Verssae/toclo", "keywords": "todolist", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "toclo", "package_url": "https://pypi.org/project/toclo/", "platform": "", "project_url": "https://pypi.org/project/toclo/", "project_urls": { "Download": "https://github.com/Verssae/toclo.git", "Homepage": "https://github.com/Verssae/toclo" }, "release_url": "https://pypi.org/project/toclo/1.1.25/", "requires_dist": [ "colorama", "docopt" ], "requires_python": ">= 3", "summary": "A todo list command line program in Python.", "version": "1.1.25" }, "last_serial": 3958594, "releases": { "1.0.8": [ { "comment_text": "", "digests": { "md5": "619e6dbeee212bb56f907abe2dae20c3", "sha256": "52932812c10aa4b656d82b5d5847da6e514d31c0773637b4eca03a16236c91e8" }, "downloads": -1, "filename": "toclo-1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "619e6dbeee212bb56f907abe2dae20c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7410, "upload_time": "2018-05-24T05:47:18", "url": "https://files.pythonhosted.org/packages/35/43/e8461b44e54f614b22044a0fee591504b49bb31072bd9e6ffdf155444813/toclo-1.0.8-py2.py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9ed5c0cb65aa1346e88e55f527c67f21", "sha256": "53f4959b02e2170ee66c92391375aa457fdc703bde80646f818bd99e8830e2f7" }, "downloads": -1, "filename": "toclo-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ed5c0cb65aa1346e88e55f527c67f21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7285, "upload_time": "2018-05-26T07:42:52", "url": "https://files.pythonhosted.org/packages/8a/2a/ddb09c7bc25ec32caac7a2095feed75dcc29ae03295a68a6818a40480780/toclo-1.1.0-py2.py3-none-any.whl" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "f9592b12d03fe199f5f5df4c557dc4a2", "sha256": "0fc0ec496ab6852fa12a9d7511b05e54513ca84b0d99c1ece7d4d79fc3173d4c" }, "downloads": -1, "filename": "toclo-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9592b12d03fe199f5f5df4c557dc4a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8459, "upload_time": "2018-05-31T02:46:01", "url": "https://files.pythonhosted.org/packages/c4/bb/ecb402db0e20fab845ad23d3e5217f59f35fc398827b9fab0bb878f0e363/toclo-1.1.2-py2.py3-none-any.whl" } ], "1.1.25": [ { "comment_text": "", "digests": { "md5": "f8ff1922e1e414114a35f0c46056ae00", "sha256": "0b8431fd24495083bc1226590de18308a8523d8a4363912b77b61d6b349856bf" }, "downloads": -1, "filename": "toclo-1.1.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8ff1922e1e414114a35f0c46056ae00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3", "size": 11632, "upload_time": "2018-06-05T15:46:44", "url": "https://files.pythonhosted.org/packages/46/67/e0b828946b2f370c8a70edc7f4f6bedcc84ecceec1fe3db3d0e290cdc4a8/toclo-1.1.25-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8ff1922e1e414114a35f0c46056ae00", "sha256": "0b8431fd24495083bc1226590de18308a8523d8a4363912b77b61d6b349856bf" }, "downloads": -1, "filename": "toclo-1.1.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8ff1922e1e414114a35f0c46056ae00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3", "size": 11632, "upload_time": "2018-06-05T15:46:44", "url": "https://files.pythonhosted.org/packages/46/67/e0b828946b2f370c8a70edc7f4f6bedcc84ecceec1fe3db3d0e290cdc4a8/toclo-1.1.25-py2.py3-none-any.whl" } ] }