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
Built Distribution
File details
Details for the file line_works_sdk-1.0.dev202411060111.tar.gz
.
File metadata
- Download URL: line_works_sdk-1.0.dev202411060111.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aa22941e12ed11eaf37995aa7cef25a4dde6c1d2d01161a760e68ff11ffe7b6 |
|
MD5 | 77b5162206b077236895514f9b567523 |
|
BLAKE2b-256 | 26a8c1f20081dffa4396597cc21dadfdc4113400939432a7de5f1e60b1350dc1 |
File details
Details for the file line_works_sdk-1.0.dev202411060111-py3-none-any.whl
.
File metadata
- Download URL: line_works_sdk-1.0.dev202411060111-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5c8b4f2aa623d3d7ea342d66f99ac9e57626f536fec7a1ad752dd54e7bb120e |
|
MD5 | 229b1044a5a738d1823bf5bb3a694876 |
|
BLAKE2b-256 | 0b5e0708a934b5edefab852cece08b657b0dc32eb2464c5e333b5ec5243d041d |