Name | pypz-rmq-io JSON |
Version |
0.9.3
JSON |
| download |
home_page | None |
Summary | Provides an AMQP implementation for RabbitMQ of the ChannelInput/OutputPort in pypz. |
upload_time | 2024-08-02 04:37:19 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | Apache-2.0 |
keywords |
pypz
plugin
amqp
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Description
This package contains the RabbitMQ implementation of the Input-/OutputPortPlugin
interface of *pypz*. It enables the operators to send and receive data records
through queues allowing load sharing.
Check the [documentation](https://lazlowa.github.io/pypz-python/plugins/rmq_io.html) for
more details.
# Install
The python artifact is hosted on https://pypi.org/, so you can install
it via pip:
```shell
pip install pypz-rmq-io
```
If you want to work on it locally, then you should install in editable mode:
```shell
pip install -e ./plugins/rmq_io
```
# Test
You can run tests against an existing RabbitMQ cluster, however, it is
more convenient and safe to use a local test cluster.
1. Run the [official image](https://hub.docker.com/_/rabbitmq) to start a local cluster
```shell
docker run -d --rm --name rabbitmq --hostname test -p 15672:15672 -p 5672:5672 rabbitmq:3-management
```
2. Install the subproject in editable more.
```shell
pip install -e ./plugins/rmq_io
```
3. To run the tests locally, you need to execute the following command:
```shell
python -m unittest discover .\plugins\rmq_io\test\ -p "*.py"
```
4. Delete cluster
```shell
docker stop rabbitmq
```
# Build
Before you build, you will need to install the "build" package:
```shell
pip install build
```
Then from the subproject's root, you will need to execute the following command:
```shell
python -m build
```
It will create the source distribution and the wheel file in the "dist" folder.
Raw data
{
"_id": null,
"home_page": null,
"name": "pypz-rmq-io",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "pypz, plugin, amqp",
"author": null,
"author_email": "Laszlo Anka <laszlo.anka@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f5/ff/4f6cf5d5296ad8fb69891a90983dc1a457de2ec6aca9d5214e2117a09861/pypz_rmq_io-0.9.3.tar.gz",
"platform": null,
"description": "# Description\n\nThis package contains the RabbitMQ implementation of the Input-/OutputPortPlugin \ninterface of *pypz*. It enables the operators to send and receive data records\nthrough queues allowing load sharing.\n\nCheck the [documentation](https://lazlowa.github.io/pypz-python/plugins/rmq_io.html) for\nmore details.\n\n# Install\n\nThe python artifact is hosted on https://pypi.org/, so you can install\nit via pip:\n\n```shell\npip install pypz-rmq-io\n```\n\nIf you want to work on it locally, then you should install in editable mode:\n\n```shell\npip install -e ./plugins/rmq_io\n```\n\n# Test\n\nYou can run tests against an existing RabbitMQ cluster, however, it is\nmore convenient and safe to use a local test cluster.\n\n\n1. Run the [official image](https://hub.docker.com/_/rabbitmq) to start a local cluster\n```shell\ndocker run -d --rm --name rabbitmq --hostname test -p 15672:15672 -p 5672:5672 rabbitmq:3-management\n```\n2. Install the subproject in editable more.\n```shell\npip install -e ./plugins/rmq_io\n```\n3. To run the tests locally, you need to execute the following command:\n```shell\npython -m unittest discover .\\plugins\\rmq_io\\test\\ -p \"*.py\"\n```\n4. Delete cluster\n```shell\ndocker stop rabbitmq\n```\n\n# Build\n\nBefore you build, you will need to install the \"build\" package:\n\n```shell\npip install build\n```\n\nThen from the subproject's root, you will need to execute the following command:\n\n```shell\npython -m build\n```\n\nIt will create the source distribution and the wheel file in the \"dist\" folder.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Provides an AMQP implementation for RabbitMQ of the ChannelInput/OutputPort in pypz.",
"version": "0.9.3",
"project_urls": {
"Documentation": "https://pypz.dev",
"Repository": "https://github.com/lazlowa/pypz-python"
},
"split_keywords": [
"pypz",
" plugin",
" amqp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0a9b10e0fbbee86769e0cf3a6480b0855482dc314856bb97c1720978aa7b9492",
"md5": "e1ca89d1fa47cd3fbaddcf612cac8f06",
"sha256": "cba993d89c468cbf0313d5164b0be529d8eb36d415dd749e60516bbfa48f1ede"
},
"downloads": -1,
"filename": "pypz_rmq_io-0.9.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1ca89d1fa47cd3fbaddcf612cac8f06",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 13906,
"upload_time": "2024-08-02T04:37:17",
"upload_time_iso_8601": "2024-08-02T04:37:17.803262Z",
"url": "https://files.pythonhosted.org/packages/0a/9b/10e0fbbee86769e0cf3a6480b0855482dc314856bb97c1720978aa7b9492/pypz_rmq_io-0.9.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f5ff4f6cf5d5296ad8fb69891a90983dc1a457de2ec6aca9d5214e2117a09861",
"md5": "257352627c8a56986b2d57b22ea35775",
"sha256": "99ca707854c858b06f84a69d37c13c4854f34205d3081ef04ef51fe6caacb60a"
},
"downloads": -1,
"filename": "pypz_rmq_io-0.9.3.tar.gz",
"has_sig": false,
"md5_digest": "257352627c8a56986b2d57b22ea35775",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 12899,
"upload_time": "2024-08-02T04:37:19",
"upload_time_iso_8601": "2024-08-02T04:37:19.304148Z",
"url": "https://files.pythonhosted.org/packages/f5/ff/4f6cf5d5296ad8fb69891a90983dc1a457de2ec6aca9d5214e2117a09861/pypz_rmq_io-0.9.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 04:37:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lazlowa",
"github_project": "pypz-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pypz-rmq-io"
}