Name | sinetstream JSON |
Version |
1.9.1
JSON |
| download |
home_page | |
Summary | Library for operating messaging systems such as Apache Kafka and MQTT with the same API. |
upload_time | 2024-03-15 06:42:51 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | Apache License, Version 2.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<!--
Copyright (C) 2020 National Institute of Informatics
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
[日本語](README.md)
# SINETStream python
## Directory structure
* src/
* Implementation of SINETStream for Python
* tests/
* Unit test
* sample/
* Sample program
* plugins/
* broker/
* kafka/
* Kafka Plugin for SINETStream
* mqtt
* MQTT Plugin for SINETStream
* value_type/
* image/
* Plugin for handling image as message
* README.md
## Build procedure
Execute the following command to build the SINETStream TAR file.
```
$ python3 setup.py bdist_wheel
$ cd plugins/broker/kafka
$ python3 setup.py bdist_wheel
$ cd ../mqtt
$ python3 setup.py bdist_wheel
$ cd ../../value_type/image
$ python3 setup.py bdist_wheel
```
If the build is successful, the following WHL file will be created.
```
./dist/sinetstream-1.1.0-py3-none-any.whl
./plugins/broker/kafka/dist/sinetstream_kafka-1.1.0-py3-none-any.whl
./plugins/broker/mqtt/dist/sinetstream_mqtt-1.1.0-py3-none-any.whl
./plugins/value_type/image/dist/sinetstream_type_image-1.1.0-py3-none-any.whl
```
## Install
You can also use the packages registered in pypi.
```
pip3 install --user sinetstream-kafka sinetstream-mqtt
```
If you want to handle image as message, please install the image plugin as follows.
```
pip3 install --user sinetstream-type-image
```
## Dependent libraries
* [kafka-python](https://kafka-python.readthedocs.io/en/master/)
* [mqtt client](https://www.eclipse.org/paho/clients/python/docs/)
Raw data
{
"_id": null,
"home_page": "",
"name": "sinetstream",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "",
"download_url": "",
"platform": null,
"description": "<!--\nCopyright (C) 2020 National Institute of Informatics\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n-->\n\n[\u65e5\u672c\u8a9e](README.md)\n\n# SINETStream python\n\n## Directory structure\n\n* src/\n * Implementation of SINETStream for Python\n* tests/\n * Unit test\n* sample/\n * Sample program\n* plugins/\n * broker/\n * kafka/\n * Kafka Plugin for SINETStream\n * mqtt\n * MQTT Plugin for SINETStream\n * value_type/\n * image/\n * Plugin for handling image as message\n* README.md\n\n## Build procedure\n\nExecute the following command to build the SINETStream TAR file.\n\n```\n$ python3 setup.py bdist_wheel\n$ cd plugins/broker/kafka\n$ python3 setup.py bdist_wheel\n$ cd ../mqtt\n$ python3 setup.py bdist_wheel\n$ cd ../../value_type/image\n$ python3 setup.py bdist_wheel\n```\n\nIf the build is successful, the following WHL file will be created.\n\n```\n./dist/sinetstream-1.1.0-py3-none-any.whl\n./plugins/broker/kafka/dist/sinetstream_kafka-1.1.0-py3-none-any.whl\n./plugins/broker/mqtt/dist/sinetstream_mqtt-1.1.0-py3-none-any.whl\n./plugins/value_type/image/dist/sinetstream_type_image-1.1.0-py3-none-any.whl\n```\n\n## Install\n\nYou can also use the packages registered in pypi.\n\n```\npip3 install --user sinetstream-kafka sinetstream-mqtt\n```\n\nIf you want to handle image as message, please install the image plugin as follows.\n\n```\npip3 install --user sinetstream-type-image\n```\n\n## Dependent libraries\n\n* [kafka-python](https://kafka-python.readthedocs.io/en/master/)\n* [mqtt client](https://www.eclipse.org/paho/clients/python/docs/)\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Library for operating messaging systems such as Apache Kafka and MQTT with the same API.",
"version": "1.9.1",
"project_urls": {
"Documentation": "https://www.sinetstream.net/",
"Repository": "https://github.com/nii-gakunin-cloud/sinetstream.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "10bafdc1ac21a8b084e4c8cb369aa0117b0e377ae8852175d4983a201dc05605",
"md5": "d4c1d491e1ac784591a343d2f2f65019",
"sha256": "327ad048f272fb35572a17f3f88cca5d8c68bf7186a6fccb23c471f225a96802"
},
"downloads": -1,
"filename": "sinetstream-1.9.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d4c1d491e1ac784591a343d2f2f65019",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 29869,
"upload_time": "2024-03-15T06:42:51",
"upload_time_iso_8601": "2024-03-15T06:42:51.509955Z",
"url": "https://files.pythonhosted.org/packages/10/ba/fdc1ac21a8b084e4c8cb369aa0117b0e377ae8852175d4983a201dc05605/sinetstream-1.9.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-15 06:42:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nii-gakunin-cloud",
"github_project": "sinetstream",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sinetstream"
}