hive-messaging


Namehive-messaging JSON
Version 0.15.2 PyPI version JSON
download
home_pageNone
SummaryMessaging layer for Hive
upload_time2025-09-07 16:34:02
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements flake8 flake8-quotes mypy pep440-version-utils pytest pytest-cov types-PyYAML wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![version badge]](https://pypi.org/project/hive-messaging/)

[version badge]: https://img.shields.io/pypi/v/hive-messaging?color=limegreen

# hive-messaging

Messaging layer for Hive.

## Installation

### With PIP

```sh
pip install hive-messaging
```

### From source

```sh
git clone https://github.com/gbenson/hive.git
cd hive/libs/messaging
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
flake8 && pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hive-messaging",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Gary Benson <gary@gbenson.net>",
    "download_url": "https://files.pythonhosted.org/packages/84/bc/fe4ff199a2cf45f0dc4b8c60efbc72df7ea855987f2e57c878beb471d1ef/hive_messaging-0.15.2.tar.gz",
    "platform": null,
    "description": "[![version badge]](https://pypi.org/project/hive-messaging/)\n\n[version badge]: https://img.shields.io/pypi/v/hive-messaging?color=limegreen\n\n# hive-messaging\n\nMessaging layer for Hive.\n\n## Installation\n\n### With PIP\n\n```sh\npip install hive-messaging\n```\n\n### From source\n\n```sh\ngit clone https://github.com/gbenson/hive.git\ncd hive/libs/messaging\npython3 -m venv .venv\n. .venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\npip install -e .\nflake8 && pytest\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Messaging layer for Hive",
    "version": "0.15.2",
    "project_urls": {
        "Homepage": "https://github.com/gbenson/hive/tree/main/libs/messaging",
        "Source": "https://github.com/gbenson/hive"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb891c11d9a78d9e1d9fa062855c58c9a961ed3d066fb437d48d3cff7fd2422e",
                "md5": "5ad7243f52ecd8c486ca96b0229c4af3",
                "sha256": "1600624bbecf78c188868ac9836c3e31e0c8faa367e6ba8cbbbf221d3f2c6073"
            },
            "downloads": -1,
            "filename": "hive_messaging-0.15.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ad7243f52ecd8c486ca96b0229c4af3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10681,
            "upload_time": "2025-09-07T16:34:00",
            "upload_time_iso_8601": "2025-09-07T16:34:00.939653Z",
            "url": "https://files.pythonhosted.org/packages/bb/89/1c11d9a78d9e1d9fa062855c58c9a961ed3d066fb437d48d3cff7fd2422e/hive_messaging-0.15.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84bcfe4ff199a2cf45f0dc4b8c60efbc72df7ea855987f2e57c878beb471d1ef",
                "md5": "348ce830b173a780f83aa12da3b8552d",
                "sha256": "2eb8f5ab02c579c112f642bbb6a784ef17d055a111766c0f1e4bc36b3ee1dc9a"
            },
            "downloads": -1,
            "filename": "hive_messaging-0.15.2.tar.gz",
            "has_sig": false,
            "md5_digest": "348ce830b173a780f83aa12da3b8552d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12284,
            "upload_time": "2025-09-07T16:34:02",
            "upload_time_iso_8601": "2025-09-07T16:34:02.527918Z",
            "url": "https://files.pythonhosted.org/packages/84/bc/fe4ff199a2cf45f0dc4b8c60efbc72df7ea855987f2e57c878beb471d1ef/hive_messaging-0.15.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-07 16:34:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gbenson",
    "github_project": "hive",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "flake8-quotes",
            "specs": []
        },
        {
            "name": "mypy",
            "specs": []
        },
        {
            "name": "pep440-version-utils",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "types-PyYAML",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        }
    ],
    "lcname": "hive-messaging"
}
        
Elapsed time: 2.74792s