Metadata-Version: 2.1
Name: livemark
Version: 0.2.2
Summary: Livemark is a Markdown static page generator that brings in interactive charts, tables, 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 not well-tested
        
        Livemark is a Markdown static page generator that brings in interactive charts, tables, and more.
        
        ## Purpose
        
        - **Improved writing experience**: You can write data articles the way use usually do but with support of interactive charts, tables, live development server, and many more.
        - **Static site generator**: Livemark is fully predictable as it only operates with static files. It create an HTML file from your Mardown file.
        
        ## Features
        
        - Open Source (MIT)
        - Full markdown compatibility
        - Markdown extensions such as tables and charts
        - Simple 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://frictionlessdata.github.io/livemark/
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
