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
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
File details
Details for the file erp_apis-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: erp_apis-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e73917c978f116b3b98ab03df608556fc8f66062a201af17442b2bc65f2bd824 |
|
MD5 | a79dd58ed036bb143c75edcd348525d2 |
|
BLAKE2b-256 | b28955fb7e11743cfe091ba7c3d2853de57e202d2c63964b6ae5c76168ea68dd |