{"id":31718219,"url":"https://github.com/aresjef/lingxingapi","last_synced_at":"2026-05-28T06:06:10.095Z","repository":{"id":315199845,"uuid":"1058512440","full_name":"AresJef/LingXingApi","owner":"AresJef","description":"An async API client for LingXing (领星) ERP","archived":false,"fork":false,"pushed_at":"2026-03-19T03:01:08.000Z","size":438,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-19T17:28:11.777Z","etag":null,"topics":["api","async","erp","lingxing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AresJef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T07:30:44.000Z","updated_at":"2026-03-19T08:31:47.000Z","dependencies_parsed_at":"2025-09-17T09:30:22.048Z","dependency_job_id":"2fe45ca2-afba-439e-8ec2-33f068a580b9","html_url":"https://github.com/AresJef/LingXingApi","commit_stats":null,"previous_names":["aresjef/lingxingapi"],"tags_count":74,"template":false,"template_full_name":null,"purl":"pkg:github/AresJef/LingXingApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AresJef%2FLingXingApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AresJef%2FLingXingApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AresJef%2FLingXingApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AresJef%2FLingXingApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AresJef","download_url":"https://codeload.github.com/AresJef/LingXingApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AresJef%2FLingXingApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32256267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","async","erp","lingxing"],"created_at":"2025-10-09T02:33:16.266Z","updated_at":"2026-05-28T06:06:10.090Z","avatar_url":"https://github.com/AresJef.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## An async API client for LingXing (领星) ERP\n\nCreated to be used in a project, this package is published to github for ease of management and installation across different modules.\n\n## Installation\n\nInstall from `PyPi`\n\n```bash\npip install lingxingapi\n```\n\nInstall from `github`\n\n```bash\npip install git+https://github.com/AresJef/LingXingApi.git\n```\n\n## Requirements\n\n- Python 3.10 or higher.\n\n## Example\n\n```python\nfrom lingxingapi import API\n\n# Context Manager\nasync def test(self, app_id: str, app_secret: str) -\u003e None:\n    async with API(app_id, app_secret) as api:\n        sellers = await api.basic.Sellers()\n\n# Close Manually\nasync def test(self, app_id: str, app_secret: str) -\u003e None:\n    api = API(app_id, app_secret)\n    sellers = await api.basic.Sellers()\n    await api.close()\n```\n\n### Acknowledgements\n\nLingXingApi is based on several open-source repositories.\n\n- [aiohttp](https://github.com/aio-libs/aiohttp)\n- [cytimes](https://github.com/AresJef/cyTimes)\n- [numpy](https://github.com/numpy/numpy)\n- [orjson](https://github.com/ijl/orjson)\n- [pydantic](https://github.com/pydantic/pydantic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faresjef%2Flingxingapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faresjef%2Flingxingapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faresjef%2Flingxingapi/lists"}