Skip to main content

LINE Works SDK for Python

Project description

line-works-sdk

LINE Works SDK for Python

Requirements

Python 3.11+

Installation

$ pip install line-works-sdk

dev version

https://pypi.org/project/line-works-sdk/#history

$ pip install line-works-sdk==x.x.devyyyymmddHHMM

Usage

from line_works.client import LineWorks
from line_works.mqtt.enums.packet_type import PacketType
from line_works.mqtt.models.packet import MQTTPacket
from line_works.tracer import LineWorksTracer


def receive_publish_packet(w: LineWorks, p: MQTTPacket) -> None:
    m = p.message

    if not m.channel_no:
        return

    if m.loc_args1 == "test":
        r = w.send_message(m.channel_no, "ok")
        print(f"{r=}")


WORKS_ID = "YOUR WORKS ID"
PASSWORD = "YOUR WORKS PASSWORD"

works = LineWorks(works_id=WORKS_ID, password=PASSWORD)

my_info = works.get_my_info()
print(f"{my_info=}")

tracer = LineWorksTracer(works=works)
tracer.add_trace_func(PacketType.PUBLISH, receive_publish_packet)
tracer.trace()

sample_usage

Contributors

GitHub Actions

The following linter results are detected by GitHub Actions.

  • ruff
  • mypy

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

line_works_sdk-1.0.dev202501040521.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

line_works_sdk-1.0.dev202501040521-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file line_works_sdk-1.0.dev202501040521.tar.gz.

File metadata

File hashes

Hashes for line_works_sdk-1.0.dev202501040521.tar.gz
Algorithm Hash digest
SHA256 652863cc666f66f7488600b685e51d9778620cc4a78d745be9477e27b4032c57
MD5 0a181191703a6190afacfa3f9d2b97f1
BLAKE2b-256 e6be50b0873ff6dfbcc2bf0eb9b58dd94a8a7dff8b0d2fed065d5a264e570236

See more details on using hashes here.

File details

Details for the file line_works_sdk-1.0.dev202501040521-py3-none-any.whl.

File metadata

File hashes

Hashes for line_works_sdk-1.0.dev202501040521-py3-none-any.whl
Algorithm Hash digest
SHA256 312176706bf9f834a32237c3c48920281c38ff0062f5b332e6e3ecade64664f7
MD5 c3d2f85f4b31b609724b93d25a4eee10
BLAKE2b-256 08752a7b0e6142752b18865d4593bdb54d778606284f21e9772daa2c9b7e0913

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page