Skip to main content

erp_apis

Project description

1.项目简介

erp_sdk_python对聚水潭常用的一些api进行了封装

安装

pip install erp_apis

案例:获取订单数据

# 获取订单数据

from apis.user import login

from apis.order import OrderList

from erp_apis.request import Session



session = Session()



session.erpSend(login(

    username="erp账号",

    password="erp密码"

))



res = session.erpSend(OrderList())

print(res)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

erp_apis-1.0.6-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file erp_apis-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: erp_apis-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for erp_apis-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 76c9d522303124e3daf29e8533474998038614a5ad84301b7939d9fe303d4655
MD5 dbe21fcd9cf49905d3559eb0071beeb5
BLAKE2b-256 a36d496c98479dec4cc7789df6d8bf48aa8fd1d6ee5338d12ff5410d93d491e5

See more details on using hashes here.

Supported by

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