Metadata-Version: 2.1
Name: dask-gateway
Version: 0.3.0
Summary: A client library for interacting with a dask-gateway server
Home-page: http://github.com/jcrist/dask-gateway/
Maintainer: Jim Crist
Maintainer-email: jiminy.crist@gmail.com
License: BSD
Platform: UNKNOWN
Requires-Dist: tornado
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://jcrist.github.io/dask-gateway/>`__ for more information.


