# 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "network sockets protocol shell",
"author": "Lain Musgrove (lainproliant)",
"author_email": "lainproliant@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/01/19/5c47f7710444614e551e3db2d3b9f68e0bc26a5da51916555823891cb744/bivalve-2.3.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.3.0",
"project_urls": {
"Homepage": "https://github.com/lainproliant/bivalve"
},
"split_keywords": [
"network",
"sockets",
"protocol",
"shell"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01195c47f7710444614e551e3db2d3b9f68e0bc26a5da51916555823891cb744",
"md5": "fd7d180f41d8cd7d3a6e572f88002449",
"sha256": "427fd59002e425e90e477f712402d726ca3aa314a229ca0c312f7fb9ba4278b9"
},
"downloads": -1,
"filename": "bivalve-2.3.0.tar.gz",
"has_sig": false,
"md5_digest": "fd7d180f41d8cd7d3a6e572f88002449",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14266,
"upload_time": "2024-08-02T07:36:38",
"upload_time_iso_8601": "2024-08-02T07:36:38.688428Z",
"url": "https://files.pythonhosted.org/packages/01/19/5c47f7710444614e551e3db2d3b9f68e0bc26a5da51916555823891cb744/bivalve-2.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 07:36:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lainproliant",
"github_project": "bivalve",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "bivalve"
}