Metadata-Version: 2.1
Name: jupyter-keepalive
Version: 0.0.1.dev0
Summary: keep jupyter servers alive while you walk away
Project-URL: Documentation, https://github.com/minrk/jupyter-keepalive#readme
Project-URL: Issues, https://github.com/minrk/jupyter-keepalive/issues
Project-URL: Source, https://github.com/minrk/jupyter-keepalive
Author-email: Min RK <benjaminrk@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: jupyter-server
Provides-Extra: test
Requires-Dist: jupyter-server[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# jupyter-keepalive

[![PyPI - Version](https://img.shields.io/pypi/v/jupyter-keepalive.svg)](https://pypi.org/project/jupyter-keepalive)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyter-keepalive.svg)](https://pypi.org/project/jupyter-keepalive)

---

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install jupyter-keepalive
```

## License

`jupyter-keepalive` is distributed under the terms of the [BSD 3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
