line-works-sdk


Nameline-works-sdk JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/nanato12/line-works-sdk
SummaryLINE Works SDK for Python
upload_time2024-11-06 00:14:07
maintainernanato12
docs_urlNone
authornanato12
requires_python>=3.10
licenseMIT License
keywords line line-works works
VCS
bugtrack_url
requirements pydantic pydantic_core requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # line-works-sdk

LINE Works SDK for Python

## Requirements

Python 3.10+

## Installation

```sh
$ pip install line-works-sdk
```

## Usage

```python
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

- [nezumi0627](https://github.com/nezumi0627)

## GitHub Actions

The following linter results are detected by GitHub Actions.

- ruff
- mypy

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nanato12/line-works-sdk",
    "name": "line-works-sdk",
    "maintainer": "nanato12",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "admin@okj.info",
    "keywords": "line line-works works",
    "author": "nanato12",
    "author_email": "admin@okj.info",
    "download_url": "https://files.pythonhosted.org/packages/ef/27/3f266a1ab8699f8bf63df15f80303b5ef68130dfab2b739b81dda5da8268/line_works_sdk-0.0.1.tar.gz",
    "platform": null,
    "description": "# line-works-sdk\n\nLINE Works SDK for Python\n\n## Requirements\n\nPython 3.10+\n\n## Installation\n\n```sh\n$ pip install line-works-sdk\n```\n\n## Usage\n\n```python\nfrom line_works import LineWorks\n\n\nWORKS_ID = \"YOUR WORKS ID\"\nPASSWORD = \"YOUR WORKS PASSWORD\"\n\nworks = LineWorks(works_id=WORKS_ID, password=PASSWORD)\n# [INFO] line_works/client:66 login success: LineWorks(works_id='xxxxx', tenant_id=xxxxxxxx, domain_id=xxxxxxxx, contact_no=xxxxxxxxxxxxx)\n\nmy_info = works.get_my_info()\nprint(f\"{my_info=}\")\n```\n\n## Contributors\n\n- [nezumi0627](https://github.com/nezumi0627)\n\n## GitHub Actions\n\nThe following linter results are detected by GitHub Actions.\n\n- ruff\n- mypy\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "LINE Works SDK for Python",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/nanato12/line-works-sdk"
    },
    "split_keywords": [
        "line",
        "line-works",
        "works"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab250ef199f00d0940e154930d7b2e2a832552f143eb65f5b62140235a5ff34",
                "md5": "304f5a92eb41ed5d4e3041a8bbb7a224",
                "sha256": "9d3001a96e8c549c84ed58de28491ab682d7898c5940906cbd28075dcf0942f2"
            },
            "downloads": -1,
            "filename": "line_works_sdk-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "304f5a92eb41ed5d4e3041a8bbb7a224",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4522,
            "upload_time": "2024-11-06T00:14:05",
            "upload_time_iso_8601": "2024-11-06T00:14:05.145284Z",
            "url": "https://files.pythonhosted.org/packages/ea/b2/50ef199f00d0940e154930d7b2e2a832552f143eb65f5b62140235a5ff34/line_works_sdk-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef273f266a1ab8699f8bf63df15f80303b5ef68130dfab2b739b81dda5da8268",
                "md5": "d74c5d129e9d841ab8065cd18ba32b74",
                "sha256": "a4fdf2d016e043832a4049ebe384a5f8695bff3a26c28ab1852960ec722fac7b"
            },
            "downloads": -1,
            "filename": "line_works_sdk-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d74c5d129e9d841ab8065cd18ba32b74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3993,
            "upload_time": "2024-11-06T00:14:07",
            "upload_time_iso_8601": "2024-11-06T00:14:07.631340Z",
            "url": "https://files.pythonhosted.org/packages/ef/27/3f266a1ab8699f8bf63df15f80303b5ef68130dfab2b739b81dda5da8268/line_works_sdk-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 00:14:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nanato12",
    "github_project": "line-works-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.9.2"
                ]
            ]
        },
        {
            "name": "pydantic_core",
            "specs": [
                [
                    ">=",
                    "2.23.4"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.32.3"
                ]
            ]
        }
    ],
    "lcname": "line-works-sdk"
}
        
Elapsed time: 0.40306s