{ "info": { "author": "Dan Hickox", "author_email": "danhickox@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: POSIX", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": "Notify My Android Module\n ------------------------\n \n Implements the NMA API as\n an importable module or \n shell script.\n \n from nmapy import Nma\n \n nma = Nma()\n if nma.verify( \"apikey\" ):\n if not nma.notify( [\"apikey1\",\"apikey2\"],\"application text\", \"event text\",\n \"description text\", priority = 1, url = \"http://notifymyandroid.com\",\n content_html=True ):\n `handle error`\n \n or as a shell script\n \n ./nmapy.py --help\n \n ./nmapy.py --mode verify --apikey `key`\n ./nmapy.py --mode notify --apikey ( `key`,`key`,etc ) or additional `--apikey` arguments\n \n This version requires a current release of python 2.7 series. \n \n A second module will be developed for python 3 users.", "description_content_type": null, "docs_url": null, "download_url": "http://bitbucket.org/danhickox/nmapy/downloads/nmapy-1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/danhickox/nmapy", "keywords": "notifymyandroid,NMA", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "nmapy", "package_url": "https://pypi.org/project/nmapy/", "platform": "POSIX", "project_url": "https://pypi.org/project/nmapy/", "project_urls": { "Download": "http://bitbucket.org/danhickox/nmapy/downloads/nmapy-1.0.tar.gz", "Homepage": "http://bitbucket.org/danhickox/nmapy" }, "release_url": "https://pypi.org/project/nmapy/1.0/", "requires_dist": null, "requires_python": null, "summary": "Notify My Android module/script", "version": "1.0" }, "last_serial": 3350517, "releases": { "0.5a": [], "0.7a": [], "1.0": [] }, "urls": [] }