iqrfpy-app-helpers


Nameiqrfpy-app-helpers JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers
SummaryBasic application logic and examples for management of IQRF network
upload_time2024-04-30 18:20:59
maintainerNone
docs_urlNone
authorKarel Hanák
requires_python>=3.10
licenseApache-2.0
keywords iqrf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## iqrfpy-app-helpers

An extension for [iqrfpy](https://pypi.org/project/iqrfpy/) offering basic application logic examples.

## Quick start

Before installing the library, it is recommended to first create a virtual environment.
Virtual environments help isolate python installations as well as pip packages independent of the operating system.

A virtual environment can be created and launched using the following commands:

```bash
python3 -m venv <dir>
source <dir>/bin/activate
```

iqrfpy-app-helpers can be installed using the pip utility:

```bash
python3 -m pip install -U iqrfpy-app-helpers
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers",
    "name": "iqrfpy-app-helpers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "iqrf",
    "author": "Karel Han\u00e1k",
    "author_email": "karel.hanak@iqrf.org",
    "download_url": "https://files.pythonhosted.org/packages/bd/29/212a447c77d9ce9fc2eae5d6f422bba78b2a5d759e977aca7887cff2fbf8/iqrfpy_app_helpers-0.1.0.tar.gz",
    "platform": null,
    "description": "## iqrfpy-app-helpers\n\nAn extension for [iqrfpy](https://pypi.org/project/iqrfpy/) offering basic application logic examples.\n\n## Quick start\n\nBefore installing the library, it is recommended to first create a virtual environment.\nVirtual environments help isolate python installations as well as pip packages independent of the operating system.\n\nA virtual environment can be created and launched using the following commands:\n\n```bash\npython3 -m venv <dir>\nsource <dir>/bin/activate\n```\n\niqrfpy-app-helpers can be installed using the pip utility:\n\n```bash\npython3 -m pip install -U iqrfpy-app-helpers\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Basic application logic and examples for management of IQRF network",
    "version": "0.1.0",
    "project_urls": {
        "Changelog": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers/-/blob/master/changelog.md",
        "Homepage": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers",
        "Issue tracker": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers/-/issues",
        "Source code": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-app-helpers"
    },
    "split_keywords": [
        "iqrf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83bc445226858011703030ad0a0b4cf153e2e12caef31e533c723c237c020ef4",
                "md5": "09c04a98c0f73a805ae2eea24c7dcd88",
                "sha256": "8eaf7908f9651c749b9c8caf902a12b8ae91f25308493e5020a93097a962ba09"
            },
            "downloads": -1,
            "filename": "iqrfpy_app_helpers-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09c04a98c0f73a805ae2eea24c7dcd88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17197,
            "upload_time": "2024-04-30T18:20:49",
            "upload_time_iso_8601": "2024-04-30T18:20:49.501939Z",
            "url": "https://files.pythonhosted.org/packages/83/bc/445226858011703030ad0a0b4cf153e2e12caef31e533c723c237c020ef4/iqrfpy_app_helpers-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd29212a447c77d9ce9fc2eae5d6f422bba78b2a5d759e977aca7887cff2fbf8",
                "md5": "be7745e02c1987466a6feae6e2a4deb3",
                "sha256": "c13489ced62765b215461eac0bfe06b9883f24ba4eef81ed370dcb72911358a6"
            },
            "downloads": -1,
            "filename": "iqrfpy_app_helpers-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be7745e02c1987466a6feae6e2a4deb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15728,
            "upload_time": "2024-04-30T18:20:59",
            "upload_time_iso_8601": "2024-04-30T18:20:59.300639Z",
            "url": "https://files.pythonhosted.org/packages/bd/29/212a447c77d9ce9fc2eae5d6f422bba78b2a5d759e977aca7887cff2fbf8/iqrfpy_app_helpers-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 18:20:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iqrfpy-app-helpers"
}
        
Elapsed time: 0.29794s