{ "info": { "author": "Justin Penka", "author_email": "jpenka@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "About\n=====\n\nPython library for using the `Xtify\n`_ web service API for mobile push notifications.\n\nRequirements\n============\n\nTested using Python 2.7, it will probably work on older versions. For versions\nof Python 2.5 or earlier``simplejson`` will need to be installed.\n\nFunctionality\n=============\n\nAs of version 0.1 only the Xtify Push API 2.0 is implemented. Mostly because it\nwas the only one I needed, at least for now....\n\nAvailable Classes:\nPushNotification, PushContent, PushAction, PushRichContent\n\nUsage Examples\n==============\n\n >>> import xtify\n >>> pushNotif = xtify.PushNotification(appKey='myAppKey', apiKey='myApiKey)\n >>> pushNotif.sendAll=True\n >>> pushNotif.content.subject='greetings earthling'\n >>> pushNotif.content.message='take me to your leader'\n >>> pushNotif.push()\n\n >>> import xtify\n >>> pushContent = xtify.PushContent(\n subject='greetings earthling', message='take me to your leader')\n >>> pushNotif = xtify.pushNotification(\n appKey='myAppKey', apiKey='myApiKey', sendall=True, content=pushContent)\n >>> pushNotif.push()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/h0st1le/xtify-python", "keywords": "xtify,python,webservice,api,mobile", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "xtify", "package_url": "https://pypi.org/project/xtify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xtify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/h0st1le/xtify-python" }, "release_url": "https://pypi.org/project/xtify/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python module for using the Xtify webservice API", "version": "0.1" }, "last_serial": 801882, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "12739d42d148022b25d955926140a1cf", "sha256": "c7bbe87555c7f647f4877547cb18e6b9dceed2a23acd5347ab07e112b2fab805" }, "downloads": -1, "filename": "xtify-0.1.tar.gz", "has_sig": false, "md5_digest": "12739d42d148022b25d955926140a1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3764, "upload_time": "2013-01-22T03:33:37", "url": "https://files.pythonhosted.org/packages/9f/dd/0b066576f796253752c2629959b4b0272054fe7330a1a48d5457a5179800/xtify-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12739d42d148022b25d955926140a1cf", "sha256": "c7bbe87555c7f647f4877547cb18e6b9dceed2a23acd5347ab07e112b2fab805" }, "downloads": -1, "filename": "xtify-0.1.tar.gz", "has_sig": false, "md5_digest": "12739d42d148022b25d955926140a1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3764, "upload_time": "2013-01-22T03:33:37", "url": "https://files.pythonhosted.org/packages/9f/dd/0b066576f796253752c2629959b4b0272054fe7330a1a48d5457a5179800/xtify-0.1.tar.gz" } ] }