Skip to main content

erp_apis_temp

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_temp-1.0.19-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file erp_apis_temp-1.0.19-py3-none-any.whl.

File metadata

File hashes

Hashes for erp_apis_temp-1.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 afc5996a39abe70e3b5fd17aab2322b8ae9d3317d0d65b842d7a7a713bfdf7c2
MD5 8a3c6ffdd86adf354a58c481767f9f40
BLAKE2b-256 66b1d5e38cb4ccebc0b5f12d0d8aae24605f8e77fa1cd2ba349806c148f9aa7a

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