Metadata-Version: 2.1
Name: muextensions
Version: 0.0.12
Summary: Markup extentions
Home-page: https://github.com/pedrohdz/muextensions
Author: Pedro H.
Author-email: 5179251+pedrohdz@users.noreply.github.com
License: Apache License 2.0
Description: |Code Climate| |Build Status| |codecov| |PyPI version|
        
        muextensions
        ============
        
        Tasks:
        
        1. Add ``plantuml-txt`` directive.
        
        2. X - Connect to Pelican.
        
        3. Add caching.
        
        4. Add Ditaa (sp?)
        
        5. Add REST callers for execs.
        
        6. Look into https://pypi.org/project/pbr/
        
        
        Layout:
        
        muextensions/
          - contrib/ - Exports to allow plugging into this.
              - hovercraft/
                  - plantuml-image
                  - plantuml-txt
                  - ditaa-image
                  - ditaa-text
              - instantrst/
              - pelicanrst/
              - pelicanmd/
          - connector/ - What connects the _executors_ to the markup processors.
            - docutil/
            - markdown/
          - executor/ - Wrappers
        
        
        .. |Code Climate| image:: https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg
           :target: https://codeclimate.com/github/pedrohdz/muextensions
        .. |Build Status| image:: https://travis-ci.org/pedrohdz/muextensions.svg?branch=master
           :target: https://travis-ci.org/pedrohdz/muextensions
        .. |codecov| image:: https://codecov.io/gh/pedrohdz/muextensions/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/pedrohdz/muextensions
        .. |PyPI version| image:: https://badge.fury.io/py/muextensions.svg
           :target: https://badge.fury.io/py/muextensions
        
Keywords: pelican hovercraft plantuml uml docutils
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
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: Topic :: Documentation
Provides-Extra: test
Provides-Extra: ci
