raspinet


Nameraspinet JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA library for simplifying networking between Raspberry Pis
upload_time2024-06-27 21:39:53
maintainerNone
docs_urlNone
authorJason Li
requires_python<4.0,>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Raspinet

Raspinet is a Python library for simplifying networking between Raspberry Pis.

## Features

- Discover devices on the local network.
- Connect to and communicate with devices.
- Send and receive messages and files.

## Installation

You can install Raspinet via pip:

```sh
pip install raspinet


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "raspinet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jason Li",
    "author_email": "jason.ye.li.7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/fd/cde49dd44506bd7c4267510ff44e4c0ffcd94df5c4d1a682bb0d921343a7/raspinet-0.1.0.tar.gz",
    "platform": null,
    "description": "# Raspinet\n\nRaspinet is a Python library for simplifying networking between Raspberry Pis.\n\n## Features\n\n- Discover devices on the local network.\n- Connect to and communicate with devices.\n- Send and receive messages and files.\n\n## Installation\n\nYou can install Raspinet via pip:\n\n```sh\npip install raspinet\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for simplifying networking between Raspberry Pis",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48821647a840b89faafa64fa2c311e61a5f2cfd1f24bdb36611e36a5885cbb49",
                "md5": "a13669b615545141a1bbe2aa9e99fc5c",
                "sha256": "2f2990f55ffed241a3686356e2bdd723b631be0b8204bcb92508a327f1e81996"
            },
            "downloads": -1,
            "filename": "raspinet-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a13669b615545141a1bbe2aa9e99fc5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.6",
            "size": 3683,
            "upload_time": "2024-06-27T21:39:52",
            "upload_time_iso_8601": "2024-06-27T21:39:52.031349Z",
            "url": "https://files.pythonhosted.org/packages/48/82/1647a840b89faafa64fa2c311e61a5f2cfd1f24bdb36611e36a5885cbb49/raspinet-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8fdcde49dd44506bd7c4267510ff44e4c0ffcd94df5c4d1a682bb0d921343a7",
                "md5": "026548ebac432b5e545a49727b0109e4",
                "sha256": "0335d1c77079198bf52a7eadce56343b499456bdd756c3e0fc35eb1df7b32d1f"
            },
            "downloads": -1,
            "filename": "raspinet-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "026548ebac432b5e545a49727b0109e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.6",
            "size": 2475,
            "upload_time": "2024-06-27T21:39:53",
            "upload_time_iso_8601": "2024-06-27T21:39:53.205596Z",
            "url": "https://files.pythonhosted.org/packages/f8/fd/cde49dd44506bd7c4267510ff44e4c0ffcd94df5c4d1a682bb0d921343a7/raspinet-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-27 21:39:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "raspinet"
}
        
Elapsed time: 0.44870s