{ "info": { "author": "Igor 'idle sign' Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "pypusher\n========\nhttp://github.com/idlesign/pypusher\n\n\n\nWhat's that\n-----------\n\n*pypusher pushes stuff from Python*\n\nThis module allows you to send Apple Push Notifications to various Apple devices from your Python code.\n\nIt relies on *libcapn* to feature *Apple Push Notification Service* support.\n\n\n\nRequirements\n------------\n\n1. Python 3\n2. capn library - http://libcapn.org/\n\n\n\nQuick example\n-------------\n\n.. code-block:: python\n\n # Create a notification.\n notification = AppleNotification('This notification is brought to you by pypusher.', ['DEVICE_01_TOKEN_HEXSTRING', 'DEVICE_02_TOKEN_HEXSTRING'])\n\n # Set connection parameters.\n with ApplePushConnection('/home/idle/my_cert.pem', '/home/idle/my_key.pem') as connection:\n # Send the notification using the connection data.\n connection.send_notification(notification)\n\n\n**Documentation**: http://pypusher.readthedocs.org/", "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/idlesign/pypusher", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pypusher", "package_url": "https://pypi.org/project/pypusher/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypusher/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/idlesign/pypusher" }, "release_url": "https://pypi.org/project/pypusher/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "pypusher pushes stuff from Python", "version": "0.1.0" }, "last_serial": 753261, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cf2a24e12ec01ee8e05f3e7e3c7328f8", "sha256": "b87278bff3d768d7e87876b1a55964f98026602075787a74718894e7166326f2" }, "downloads": -1, "filename": "pypusher-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cf2a24e12ec01ee8e05f3e7e3c7328f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12746, "upload_time": "2013-04-26T12:45:38", "url": "https://files.pythonhosted.org/packages/cc/c2/f7899a8e30c32d2ba506bfa9dd6788a8c90526936ae0aba2dae262b7a310/pypusher-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf2a24e12ec01ee8e05f3e7e3c7328f8", "sha256": "b87278bff3d768d7e87876b1a55964f98026602075787a74718894e7166326f2" }, "downloads": -1, "filename": "pypusher-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cf2a24e12ec01ee8e05f3e7e3c7328f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12746, "upload_time": "2013-04-26T12:45:38", "url": "https://files.pythonhosted.org/packages/cc/c2/f7899a8e30c32d2ba506bfa9dd6788a8c90526936ae0aba2dae262b7a310/pypusher-0.1.0.tar.gz" } ] }