Skip to main content

LINE Works SDK for Python

Project description

line-works-sdk

LINE Works SDK for Python

Requirements

Python 3.10+

Installation

$ pip install line-works-sdk

Usage

from line_works import LineWorks


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

works = LineWorks(works_id=WORKS_ID, password=PASSWORD)
# [INFO] line_works/client:66 login success: LineWorks(works_id='xxxxx', tenant_id=xxxxxxxx, domain_id=xxxxxxxx, contact_no=xxxxxxxxxxxxx)

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

Contributors

GitHub Actions

The following linter results are detected by GitHub Actions.

  • ruff
  • mypy

Project details


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.dev202411060111.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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