Metadata-Version: 2.1
Name: mobio-dataout-sdk-test
Version: 1.0.5
Summary: Mobio project SDK
Home-page: https://github.com/mobiovn
Author: MOBIO
Author-email: contact@mobio.vn
License: MIT
Project-URL: Source, https://github.com/mobiovn
Keywords: mobio,data out
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: m-singleton
Requires-Dist: m-kafka-sdk-v2
Requires-Dist: redis
Requires-Dist: m-caching

##  Thư viện DATA OUT SDK dành cho các module cần out các event.


### Cài đặt:
```bash
 $ pip3 install mobio-dataout-sdk
 ```


### Sử dụng:

   ```python
    from mobio.sdks.dataout import DataOut

    DataOut().send(
        body, merchant_id, data_type, key_message
    )
    
    // body: dữ liệu json event raw của từng module, dữ liệu này chưa được chuẩn hóa theo đúng tài liệu định dạng mô t
ả event. module dataout sẽ chuẩn hóa về dữ liệu chuẩn của tài liệu 
    // merchant_id: id merchant phát sinh event
    // data_type: mã event được đặc tả trong tài liệu 
    // key_message: là key message theo đối tượng như deal_id, profile_id, ... (có thể không truyền)
#### Log - 1.0.0 
    - release sdk
#### Log - 1.0.1 
    - giam timeout request
#### Log - 1.0.2 
    - try catch send data
#### Log - 1.0.3
    - bỏ tham số key khi push tin kafka 
#### Log - 1.0.4
    - cho các module thêm tham số key khi push tin kafka
