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.5.6.tar.gz
(224.5 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.5.6-py3-none-any.whl
(248.0 kB
view details)
File details
Details for the file lingxingapi-1.5.6.tar.gz.
File metadata
- Download URL: lingxingapi-1.5.6.tar.gz
- Upload date:
- Size: 224.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b272d314075c5b1b6a7596ca6f28c72ede2336707a1ed81712865fd2cdd3ea84
|
|
| MD5 |
db412a252a58949a661ad52695639642
|
|
| BLAKE2b-256 |
f58648dc09731b2eba7a6159537e0ded39302c8f231ba3f4f2e5377bdb0a6e45
|
File details
Details for the file lingxingapi-1.5.6-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.5.6-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 |
dda8c16e244793ff1b9756bfd30e171dad03bae007e9da7d06f47e9d451839ca
|
|
| MD5 |
c1ce5bc7fc4281665caf10ebe0afdabd
|
|
| BLAKE2b-256 |
aa90ac2157af1065e15ac532f49bb74e479ac5f85da69fb9e3ef62148f4b2008
|