{ "info": { "author": "Yeh-chi Lai", "author_email": "", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.7" ], "description": "\napnspy\n======\n\n.. image:: \thttps://img.shields.io/pypi/pyversions/apnspy.svg\n :target: https://github.com/yehchilai/apnspy\n.. image:: https://travis-ci.org/yehchilai/apnspy.svg?branch=master\n :target: https://travis-ci.org/yehchilai/apnspy\n.. image:: https://img.shields.io/pypi/v/apnspy.svg?\n :target: http://badge.fury.io/py/apnspy\n.. image:: https://img.shields.io/hexpm/l/plug.svg\n :target: https://github.com/yehchilai/apnspy/blob/master/LICENSE\n\nA Python client for Apple Push Notification service\n\nFor more information, please read the `document`_\n\nQuick Start\n-----------\n\nUse ``pip`` to install.\n\n.. code-block:: bash\n\n $ pip install apnspy\n\n\n(Optional) creat a virtual environment and use ``pip`` to install\n\n.. code-block:: bash\n\n $ virtualenv venv\n $ source venv/bin/activate\n (venv) $ pip install apnspy\n\nCheck if the package is installed.\n\n.. code-block:: bash\n\n $ python\n >>> from apnspy import APNs\n >>>\n\nThere should be no ImportError.\n\n.. _document: https://apnspy.readthedocs.io/en/latest/\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yehchilai/apnspy", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "apnspy", "package_url": "https://pypi.org/project/apnspy/", "platform": "", "project_url": "https://pypi.org/project/apnspy/", "project_urls": { "Homepage": "https://github.com/yehchilai/apnspy" }, "release_url": "https://pypi.org/project/apnspy/0.0.7/", "requires_dist": [ "hyper", "PyJWT", "cryptography" ], "requires_python": ">=2.7, >=3.7", "summary": "Python Distribution Utilities", "version": "0.0.7" }, "last_serial": 5173848, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "4643a9532eb8fcdfc6c8ffecc3ff4ba5", "sha256": "99bc1686e9e2cd0bf90c7190dc205c2fb8d143757f289b46184f0e445a74e9bc" }, "downloads": -1, "filename": "apnspy-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4643a9532eb8fcdfc6c8ffecc3ff4ba5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, >=3.7", "size": 10320, "upload_time": "2019-04-17T23:43:02", "url": "https://files.pythonhosted.org/packages/21/b6/dbd2d90c848072715784e389224d0698f768b6388d7c8b99b8a5c5a3faf4/apnspy-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f8fd2906bdf5a985dc77cfae5702522", "sha256": "c561c8a769f8c34562722d9ef2b1485e7bcf1fe760e33e905717debef838740b" }, "downloads": -1, "filename": "apnspy-0.0.7.tar.gz", "has_sig": false, "md5_digest": "9f8fd2906bdf5a985dc77cfae5702522", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, >=3.7", "size": 3761, "upload_time": "2019-04-17T23:43:03", "url": "https://files.pythonhosted.org/packages/7e/1c/c236e78ee2ae1dea18f2c6608ebc323c2c997e11048d8876826c90e3ac90/apnspy-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4643a9532eb8fcdfc6c8ffecc3ff4ba5", "sha256": "99bc1686e9e2cd0bf90c7190dc205c2fb8d143757f289b46184f0e445a74e9bc" }, "downloads": -1, "filename": "apnspy-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4643a9532eb8fcdfc6c8ffecc3ff4ba5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, >=3.7", "size": 10320, "upload_time": "2019-04-17T23:43:02", "url": "https://files.pythonhosted.org/packages/21/b6/dbd2d90c848072715784e389224d0698f768b6388d7c8b99b8a5c5a3faf4/apnspy-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f8fd2906bdf5a985dc77cfae5702522", "sha256": "c561c8a769f8c34562722d9ef2b1485e7bcf1fe760e33e905717debef838740b" }, "downloads": -1, "filename": "apnspy-0.0.7.tar.gz", "has_sig": false, "md5_digest": "9f8fd2906bdf5a985dc77cfae5702522", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, >=3.7", "size": 3761, "upload_time": "2019-04-17T23:43:03", "url": "https://files.pythonhosted.org/packages/7e/1c/c236e78ee2ae1dea18f2c6608ebc323c2c997e11048d8876826c90e3ac90/apnspy-0.0.7.tar.gz" } ] }