bivalve


Namebivalve JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/lainproliant/bivalve
SummaryA bi-directional shell-like socket protocol framework using asyncio.
upload_time2023-11-10 20:39:52
maintainer
docs_urlNone
authorLain Musgrove (lainproliant)
requires_python
licenseBSD
keywords network sockets protocol shell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bivalve - Bi-Directional Shell Sockets
![Bivalve Logo](bivalve-logo-big.png)

This is a library implementing bi-directional shell sockets, a method of
IPC where applications send and receive shell-formatted commands over
simple TCP sockets.

It also serves as an  example of asynchronous input handling while maintaining a
connection with a remote service.  It shows effective methods of handling
connections and maintaining sessions with the `asyncio` socket utilities.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lainproliant/bivalve",
    "name": "bivalve",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "network sockets protocol shell",
    "author": "Lain Musgrove (lainproliant)",
    "author_email": "lainproliant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/fa/94537b968dda79d57d5e12556662451fbc169d926aed22625d0a1f8498bd/bivalve-2.1.0.tar.gz",
    "platform": null,
    "description": "# Bivalve - Bi-Directional Shell Sockets\n![Bivalve Logo](bivalve-logo-big.png)\n\nThis is a library implementing bi-directional shell sockets, a method of\nIPC where applications send and receive shell-formatted commands over\nsimple TCP sockets.\n\nIt also serves as an  example of asynchronous input handling while maintaining a\nconnection with a remote service.  It shows effective methods of handling\nconnections and maintaining sessions with the `asyncio` socket utilities.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A bi-directional shell-like socket protocol framework using asyncio.",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/lainproliant/bivalve"
    },
    "split_keywords": [
        "network",
        "sockets",
        "protocol",
        "shell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02fa94537b968dda79d57d5e12556662451fbc169d926aed22625d0a1f8498bd",
                "md5": "3cb0e9caee7392b6c47f4a3be03b6a89",
                "sha256": "d45b08d86a5076b3a1a3ef6980001f6e1ec1b1ad394c7a03439d4a8c92e663f2"
            },
            "downloads": -1,
            "filename": "bivalve-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3cb0e9caee7392b6c47f4a3be03b6a89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17209,
            "upload_time": "2023-11-10T20:39:52",
            "upload_time_iso_8601": "2023-11-10T20:39:52.417974Z",
            "url": "https://files.pythonhosted.org/packages/02/fa/94537b968dda79d57d5e12556662451fbc169d926aed22625d0a1f8498bd/bivalve-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 20:39:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lainproliant",
    "github_project": "bivalve",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bivalve"
}
        
Elapsed time: 0.13153s