{ "info": { "author": "Daniel Schauenberg", "author_email": "d@unwiredcouch.com", "bugtrack_url": null, "classifiers": [], "description": "============\nnotifo.py\n============\n\nIntroduction\n=============\nnotifo.py is a python library for the notifo.com_ notification service.\n\nInstallation\n=============\nInstall via pip::\n\n pip install notifo\n\nOr if you must::\n\n easy_install notifo\n\n\nUsage\n======\nnotifo.py can be imported into any python module::\n\n import notifo\n\n notifo.send_notification(login, token, recipient, msg, label, title, uri)\n notifo.send_message(login, token, to, msg)\n notifo.subscribe_user(login, token, user)\n\nReturn data is the parsed json status code::\n\n {u'status': u'success', u'response_code': 2201, u'response_message': u'OK'}\n\nThere is also a cli client included::\n\n notifo_cli.py -u user -s secret -n name [-m] [-l label] [-t title] [-c callback] [TEXT]\n\nContribute\n===========\nIf you want to contribute:\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don\u2019t break it in a future version unintentionally.\n* Commit, do not mess with version\n* Send me a pull request. Bonus points for topic branches.\n\n.. _notifo.com: http://notifo.com\n\n\nHistory\n========\n\n0.3.0 (2010-10-01)\n-------------------\n* add support for messaging\n* subscribe user from cli client if no msg text is given\n* message text with spaces allowed without quotes\n\n0.2.2 (2010-09-07)\n-------------------\n* fix kwargs issue with exported methods\n\n0.2.1 (2010-07-05)\n-------------------\n* fallbacks for json import\n* improved HTTP error handling\n* unit tests\n\n0.2.0 (2010-06-27)\n-------------------\n* add cli client to send notifications\n\n0.1.1 (2010-06-25)\n-------------------\n* fix typo which prevented proper function call of subscribe_user\n\n0.1.0 (2010-06-17)\n-------------------\n* add basic API access", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mrtazz/notifo.py", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "notifo", "package_url": "https://pypi.org/project/notifo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/notifo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mrtazz/notifo.py" }, "release_url": "https://pypi.org/project/notifo/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Python library for the notifo.com API", "version": "0.3.0" }, "last_serial": 795554, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5b89f6ac5ddb1050f3ceed3a9c07da07", "sha256": "0a4389d5e40af2c926bc9e241eaae58b0e70186e1b38f3b30b540eaf5c28b5a0" }, "downloads": -1, "filename": "notifo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5b89f6ac5ddb1050f3ceed3a9c07da07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2148, "upload_time": "2010-06-17T00:53:56", "url": "https://files.pythonhosted.org/packages/96/ba/0df085d1f04d07cc4dc7c20e4740a5eef001a47a9a1535a75c50c9f4092b/notifo-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ae4d4013108e852c83207795852d3615", "sha256": "8e932034182f95ca51ee70959eb390294f24690efe17cbf6aeb9868af6ca8cbd" }, "downloads": -1, "filename": "notifo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ae4d4013108e852c83207795852d3615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2215, "upload_time": "2010-06-25T06:33:35", "url": "https://files.pythonhosted.org/packages/01/c0/79b6800ece4f3df51aa933926d32e79b6a18908ee5bfb02e2a9f3ac5d8f7/notifo-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "80efa693910d4e10b76328914a6cd079", "sha256": "f46cd787b52f967eb0dc6d95f3584603e15bd0fe347aad0a65cda5d46e171639" }, "downloads": -1, "filename": "notifo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "80efa693910d4e10b76328914a6cd079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3013, "upload_time": "2010-06-27T16:06:17", "url": "https://files.pythonhosted.org/packages/16/e1/c58ca6a8d33023d5f1f3f94e94653772f74b90929390ffca1a52c426d8f1/notifo-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "ed43e0ef6d0b90d214f0c4d261249b50", "sha256": "ddedda3c73c9334066ff7b298060fabd5d3a2ac0e4d39bde107b89c017b81f85" }, "downloads": -1, "filename": "notifo-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ed43e0ef6d0b90d214f0c4d261249b50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3183, "upload_time": "2010-07-05T07:19:05", "url": "https://files.pythonhosted.org/packages/f2/84/509b71c17035303f9d8b7cc9a6fcbfb2734a6a0fe2655cf4db176bb1c319/notifo-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "3ea437f8ce8a8a03bd52c4004061db5d", "sha256": "2cc40e21c9b26aad208ab188ca84cb6433eea1d38c9762424ee02547af4941fc" }, "downloads": -1, "filename": "notifo-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3ea437f8ce8a8a03bd52c4004061db5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3177, "upload_time": "2010-09-07T22:12:41", "url": "https://files.pythonhosted.org/packages/ab/4f/d0fedefd367e674a08342c5297fe12d4c36d0fc5edbbd37ad8030d52a74c/notifo-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f030054855dfb78709f8b79ae8b0dd14", "sha256": "cac204228207afd48ebc29c2a25ed462dd76f727d6a0f93aecaf26711aea1042" }, "downloads": -1, "filename": "notifo-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f030054855dfb78709f8b79ae8b0dd14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673, "upload_time": "2010-10-01T10:46:55", "url": "https://files.pythonhosted.org/packages/4c/7d/1b22a3b00103fa05a8d44505494fc0c96d4e84767572dcb0bd9b59009d54/notifo-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f030054855dfb78709f8b79ae8b0dd14", "sha256": "cac204228207afd48ebc29c2a25ed462dd76f727d6a0f93aecaf26711aea1042" }, "downloads": -1, "filename": "notifo-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f030054855dfb78709f8b79ae8b0dd14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3673, "upload_time": "2010-10-01T10:46:55", "url": "https://files.pythonhosted.org/packages/4c/7d/1b22a3b00103fa05a8d44505494fc0c96d4e84767572dcb0bd9b59009d54/notifo-0.3.0.tar.gz" } ] }