Metadata-Version: 2.4
Name: jupyterhub-kerberosauthenticator
Version: 1.0.0
Summary: A JupyterHub authenticator using Kerberos
Author-email: Jim Crist <jiminy.crist@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, http://github.com/jupyterhub/kerberosauthenticator
Project-URL: Source, http://github.com/jupyterhub/kerberosauthenticator
Project-URL: Issues, https://github.com/jupyterhub/kerberosauthenticator/issues
Keywords: Jupyter
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Jupyter
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

kerberosauthenticator
=====================

|build| |pypi| |rtfd|

A JupyterHub Authenticator_ using Kerberos. See `the documentation`_ for more
information.

LICENSE
-------

New BSD. See the `License File`_.

.. |build| image:: https://github.com/jupyterhub/kerberosauthenticator/actions/workflows/build.yaml/badge.svg
   :target: https://github.com/jupyterhub/kerberosauthenticator/actions/workflows/build.yaml
.. |pypi| image:: https://img.shields.io/pypi/v/jupyterhub-kerberosauthenticator.svg
   :target: https://pypi.org/project/jupyterhub-kerberosauthenticator/
.. |rtfd| image:: https://readthedocs.org/projects/jupyterhub-kerberosauthenticator/badge/?version=latest
   :target: https://jupyterhub-kerberosauthenticator.readthedocs.io

.. _Authenticator: https://jupyterhub.readthedocs.io/en/stable/reference/authenticators.html
.. _License File: https://github.com/jupyterhub/kerberosauthenticator/blob/main/LICENSE
.. _the documentation: https://jupyterhub-kerberosauthenticator.readthedocs.io
