An async API client for LingXing (领星) ERP
Project description
An async API client for LingXing (领星) ERP
Created to be used in a project, this package is published to github for ease of management and installation across different modules.
Installation
Install from PyPi
pip install lingxingapi
Install from github
pip install git+https://github.com/AresJef/LingXingApi.git
Requirements
- Python 3.10 or higher.
Example
from lingxingapi import API
# Context Manager
async def test(self, app_id: str, app_secret: str) -> None:
async with API(app_id, app_secret) as api:
sellers = await api.basic.Sellers()
# Close Manually
async def test(self, app_id: str, app_secret: str) -> None:
api = API(app_id, app_secret)
sellers = await api.basic.Sellers()
await api.close()
Acknowledgements
MysqlEngine is based on several open-source repositories.
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
lingxingapi-1.7.1.tar.gz
(224.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
lingxingapi-1.7.1-py3-none-any.whl
(248.0 kB
view details)
File details
Details for the file lingxingapi-1.7.1.tar.gz.
File metadata
- Download URL: lingxingapi-1.7.1.tar.gz
- Upload date:
- Size: 224.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54b6ddedb15b05a8dfb50a3e99028e2055dea776b436f4a1e9da43780374226c
|
|
| MD5 |
3d597ff2c38398b038701082273b2669
|
|
| BLAKE2b-256 |
9a17277ff88f608cf077b23c25d7af96a90296e1c75257f12f1c522c58a8d3be
|
File details
Details for the file lingxingapi-1.7.1-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.7.1-py3-none-any.whl
- Upload date:
- Size: 248.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efd6889a80c8273dc5b17501c1428dcf80510cd73ce6e90f5525f6934a6e47cb
|
|
| MD5 |
133f7018f60f3424c34441e1d6c0311e
|
|
| BLAKE2b-256 |
c86fbd3bdb46eca1dd923894856a9ef9e06cb3476cd44297fc6f80f2344c7fdc
|