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
LingXingApi 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.9.7.tar.gz
(227.7 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.9.7-py3-none-any.whl
(251.1 kB
view details)
File details
Details for the file lingxingapi-1.9.7.tar.gz.
File metadata
- Download URL: lingxingapi-1.9.7.tar.gz
- Upload date:
- Size: 227.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f3e5a7826c49769e8d70d2dfeb399dee89f8e91cd997c2b729e206b5d5de2c5
|
|
| MD5 |
53be3204cf3fc440fec98d2adb5f5744
|
|
| BLAKE2b-256 |
0a0c0fe2180c95c4f284b37272f80e6ee3296f888f4136f1fb4182921333677a
|
File details
Details for the file lingxingapi-1.9.7-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.9.7-py3-none-any.whl
- Upload date:
- Size: 251.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d374b7011281e28674bbd0d3fd599816250c8a6f5a21e411e9e394575ab4e365
|
|
| MD5 |
0fd6674b83157cf5cfb61ec7b9b2651f
|
|
| BLAKE2b-256 |
2710640a816f080029a3a3d11b2eeb9822499331acc8c598c091d2a9bce47351
|