Metadata-Version: 2.4
Name: jusi
Version: 1.0.1
Summary: Jupyter-backed plain-text notebooks and interactive tools for Neovim
Project-URL: Homepage, https://github.com/notawhaleble/jusi
Project-URL: Repository, https://github.com/notawhaleble/jusi
Project-URL: Issues, https://github.com/notawhaleble/jusi/issues
Author-email: notawhaleble <ponival@gmail.com>
Maintainer-email: notawhaleble <ponival@gmail.com>
License: MIT License
        
        Copyright (c) 2024 notawhaleble
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: jupyter,neovim,notebook,vim
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Editors
Requires-Python: >=3.9
Requires-Dist: ipykernel<7,>=6
Requires-Dist: jupyter-client<9,>=8
Requires-Dist: tomli<3,>=2; python_version < '3.11'
Requires-Dist: tornado<7,>=6
Provides-Extra: test
Requires-Dist: pandas<3,>=1.5; extra == 'test'
Requires-Dist: psutil<8,>=5.9; extra == 'test'
Requires-Dist: pytest<9,>=8; extra == 'test'
Requires-Dist: visidata<4,>=3; extra == 'test'
Provides-Extra: vd
Requires-Dist: visidata<4,>=3; extra == 'vd'
Description-Content-Type: text/markdown

# Jusi

Jusi brings Jupyter kernels and interactive tools into Neovim. Edit plain-text
notebooks, execute cells, and work with their outputs in native splits, using
local or remote kernels.

## Install

Install the Python backend:

```sh
pip install jusi
# Or include VisiData:
pip install 'jusi[vd]'
```

Jusi requires Python 3.9+ and the matching Neovim frontend release. The frontend
requires Neovim 0.11+, curl and a POSIX shell.

See the [Jusi project on GitHub](https://github.com/notawhaleble/jusi) for frontend
installation, a first notebook, documentation and release notes.
