{ "info": { "author": "Rasmus Sjostrom", "author_email": "ras.sjostrom@hotmail.com", "bugtrack_url": null, "classifiers": [], "description": "hocapontas\n==========\n\nhocapontas is a small library built to provide an easy to use API when\ndeveloping 'life-assisting' applications in Python. Example areas where\nhocapontas might be useful is when developing a CLI application for\nmanaging your budget or a slackbot for planning and reminding your of\ncoming events. Just simple things, but simpler.\n\n\nAn Early Stage\n~~~~~~~~~~~~~~\n\nAs of this early stage in development, hocapontas doesn't look like\nmuch. It currently features a small task scheduler where task items\nare made up of dictionaries to be easily passed on and manipulated in\nwhich ever environment one desires.\n\nFor storing data persistantly, a plain text file is used and contains\njust the task items, no users or other metadata exists yet. Future\nversions will include adapter APIs for communication between proper\ndatabases.\n\n\nTODO\n~~~~\n\n* Database Adapter\n \n - Support for MongoDB \n - Support for multiple users\n \n* Reminder Module (upcoming events, nag about incomplete tasks, etc.)\n* Budget Planning Module\n\n \nLicense\n~~~~~~~~\n`GNU GPLv3 `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/hocapontas/", "keywords": null, "license": "GNU GPLv3", "maintainer": null, "maintainer_email": null, "name": "hocapontas", "package_url": "https://pypi.org/project/hocapontas/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hocapontas/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/hocapontas/" }, "release_url": "https://pypi.org/project/hocapontas/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple JSON task item scheduler and manager", "version": "0.1" }, "last_serial": 2129809, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c620f2dd1f390641a13dc510ce518efe", "sha256": "578cbed95048f26955872a9d90cc45c0ae216bce798aa9712cb6e966c37c4878" }, "downloads": -1, "filename": "hocapontas-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c620f2dd1f390641a13dc510ce518efe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16127, "upload_time": "2016-05-23T19:41:41", "url": "https://files.pythonhosted.org/packages/c9/68/2c9bc3a05a73c10a6854d0bd2b17942a45a19c1d6d9874c39eb5e9dac4ff/hocapontas-0.0.1.tar.gz" } ], "0.1": [] }, "urls": [] }