backports.socketpair


Namebackports.socketpair JSON
Version 3.5.0.4 PyPI version JSON
download
home_pagehttps://github.com/mhils/backports.socketpair
SummaryPython 2 support for socket.socketpair() on Windows
upload_time2017-12-12 18:53:34
maintainer
docs_urlNone
authorMaximilian Hils
requires_python
licensePython Software Foundation License
keywords socket socketpair backport
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            backports.socketpair
====================

This package provides Windows support for ``socket.socketpair()``
for Python 2 (and 3) using the pure-python method implemented in Python 3.5+.

Usage:

.. code:: python

	import socket
	import backports.socketpair

	s1, s2 = socket.socketpair()


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mhils/backports.socketpair",
    "name": "backports.socketpair",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "socket socketpair backport",
    "author": "Maximilian Hils",
    "author_email": "socketpair@maximilianhils.com",
    "download_url": "",
    "platform": "",
    "description": "backports.socketpair\n====================\n\nThis package provides Windows support for ``socket.socketpair()``\nfor Python 2 (and 3) using the pure-python method implemented in Python 3.5+.\n\nUsage:\n\n.. code:: python\n\n\timport socket\n\timport backports.socketpair\n\n\ts1, s2 = socket.socketpair()\n\n",
    "bugtrack_url": null,
    "license": "Python Software Foundation License",
    "summary": "Python 2 support for socket.socketpair() on Windows",
    "version": "3.5.0.4",
    "split_keywords": [
        "socket",
        "socketpair",
        "backport"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3f7e6a001d462631ffe7d2e459ff32f5ef534e3a443af47baf329060a6ef81f",
                "md5": "635d1a46a831c517e4a2591a8330ae0e",
                "sha256": "75178c83b3ff35dcd1972d37c7820d0c53b2616e085b61712a7e5849bf6c8ed1"
            },
            "downloads": -1,
            "filename": "backports.socketpair-3.5.0.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "635d1a46a831c517e4a2591a8330ae0e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4278,
            "upload_time": "2017-12-12T18:53:34",
            "upload_time_iso_8601": "2017-12-12T18:53:34.914112Z",
            "url": "https://files.pythonhosted.org/packages/b3/f7/e6a001d462631ffe7d2e459ff32f5ef534e3a443af47baf329060a6ef81f/backports.socketpair-3.5.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-12-12 18:53:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mhils",
    "github_project": "backports.socketpair",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "backports.socketpair"
}
        
Elapsed time: 0.23714s