Metadata-Version: 2.1
Name: dask-gateway
Version: 0.7.1
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: aiohttp
Requires-Dist: dask (>=2.2.0)
Requires-Dist: distributed (>=2.2.0)
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.


