Library for operating messaging systems such as Apache Kafka and MQTT with the same API.
Project description
SINETStream python
ファイル構成
- src/
- Python版SINETStreamの実装
- tests/
- ユニットテスト
- sample/
- サンプルプログラム
- plugins/
- kafka/
- Python版SINETStreamのKafka固有部分
- mqtt
- Python版SINETStreamのMQTT固有部分
- kafka/
- README.md
ビルド手順
次のコマンドを実行するとSINETStreamのTARファイルがビルドされる。
$ python3 setup.py bdist_wheel
$ cd plugins/kafka
$ python3 setup.py bdist_wheel
$ cd ../mqtt
$ python3 setup.py bdist_wheel
$ cd ../..
ビルドが成功すると以下のWHLファイルが作成される。
./dist/sinetstream-1.0.0-py3-none-any.whl
./plugins/kafka/dist/sinetstream_kafka-1.0.0-py3-none-any.whl
./plugins/mqtt/dist/sinetstream_mqtt-1.0.0-py3-none-any.whl
インストール
pypiに登録してあるパッケージを利用することもできる。
pip3 install --user sinetstream-kafka sinetstream-mqtt
依存関係にあるライブラリ
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sinetstream-0.9.8b10.tar.gz
(9.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sinetstream-0.9.8b10.tar.gz.
File metadata
- Download URL: sinetstream-0.9.8b10.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25cadb7d9c6f4389be9844c2bb61d3408ed8ba1c3e7eaa2c4bbc8becb99961a5
|
|
| MD5 |
d6eefe4bca352598246b0a90406bf781
|
|
| BLAKE2b-256 |
481370488a529c87005aa50b4aa50651aa143382a4eee7e6ba5a69f03656f8b8
|
File details
Details for the file sinetstream-0.9.8b10-py3-none-any.whl.
File metadata
- Download URL: sinetstream-0.9.8b10-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88c78328be026746418aad886d02d48afc7b6ed2e0674a0c9a1fb0b7c66440b
|
|
| MD5 |
867130935632d3f63bd2424aa6a7f803
|
|
| BLAKE2b-256 |
a34701fff0ca05cc5bbcd6cbd7479eb0f196c4818d92ba8c2a01bad9b9414232
|