portpicker


Nameportpicker JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/google/python_portpicker
SummaryA library to choose unique available network ports.
upload_time2023-08-15 04:37:08
maintainerGoogle LLC
docs_urlNone
author
requires_python>=3.6
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Portpicker provides an API to find and return an available
network port for an application to bind to.  Ideally suited for use from
unittests or for test harnesses that launch local servers.

It also contains an optional portserver that can be used to coordinate
allocation of network ports on a single build/test farm host across all
processes willing to use a port server aware port picker library such as
this one.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/python_portpicker",
    "name": "portpicker",
    "maintainer": "Google LLC",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "greg@krypto.org",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4d/d0/cda2fc582f09510c84cd6b7d7b9e22a02d4e45dbad2b2ef1c6edd7847e00/portpicker-1.6.0.tar.gz",
    "platform": "POSIX",
    "description": "Portpicker provides an API to find and return an available\nnetwork port for an application to bind to.  Ideally suited for use from\nunittests or for test harnesses that launch local servers.\n\nIt also contains an optional portserver that can be used to coordinate\nallocation of network ports on a single build/test farm host across all\nprocesses willing to use a port server aware port picker library such as\nthis one.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A library to choose unique available network ports.",
    "version": "1.6.0",
    "project_urls": {
        "Homepage": "https://github.com/google/python_portpicker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "322d440e4d7041fff89f28f483733eb617127aa866135c2dc719e05893f089e1",
                "md5": "a9fb89dbff50b5077691cb4f89ad76fb",
                "sha256": "b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755"
            },
            "downloads": -1,
            "filename": "portpicker-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9fb89dbff50b5077691cb4f89ad76fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16613,
            "upload_time": "2023-08-15T04:37:07",
            "upload_time_iso_8601": "2023-08-15T04:37:07.327869Z",
            "url": "https://files.pythonhosted.org/packages/32/2d/440e4d7041fff89f28f483733eb617127aa866135c2dc719e05893f089e1/portpicker-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dd0cda2fc582f09510c84cd6b7d7b9e22a02d4e45dbad2b2ef1c6edd7847e00",
                "md5": "37088c1adc650747aea1e457f3ecd135",
                "sha256": "bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa"
            },
            "downloads": -1,
            "filename": "portpicker-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "37088c1adc650747aea1e457f3ecd135",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25676,
            "upload_time": "2023-08-15T04:37:08",
            "upload_time_iso_8601": "2023-08-15T04:37:08.865713Z",
            "url": "https://files.pythonhosted.org/packages/4d/d0/cda2fc582f09510c84cd6b7d7b9e22a02d4e45dbad2b2ef1c6edd7847e00/portpicker-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 04:37:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "python_portpicker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "portpicker"
}
        
Elapsed time: 0.11391s