anaconda-cloud-auth

View on PyPIReverse Dependencies (1)

0.7.2 anaconda_cloud_auth-0.7.2-py3-none-any.whl

Wheel Details

Project: anaconda-cloud-auth
Version: 0.7.2
Filename: anaconda_cloud_auth-0.7.2-py3-none-any.whl
Download: [link]
Size: 24579
MD5: 4269ee429790f63ba8d16d86951bef7c
SHA256: 541759c599d21a77107a8afab398db6f9db4ee27bc2e3328705a1e4989ef6401
Uploaded: 2024-11-08 16:06:01 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: anaconda-cloud-auth
Version: 0.7.2
Summary: A client auth library for Anaconda.cloud APIs
License: BSD-3-Clause
Requires-Python: >=3.8
Requires-Dist: anaconda-cli-base (>=0.4.0)
Requires-Dist: cryptography (>=3.4.0)
Requires-Dist: keyring
Requires-Dist: pkce
Requires-Dist: pydantic
Requires-Dist: pyjwt
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: semver (<4)
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: responses; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: build; extra == "publish"
Requires-Dist: twine; extra == "publish"
Requires-Dist: wheel; extra == "publish"
Provides-Extra: dev
Provides-Extra: publish
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11488 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
anaconda_cloud_auth/__init__.py sha256=zCjIb565j8VgXeGvgONq98S4aF6XNJN0pjydVSABNc8 394
anaconda_cloud_auth/__main__.py sha256=UacT75whV9rykK2OzpZO-S2r7CkNxgcAOv79mYc_2Dk 78
anaconda_cloud_auth/_version.py sha256=SwvkPl7GLhGxWFK-GDetxs6qkq8TTqCfnxJUNJqmWtU 411
anaconda_cloud_auth/actions.py sha256=p3ImkYafEQ9la46ZqE45FNCr4Fa-xbfSw2mBlaaPCfg 6815
anaconda_cloud_auth/cli.py sha256=NC_z4cTAlYRnEN_7EIHo_TyA76VYllfqGeZK7vR9Q44 4906
anaconda_cloud_auth/client.py sha256=DDp9HUywyszYcewviMatka4saf259N1LnL4PrCqkWbo 7962
anaconda_cloud_auth/config.py sha256=Czf1zvuAvBJbEn1jAvW43e1LCIznlNl4HX3RZ7KvgSA 2102
anaconda_cloud_auth/exceptions.py sha256=4FS4aNlNTPPLQ35GPf8ai0H7XiVzoXT6VOz5qfCfM-k 247
anaconda_cloud_auth/handlers.py sha256=NL4R5dpgOWa6a6Dnl-k_zyw-hJc2efOaRxXVs9B--_4 5007
anaconda_cloud_auth/panel.py sha256=KgsiTw0LQXaU-GxBO8QtVxd90L6Rz4rKLrGvPBXEaW8 1605
anaconda_cloud_auth/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
anaconda_cloud_auth/token.py sha256=urFIu-i_HbL11Wbe_0p6n-5LN4_lXLDb290V1I_69ww 10462
anaconda_cloud_auth/_conda/__init__.py sha256=NN1pLPwCspH8YR2vUijJD6uhEc9T2ONldGm1XlE9MNg 596
anaconda_cloud_auth/_conda/auth_handler.py sha256=lJdS2vK8qKkqvN9I7eAj4fi9wwyp1aUEtB8Hg8_XSaY 4662
anaconda_cloud_auth/_conda/entrypoint.py sha256=g4OzdqalRLDhQW22Kf3_GHPKcZpI9IRVvv-IIBgczwc 391
anaconda_cloud_auth/_conda/plugins.py sha256=SZJNwfgimqGpqSaIdWPy0J0Ycf3OqoHguIHGidSUvqQ 881
anaconda_cloud_auth-0.7.2.dist-info/METADATA sha256=PzjN6rSDkJZfeIA6xWWq1kTdk_rUbygmwha0fwhmLy4 13146
anaconda_cloud_auth-0.7.2.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
anaconda_cloud_auth-0.7.2.dist-info/entry_points.txt sha256=ryMcn-2zyQmfQHEmc5U2En7YQCteFBRALpWHI5B07MQ 214
anaconda_cloud_auth-0.7.2.dist-info/licenses/LICENSE sha256=g3L2ySy-tEx2kEH9Rs2vEpRsSHQ-1xTCkFmw2RdibLg 1544
anaconda_cloud_auth-0.7.2.dist-info/RECORD

entry_points.txt

cloud = anaconda_cloud_auth.cli:app
[conda]
anaconda-cloud-auth = anaconda_cloud_auth._conda.entrypoint
anaconda_cloud = anaconda_cloud_auth.panel:AnacondaCloudLoginHandler