{ "info": { "author": "Sam Bryant", "author_email": "sbryant1014@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Office/Business" ], "description": "# sjb_todo\nA simple CRUD command line program for working with 'todo lists'\n\nThis project is licensed under the MIT license.\n\n# Installation\nThis program is in pre-alpha and is not using any deployment tools so I make zero guarantees about installation.\n\nHowever, I have written a crude script that should more or less work provided the user has `python3.6` installed in a linux environment and has all of the required python dependencies. Since these dependencies are subject to change, and this is my first time writing a deployed python app, I have not bothered to record them or incorporate them into the install script. In the future I hope to fix this.\n\n## Instructions\n~~~~\n$ cd \n$ ./install.sh\n$ mkdir -p ~/.local/share/sjb/todo\n~~~~\nwhere `` is the directory containing this README file. Also it's important that you run `./install.sh` as a regular user (dont use sudo).\n\n# Developing\nThere is a script `setup_dev.sh` which sets up a virtual environment. This causes `sjb-todo` to execute the local code in `src` instead of the code installed on the system.\n\nTo enter the development environment:\n~~~\n$ cd \n$ . setup_dev.sh\n~~~\nwhere `` is the directory containing this README file.\n\nTo leave the development environment just type:\n~~~~\n$ deactivate\n~~~~\n\nWarning: the development environment still uses the same data files as the real environment. This will eventually be fixed.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sicklybeans/sjb_todo", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "sjb-todo", "package_url": "https://pypi.org/project/sjb-todo/", "platform": "", "project_url": "https://pypi.org/project/sjb-todo/", "project_urls": { "Homepage": "https://github.com/sicklybeans/sjb_todo" }, "release_url": "https://pypi.org/project/sjb-todo/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A simple CLI program to create, maintain and edit todo lists", "version": "0.1.2" }, "last_serial": 3878043, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "6de6e4d5dcdeb745341f2f3d3009d952", "sha256": "00ffb95dc510565c36659ca5f85ef73a6b6a38f2d4bfcbe5ba0579c8c4e458fd" }, "downloads": -1, "filename": "sjb-todo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6de6e4d5dcdeb745341f2f3d3009d952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13043, "upload_time": "2018-05-19T01:45:01", "url": "https://files.pythonhosted.org/packages/16/16/8dafaac285f97f4b13565122ca7e1f8d519bdab2733508c707b5fb94354b/sjb-todo-0.1.2.tar.gz" } ], "0.1.2.dev12": [ { "comment_text": "", "digests": { "md5": "d2e877a430f8dbb5dc44a541b6d0462b", "sha256": "bf6aff0c92a7fd877f72eb9fdc3c9db809c96d57123b0aa31efaf00e6c698037" }, "downloads": -1, "filename": "sjb-todo-0.1.2.dev12.tar.gz", "has_sig": false, "md5_digest": "d2e877a430f8dbb5dc44a541b6d0462b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13054, "upload_time": "2018-05-19T01:29:05", "url": "https://files.pythonhosted.org/packages/88/89/eb2a6791e2c09546baf7e1fc1372acb7ebbe849f92d87b3e1c169ce071c3/sjb-todo-0.1.2.dev12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6de6e4d5dcdeb745341f2f3d3009d952", "sha256": "00ffb95dc510565c36659ca5f85ef73a6b6a38f2d4bfcbe5ba0579c8c4e458fd" }, "downloads": -1, "filename": "sjb-todo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6de6e4d5dcdeb745341f2f3d3009d952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13043, "upload_time": "2018-05-19T01:45:01", "url": "https://files.pythonhosted.org/packages/16/16/8dafaac285f97f4b13565122ca7e1f8d519bdab2733508c707b5fb94354b/sjb-todo-0.1.2.tar.gz" } ] }