Skip to main content

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

This version

2.1.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lingxingapi-2.1.7.tar.gz (236.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lingxingapi-2.1.7-py3-none-any.whl (261.0 kB view details)

Uploaded Python 3

File details

Details for the file lingxingapi-2.1.7.tar.gz.

File metadata

  • Download URL: lingxingapi-2.1.7.tar.gz
  • Upload date:
  • Size: 236.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lingxingapi-2.1.7.tar.gz
Algorithm Hash digest
SHA256 f76264be9847cdc4ffd54a5a71afe85432a088c5055071e04839003682a43082
MD5 8f87e3300e86402931e39c0932c1342d
BLAKE2b-256 915a834776b88cfb22ac0dc50d041764537d465395dc0db052f06948e479546c

See more details on using hashes here.

File details

Details for the file lingxingapi-2.1.7-py3-none-any.whl.

File metadata

  • Download URL: lingxingapi-2.1.7-py3-none-any.whl
  • Upload date:
  • Size: 261.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lingxingapi-2.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 28eaae4ee721a8a867279d4b44936a2187f6af929d835f36a84bdf2be39bcc52
MD5 ff9a56c674a4a59c4fb70ce490e06fce
BLAKE2b-256 a32a2c8d90edd0a9400f565d6e5dcf6be3ce842a0f47b20e5b650f2348011367

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page