queue-confirmer


Namequeue-confirmer JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryHandling server and client information
upload_time2024-11-13 23:35:09
maintainerNone
docs_urlNone
authorMichaeCarlsonDev (Michael Carlson)
requires_pythonNone
licenseNone
keywords python sockets solar car threading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # queue_confirmer

**Version**: 0.0.6  
**Author**: MichaeCarlsonDev (Michael Carlson)  
**Description**: A package that allows you to handle server and client interaction.

---

## Overview

`queue_confirmer` is a Python package designed to facilitate server and client communication. It supports handling of connections, threading, and communication protocols, which can be useful for applications that require robust client-server architecture. Thanks chat.

## Features

- **Socket Communication**: Establishes and manages socket connections between server and client.
- **Threading**: Manages concurrent threads to handle multiple clients.
- **Applications**: Suitable for projects like solar car telemetry or other IoT-based server/client models.

## Installation

To install:

```bash
pip install queue-confirmer

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "queue-confirmer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, sockets, solar car, threading",
    "author": "MichaeCarlsonDev (Michael Carlson)",
    "author_email": "<soprano19522@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/42/7a/2446a0e82348ef86341eaeffaefc31391bd1a09ed5649ca738d01dc43bcf/queue_confirmer-0.0.6.tar.gz",
    "platform": null,
    "description": "# queue_confirmer\n\n**Version**: 0.0.6  \n**Author**: MichaeCarlsonDev (Michael Carlson)  \n**Description**: A package that allows you to handle server and client interaction.\n\n---\n\n## Overview\n\n`queue_confirmer` is a Python package designed to facilitate server and client communication. It supports handling of connections, threading, and communication protocols, which can be useful for applications that require robust client-server architecture. Thanks chat.\n\n## Features\n\n- **Socket Communication**: Establishes and manages socket connections between server and client.\n- **Threading**: Manages concurrent threads to handle multiple clients.\n- **Applications**: Suitable for projects like solar car telemetry or other IoT-based server/client models.\n\n## Installation\n\nTo install:\n\n```bash\npip install queue-confirmer\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Handling server and client information",
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "python",
        " sockets",
        " solar car",
        " threading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18f8518f256b0e8ea420b55fdd2e8e7dbe05d682dce0a0049baded5ed1934a15",
                "md5": "3648922c31282d864f4a2163daebd39b",
                "sha256": "756e48bd39d9a02a3ba6ddae53d6d372c81d5a4de0134b2a3e7d3d97a62a895e"
            },
            "downloads": -1,
            "filename": "queue_confirmer-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3648922c31282d864f4a2163daebd39b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5129,
            "upload_time": "2024-11-13T23:35:07",
            "upload_time_iso_8601": "2024-11-13T23:35:07.750980Z",
            "url": "https://files.pythonhosted.org/packages/18/f8/518f256b0e8ea420b55fdd2e8e7dbe05d682dce0a0049baded5ed1934a15/queue_confirmer-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "427a2446a0e82348ef86341eaeffaefc31391bd1a09ed5649ca738d01dc43bcf",
                "md5": "9e78ef0abb3e8705f0b854041bc2ddce",
                "sha256": "a80d1fc9f4cce868c65019f66e5e0a4c77c2819bbe3a9ddb2bf274869e34425d"
            },
            "downloads": -1,
            "filename": "queue_confirmer-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9e78ef0abb3e8705f0b854041bc2ddce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2901,
            "upload_time": "2024-11-13T23:35:09",
            "upload_time_iso_8601": "2024-11-13T23:35:09.280283Z",
            "url": "https://files.pythonhosted.org/packages/42/7a/2446a0e82348ef86341eaeffaefc31391bd1a09ed5649ca738d01dc43bcf/queue_confirmer-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 23:35:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "queue-confirmer"
}
        
Elapsed time: 1.01839s