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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file erp_apis_temp-1.0.33-py3-none-any.whl.
File metadata
- Download URL: erp_apis_temp-1.0.33-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fdb34ab60079734a319d2451e68cd28f5f997e0e1e32002c99486b8d82a4dd
|
|
| MD5 |
2af3d5de736a6a4550b2400b7c9b7573
|
|
| BLAKE2b-256 |
933c26a1a390483b0ffdd688a353541eebb813d88ae2de836facd314e9afb775
|