Metadata-Version: 2.1
Name: dask-gateway
Version: 2023.9.0
Summary: A client library for interacting with a dask-gateway server
Home-page: https://gateway.dask.org/
Maintainer: Jim Crist-Harif
Maintainer-email: jcristharif@gmail.com
License: BSD
Project-URL: Documentation, https://gateway.dask.org/
Project-URL: Source, https://github.com/dask/dask-gateway/
Project-URL: Issue Tracker, https://github.com/dask/dask-gateway/issues
Keywords: dask hadoop kubernetes HPC distributed cluster
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: click>=8.1.3
Requires-Dist: dask>=2022.4.0
Requires-Dist: distributed>=2022.4.0
Requires-Dist: pyyaml
Requires-Dist: tornado
Provides-Extra: kerberos
Requires-Dist: pykerberos; platform_system != "Windows" and extra == "kerberos"
Requires-Dist: winkerberos; platform_system == "Windows" and extra == "kerberos"

dask-gateway
============

A client library for interacting with a dask-gateway server. See `the
documentation <https://gateway.dask.org/>`__ for more information.
