Metadata-Version: 2.1
Name: esbonio
Version: 0.6.2
Summary: A Language Server for Sphinx projects.
Home-page: https://swyddfa.github.io/esbonio/
Author: Alex Carney
Author-email: alcarneyme@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/swyddfa/esbonio/issues
Project-URL: Documentation, https://swyddfa.github.io/esbonio/
Project-URL: Source Code, https://github.com/swyddfa/esbonio
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: lsp
License-File: LICENSE

![Esbonio logo](https://github.com/swyddfa/esbonio/blob/release/resources/io.github.swyddfa.Esbonio.svg?raw=true)
# Esbonio [![PyPI](https://img.shields.io/pypi/v/esbonio?style=flat-square)](https://pypi.org/project/esbonio) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/esbonio?style=flat-square)](https://pypi.org/project/esbonio)

Esbonio - to explain.

**This package is in early development**

A [Language Server](https://microsoft.github.io/language-server-protocol/) that aims to make it easier to work with Sphinx documentation projects in editors that support it.
## Installation

The Language Server can be installed via pip.

```
$ pip install esbonio
```


