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.6.2.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.6.2-py3-none-any.whl
(248.0 kB
view details)
File details
Details for the file lingxingapi-1.6.2.tar.gz.
File metadata
- Download URL: lingxingapi-1.6.2.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 |
dced2ab44fa79cb0787ebbbd8d3bedd0f0c83f15bc907acae18913c08a285f43
|
|
| MD5 |
f6a49a45f5093f261390cf1ce583eec9
|
|
| BLAKE2b-256 |
4fa3b10112ab8ff5f6021865b289890b8bb0d3ba7e5e4097413d49bd86d467c7
|
File details
Details for the file lingxingapi-1.6.2-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.6.2-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 |
650c1f05e03bd3e0973cd89e08982f260ffb81094bc1c008adc3bfa81662a9fa
|
|
| MD5 |
a153c134c8390c0ef2c05def46ca4bfc
|
|
| BLAKE2b-256 |
658444f6b6061ab0676388682855216332d2b32a2970bce8f76e109b469739a6
|