Metadata-Version: 2.1
Name: esbonio
Version: 0.4.0
Summary: Sphinx extension that helps to explain things.
Home-page: UNKNOWN
Author: Alex Carney
Author-email: alcarneyme@gmail.com
License: MIT
Description: # 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 Python package that provides a number of Sphinx extensions and 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
        
        If you are just afer the Sphinx extensions, then you can install `esbonio` with the following
        
        ```
        $ pip install esbonio
        ```
        
        However if you are looking to use the language server then some additional dependencies are
        required, which can be installed as follows
        
        ```
        $ pip install esbonio[lsp]
        ```
        
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: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: lsp
