Ai
1 Star 0 Fork 0

Authi.ng/authing-py-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
ivy 提交于 2019-08-05 20:49 +08:00 . release v0.13.0
from setuptools import setup, find_packages
setup(
name='authing', #名称
version='0.13.0', #版本
description="Authing SDK for Python", #描述
keywords='authing sso AaaS IdaaS',
author='authing', #作者
author_email='xieyang@authing.cn', #作者邮箱
maintainer='authing',
maintainer_email='xieyang@authing.cn',
url='https://github.com/Authing/authing-py-sdk', #作者链接
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=[ #需求的第三方模块
'sgqlc',
'rsa'
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Authi_ng/authing-py-sdk.git
git@gitee.com:Authi_ng/authing-py-sdk.git
Authi_ng
authing-py-sdk
authing-py-sdk
master

搜索帮助