Metadata-Version: 2.1
Name: jupyter_server_terminals
Version: 0.2.0
Summary: A Jupyter Server Extension Providing Terminals.
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: UNKNOWN
Keywords: ipython,jupyter
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# Jupyter Server Terminals

[![Build Status](https://github.com/jupyter-server/jupyter_server_terminals/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_server_terminals/actions?query=branch%3Amain++)

Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals.

## Installation and Basic usage

To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:

    pip install jupyter_server_terminals

Jupyter Server Terminals currently supports Python>=3.6 on Linux, OSX and Windows.

### Testing

See [CONTRIBUTING](./CONTRIBUTING.rst#running-tests).

## Contributing

If you are interested in contributing to the project, see [CONTRIBUTING](./CONTRIBUTING.rst).


