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.6.tar.gz
(224.8 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.6-py3-none-any.whl
(248.2 kB
view details)
File details
Details for the file lingxingapi-1.7.6.tar.gz.
File metadata
- Download URL: lingxingapi-1.7.6.tar.gz
- Upload date:
- Size: 224.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9f3bbbb291e6d1b2e7cc5be7423348866c1809cf5316ae216cf6dffb066adcb
|
|
| MD5 |
184705da6aebb1b189ce61325bc72f72
|
|
| BLAKE2b-256 |
c49a355a546bdf49d9877e35edf9855f0e20006720dff60a6849fd6f8993a87b
|
File details
Details for the file lingxingapi-1.7.6-py3-none-any.whl.
File metadata
- Download URL: lingxingapi-1.7.6-py3-none-any.whl
- Upload date:
- Size: 248.2 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 |
2984711b54545b6d3fd83eb98c7c5883205cedf497b3dc8004c8d363bd6ac802
|
|
| MD5 |
153887f7df9da0479a9b0d615e1cee5d
|
|
| BLAKE2b-256 |
a88f4a9612885f099ff66e5aae789fe65ad201e39d74e66c2cf9bb622b795617
|