Metadata-Version: 1.0
Name: wotw-highlighter
Version: 0.3.0
Summary: Formats code as an editor-esque (Sublime, VS Code) block
Home-page: https://github.com/wizardsoftheweb/wotw-highlighter#readme
Author: CJ Harries
Author-email: cj@wizardsoftheweb.pro
License: ISC
Description-Content-Type: UNKNOWN
Description: .. image:: https://badge.fury.io/py/wotw-highlighter.svg
            :target: https://badge.fury.io/py/wotw-highlighter
        
        .. image:: https://travis-ci.org/wizardsoftheweb/wotw-highlighter.svg?branch=master
            :target: https://travis-ci.org/wizardsoftheweb/wotw-highlighter
        
        .. image:: https://coveralls.io/repos/github/wizardsoftheweb/wotw-highlighter/badge.svg?branch=master
            :target: https://coveralls.io/github/wizardsoftheweb/wotw-highlighter?branch=master
        
        (if these look broken it's probably because they're connected to ``master`` branch; click through to the current release or ``dev`` results)
        
        ``wotw-highlighter``
        ==================
        
        This generates a block formatted like current editors (Sublime, VS Code) via some opinionated markup decorating Pygments.
        
        .. contents::
        
        Overview
        --------
        TODO
        
        Examples
        --------
        
        TODO
        
        Themes
        ------
        
        `v0` only includes Monokai support. Eventually I'm going to add a few other defaults and ``.tmTheme`` parsing. Right now I'm just trying to finish a blog post I started three weeks ago that's now spawned three Python packages.
        
        Wishlist
        --------
        
        These are things that I'd like to add but don't haven't added yet. It's not a roadmap; I don't have a release schedule.
        
        * Logging
        * ``less`` instead of ``css``
        * ``tmTheme`` parsing
        * font conversion
        * examples
        * pygit2
        * parse repo for remote to build links
        * remote parsing, i.e. ``load_from_url``
        
Platform: UNKNOWN
