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.1.4.tar.gz
(220.0 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.1.4-py3-none-any.whl
(243.4 kB
view details)
File details
Details for the file lingxingapi-1.1.4.tar.gz.
File metadata
- Download URL: lingxingapi-1.1.4.tar.gz
- Upload date:
- Size: 220.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ec8052afb9aba8dc2a01d1b0f2e801d2e6d6d0330556da4e64062c61d3f8402
|
|
| MD5 |
f410aeea294d99be15613530937f6044
|
|
| BLAKE2b-256 |
cb8e4ce526c3557d48cdf3a9c8349a04de78890cf0b98d9167e0d79a5fbcbd6e
|
File details
Details for the file lingxingapi-1.1.4-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.1.4-py3-none-any.whl
- Upload date:
- Size: 243.4 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 |
c69567267206ec1df6aa483b5c2e9c1ff48c2c21d966198b6fed05c0a69dda94
|
|
| MD5 |
c090e1410199219d4a08ab91bd2b19c8
|
|
| BLAKE2b-256 |
fd4da9afd883aa0ab44e0e01c1178ba900745416a91476cccf561c985f5e1919
|