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

MysqlEngine is based on several open-source repositories.

Project details


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.8.tar.gz (220.3 kB view details)

Uploaded Source

Built Distribution

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

lingxingapi-1.1.8-py3-none-any.whl (243.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lingxingapi-1.1.8.tar.gz
Algorithm Hash digest
SHA256 a248681f4288991487c5d33e821611aed5fc3709226380b89a6c386ce670e382
MD5 28fef3e236a558736e3f9ac1525c489b
BLAKE2b-256 f083e9bd84c632cedcc8abc34ef72316c1443a6a9e7960f1f9f623f5d233ec75

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lingxingapi-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 57cd75dfad9b6ee5666f71ae78f5d659bb77fff4285747d5eb4aeea6ed290513
MD5 040994307b6f92ca6f8dd9b588dd1e3f
BLAKE2b-256 5a81b29cf260bde8eb9e7c80ef5710bed1c85e607f724237e08c9d00a0c87ec9

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