Metadata-Version: 2.1
Name: esbonio
Version: 0.2.1
Summary: Sphinx extension that helps to explain things.
Home-page: UNKNOWN
Author: Alex Carney
Author-email: alcarneyme@gmail.com
License: MIT
Description: # 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/) for enhancing
        the editing experience of `*.rst` files in editors.
        
        ## Installation
        
        ```
        $ pip install 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.5
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
Provides-Extra: dev
Provides-Extra: lsp
