Fetch the repository succeeded.
This action will force synchronization from minibear/wechatpayv3, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
from setuptools import setup
with open("README.md", "r", encoding="utf8") as f:
long_description = f.read()
setup(
name="wechatpayv3",
version="1.2.34",
author="minibear",
description="微信支付 API v3 Python SDK(python sdk for wechatpay v3)",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
keywords="python sdk wechatpay api v3 微信支付",
url="https://github.com/minibear2021/wechatpayv3",
packages=["wechatpayv3"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Topic :: Office/Business :: Financial",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
],
install_requires=["requests>=2.21.0", "cryptography>=35.0.0"],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。