Skip to main content

权限校验python封装包

Project description

auth-python

SaaS权限校验python sdk

  • 升级安装必要工具
python3 -m pip install --upgrade build
python3 -m pip install --user --upgrade twine
  • 生成安装包
python3 -m build
  • 上传安装包
python3 -m twine upload --repository-url https://<私有镜像地址> dist/*

默认上传到 https://pypi.org

python3 -m twine upload  dist/*

使用安装包

  • install
pip3 install auth-python

使用

参考./test/auth_test.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auth-python-0.0.4.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

auth_python-0.0.4-py3-none-any.whl (25.8 kB view hashes)

Uploaded Python 3

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