Metadata-Version: 2.1
Name: livemark
Version: 0.12.0
Summary: Livemark is a static site generator that extends Markdown with interactive charts, tables, scripts, and more.
Home-page: https://github.com/frictionlessdata/livemark
Author: Evgeny Karev
Author-email: eskarev@gmail.com
License: MIT
Description: # Livermark
        
        [![Build](https://img.shields.io/github/workflow/status/frictionlessdata/livemark/general/main)](https://github.com/frictionlessdata/livemark/actions)
        [![Coverage](https://img.shields.io/codecov/c/github/frictionlessdata/livemark/main)](https://codecov.io/gh/frictionlessdata/livemark)
        [![Registry](https://img.shields.io/pypi/v/livemark.svg)](https://pypi.python.org/pypi/livemark)
        [![Codebase](https://img.shields.io/badge/codebase-github-brightgreen)](https://github.com/frictionlessdata/livemark)
        [![Support](https://img.shields.io/badge/support-discord-brightgreen)](https://discord.com/channels/695635777199145130/695635777199145133)
        
        > This software is in the early stages and is not well-tested
        
        Livemark is a static site generator that extends Markdown with interactive charts, tables, scripts, and more.
        
        ## Purpose
        
        - **Improved writing experience**: Now your Markdown data articles can include interactive charts, tables, a live development server, and much more.
        - **Static site generator**: Livemark only operates with static files - it creates an HTML file from your Mardown file.
        
        ## Features
        
        - Open Source (MIT)
        - Full Markdown compatibility
        - Markdown extensions such as tables and charts
        - Straight-forward command-line interface
        - Live development server
        
        ## Example
        
        > Take a look at the [DEMO](https://frictionlessdata.github.io/livemark/) article
        
        ```bash
        # Build a single document
        $ livemark build '<path=index.md>'
        
        # Start a livereload server
        $ livemark start
        ```
        
        ## Documentation
        
        Please visit our documentation portal:
        - https://livemark.frictionlessdata.io
Keywords: livemark,markdown,documentation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: dev
