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-1.0.0.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-1.0.0.tar.gz.
File metadata
- Download URL: sinetstream-1.0.0.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 |
38a3d11e6780faa34d696b26ab39f7c1f31dd2ceb3f35aa09ac5b8cd87be1a05
|
|
| MD5 |
66f68ed64749a020627337bafd56621a
|
|
| BLAKE2b-256 |
bb47bbb7eaf0fc3f160b31bdaeef0e2ef0f538a9abf0096c65b18fdf3c14fa56
|
File details
Details for the file sinetstream-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sinetstream-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.3 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 |
59efdaa2c106d2cddc260a722d73a445e5442a82c7e38cf977a576302bad5354
|
|
| MD5 |
e17491b9420443cf42efc2b100b16f6b
|
|
| BLAKE2b-256 |
2284051301c66bd62b5e2f53742295351ca5c8f1b0442c54cf0a16cf2d4030db
|