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
Release files for auth-python 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| auth-python-0.0.4.tar.gz | 13.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auth_python-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.8 kB
Release files / auth-python-0.0.4.tar.gz
| Download URL | auth-python-0.0.4.tar.gz |
|---|---|
| Size | 13.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d660c3015bdb8f3eac104788ccef9a06df6c7e24d3d620a8f713a362c30a0071
|
|
BLAKE2b-256 checksum How to use checksums |
3f93a7b6db81905bc53a85c8e3dec0d8527319038cf50e0306beac8ad989d4c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
|
Release files / auth_python-0.0.4-py3-none-any.whl
| Download URL | auth_python-0.0.4-py3-none-any.whl |
|---|---|
| Size | 25.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b50b0dde409a0e358c923442f5aec5fb4be7fdf9e9cc4fbd6cea290e8cfa275
|
|
BLAKE2b-256 checksum How to use checksums |
843948f7851d60bc48e1dfc72379205def8af8b5d740c9e1e03a5866d52f2c63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
|