jupyterhub-traefik-proxy

View on PyPIReverse Dependencies (1)

2.0.0 jupyterhub_traefik_proxy-2.0.0-py3-none-any.whl

Wheel Details

Project: jupyterhub-traefik-proxy
Version: 2.0.0
Filename: jupyterhub_traefik_proxy-2.0.0-py3-none-any.whl
Download: [link]
Size: 28737
MD5: 0b9f4a5efbb237ec6242e722424aaf1a
SHA256: 65e4df32ce350e502d47f0f5d57bff567786c64846a6640b4c9902abc952b4a5
Uploaded: 2024-08-22 10:21:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jupyterhub-traefik-proxy
Version: 2.0.0
Summary: JupyterHub proxy implementation with traefik
Author: Project Jupyter Contributors
Author-Email: jupyter[at]googlegroups.com
Home-Page: https://jupyterhub-traefik-proxy.readthedocs.io
Project-Url: Documentation, https://jupyterhub-traefik-proxy.readthedocs.io
Project-Url: Source, https://github.com/jupyterhub/traefik-proxy/
Project-Url: Tracker, https://github.com/jupyter/traefik-proxy/issues
License: BSD
Keywords: jupyter jupyterhub traefik proxy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: aiohttp
Requires-Dist: escapism
Requires-Dist: jupyterhub (>=0.9)
Requires-Dist: passlib
Requires-Dist: toml
Requires-Dist: python-consul2; extra == "consul"
Requires-Dist: etcdpy; extra == "etcd"
Requires-Dist: redis; extra == "redis"
Requires-Dist: jupyterhub-traefik-proxy[consul,etcd,redis,yaml]; extra == "test"
Requires-Dist: certipy; extra == "test"
Requires-Dist: notebook (>=4.0); extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio (<0.23,>=0.17); extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: websockets; extra == "test"
Requires-Dist: ruamel.yaml; extra == "yaml"
Provides-Extra: consul
Provides-Extra: etcd
Provides-Extra: redis
Provides-Extra: test
Provides-Extra: yaml
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2509 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (73.0.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jupyterhub_traefik_proxy/__init__.py sha256=Vs2YskJRGobOzUN2c9r4YNM0fVJkqIvh57vDV6wFJz4 80
jupyterhub_traefik_proxy/consul.py sha256=gr2yGz1DHbMnilizUkFTDkTaNHM-sKmpKvD-cSwYnjY 5415
jupyterhub_traefik_proxy/etcd.py sha256=aNSKBisnypivkC2U092LQQaWXhmNZIdrjEZzRZBSHKo 5428
jupyterhub_traefik_proxy/fileprovider.py sha256=tn4_OMtsLm4flWVv8AYohr-a2bcstOZDCdLgoE83SUs 7035
jupyterhub_traefik_proxy/install.py sha256=a0YK4Jq4zx_uouPsK_CLEkVhLuatJte_t6yM3NwIgx8 5682
jupyterhub_traefik_proxy/kv_proxy.py sha256=cA5-dXqRVyQ_wOr2VPSHur8OxANF079nXuzA3XCapS0 11844
jupyterhub_traefik_proxy/proxy.py sha256=vRKe4tjIDYjDjZNXTb--crlL7TWxpF76gWjFie50WBM 27747
jupyterhub_traefik_proxy/redis.py sha256=qVZL30uvwjC6h7KDP_a4_0sehbxjLisIjluL7PFw8II 6037
jupyterhub_traefik_proxy/toml.py sha256=nT1K7pfoNX1WNr6TJEG6voOwLCSNDXJNnKLyLeJrZUA 584
jupyterhub_traefik_proxy/traefik_utils.py sha256=GVvEWqpyd6RJSY-BxbUXrHUFdag2rh49YldpBrzaijQ 5018
jupyterhub_traefik_proxy-2.0.0.dist-info/LICENSE sha256=uhqQGfZF64cmuxUV-0KiauKYq7oTJvMicdY_U-yOL5o 1510
jupyterhub_traefik_proxy-2.0.0.dist-info/METADATA sha256=w1VhVEKljnDPNJwEzpMpcP0ZprLGOQZROCQfUuEz9xQ 4162
jupyterhub_traefik_proxy-2.0.0.dist-info/WHEEL sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ 91
jupyterhub_traefik_proxy-2.0.0.dist-info/entry_points.txt sha256=ZPPN7134j3YsYBcUzELjTKsVn2LahFnr-oKXN37Wa0A 356
jupyterhub_traefik_proxy-2.0.0.dist-info/top_level.txt sha256=DjbBdViWfFHRQcnz_q6lssBdWz-kmKh19p84uA2CCKQ 25
jupyterhub_traefik_proxy-2.0.0.dist-info/RECORD

top_level.txt

jupyterhub_traefik_proxy

entry_points.txt

traefik_consul = jupyterhub_traefik_proxy.consul:TraefikConsulProxy
traefik_etcd = jupyterhub_traefik_proxy.etcd:TraefikEtcdProxy
traefik_file = jupyterhub_traefik_proxy.fileprovider:TraefikFileProviderProxy
traefik_redis = jupyterhub_traefik_proxy.redis:TraefikRedisProxy
traefik_toml = jupyterhub_traefik_proxy.toml:TraefikTomlProxy