File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,6 +270,22 @@ print("built_msg: ", built_msg)
270270assert EXPECTED_MSG == built_msg
271271```
272272
273+ ## How to install library
274+ ``` bash
275+ $ pip install git+https://github.com/bieli/IoText-data-protocol@main#egg=IoText-data-protocol
276+
277+ # # test in REPL
278+ $ python3
279+ Python 3.8.10 (default, Nov 22 2023, 10:22:35)
280+ ...
281+ >>> from src.builders.iot_ext_item_data_builder import IoTextItemDataBuilder
282+ >>> b = IoTextItemDataBuilder(123, ' D1' )
283+ >>> b
284+ < src.builders.iot_ext_item_data_builder.IoTextItemDataBuilder object at 0x7f9ebbc1d550>
285+ >>> str(b)
286+ ' t|123,d|D1'
287+ ```
288+
273289## Code coverage graph
274290
275291[ ![ codecov-graph] ( https://codecov.io/gh/bieli/IoText-data-protocol/branch/main/graphs/tree.svg?token=L8FFQNPQXI )] ( https://codecov.io/gh/bieli/IoText-data-protocol )
You can’t perform that action at this time.
0 commit comments