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.8b11.tar.gz
(8.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.8b11.tar.gz.
File metadata
- Download URL: sinetstream-0.9.8b11.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777b9325ca53e18f4af2adf2329e9204dd4fd219d295dc8a5fbe7aee314efe82
|
|
| MD5 |
152d47c3e7b0d33b709b9d67fde0e72f
|
|
| BLAKE2b-256 |
5305e357fbc7ded4a80fc44d712d6c44b6459cade946f4555bb8c514128c0e0e
|
File details
Details for the file sinetstream-0.9.8b11-py3-none-any.whl.
File metadata
- Download URL: sinetstream-0.9.8b11-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1c4c2c53804ab107f474fe28047a4d018e6c21f623a2214935b3e739d46e76d
|
|
| MD5 |
b99d645983de2dd670eaed53f3cf2f96
|
|
| BLAKE2b-256 |
dcf9e11de26786b3fd3d586fb696c51578156bb0a64c59b4d20413b8615f9824
|