sockets-io


Namesockets-io JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/Shahaf-F-S/socketsio
SummaryThis module provides a wrapper for the built-in socket module in python. The program provides server and. client classes, with the communication methods.
upload_time2024-01-20 14:54:38
maintainer
docs_urlNone
authorShahaf Frank-Shapir
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sockets-communication

This module provides a wrapper for the built-in socket module in python. The program provides server and.
client classes, with the communication methods.

first of all
------------

### credits:
- writen and owned by:
  Shahaf Frank-Shapir

- all the rights are saved for:
  Shahaf Frank-Shapir

- programming language:
  python 3.8.6 (100%)

before we start
---------------

### description:
- This module provides a wrapper for the built-in socket module in python. The program provides server and.
  client classes, with the communication methods.

### dependencies:
- opening:
  As for this is a really complex program, which uses a lot of modules, there are required dependencies needed
  in order to run the program. keep in mined the program was writen in python 3.8.6, so any python version lower
  than 3.9.2 might not work properly. Moreover, built-in python modules are being used, so keep that in mind.

run the app
-----------

#### run from windows command line (inside the project directory)
- run with python (3.6.0 or higher) by writing to the command line in the project directory:
````
python server.py
python client.py
python test.py
````

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Shahaf-F-S/socketsio",
    "name": "sockets-io",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shahaf Frank-Shapir",
    "author_email": "shahaffrs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/62/ac81966f029bb1f4edd9d74c387ae5a021b0d946dfc4a0495651527d0cf3/sockets-io-0.0.0.tar.gz",
    "platform": null,
    "description": "# sockets-communication\r\n\r\nThis module provides a wrapper for the built-in socket module in python. The program provides server and.\r\nclient classes, with the communication methods.\r\n\r\nfirst of all\r\n------------\r\n\r\n### credits:\r\n- writen and owned by:\r\n  Shahaf Frank-Shapir\r\n\r\n- all the rights are saved for:\r\n  Shahaf Frank-Shapir\r\n\r\n- programming language:\r\n  python 3.8.6 (100%)\r\n\r\nbefore we start\r\n---------------\r\n\r\n### description:\r\n- This module provides a wrapper for the built-in socket module in python. The program provides server and.\r\n  client classes, with the communication methods.\r\n\r\n### dependencies:\r\n- opening:\r\n  As for this is a really complex program, which uses a lot of modules, there are required dependencies needed\r\n  in order to run the program. keep in mined the program was writen in python 3.8.6, so any python version lower\r\n  than 3.9.2 might not work properly. Moreover, built-in python modules are being used, so keep that in mind.\r\n\r\nrun the app\r\n-----------\r\n\r\n#### run from windows command line (inside the project directory)\r\n- run with python (3.6.0 or higher) by writing to the command line in the project directory:\r\n````\r\npython server.py\r\npython client.py\r\npython test.py\r\n````\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This module provides a wrapper for the built-in socket module in python. The program provides server and. client classes, with the communication methods.",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Shahaf-F-S/socketsio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c62ac81966f029bb1f4edd9d74c387ae5a021b0d946dfc4a0495651527d0cf3",
                "md5": "20fb027766cfbc9bfe39281a25d98bdb",
                "sha256": "4636d1b8215051a1b196df68bf4a48c1cbe236abfdc645c58afba5258bee8f42"
            },
            "downloads": -1,
            "filename": "sockets-io-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "20fb027766cfbc9bfe39281a25d98bdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19460,
            "upload_time": "2024-01-20T14:54:38",
            "upload_time_iso_8601": "2024-01-20T14:54:38.976232Z",
            "url": "https://files.pythonhosted.org/packages/4c/62/ac81966f029bb1f4edd9d74c387ae5a021b0d946dfc4a0495651527d0cf3/sockets-io-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-20 14:54:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Shahaf-F-S",
    "github_project": "socketsio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "sockets-io"
}
        
Elapsed time: 0.18317s