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
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-0.0.1.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for line_works_sdk-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d3001a96e8c549c84ed58de28491ab682d7898c5940906cbd28075dcf0942f2 |
|
MD5 | 304f5a92eb41ed5d4e3041a8bbb7a224 |
|
BLAKE2b-256 | eab250ef199f00d0940e154930d7b2e2a832552f143eb65f5b62140235a5ff34 |