Metadata-Version: 2.1
Name: livemark
Version: 0.74.2
Summary: Livemark is a Python static site generator that extends Markdown with interactive charts, tables, scripts, and other features.
Home-page: https://github.com/frictionlessdata/livemark
Author: Evgeny Karev
Author-email: eskarev@gmail.com
License: MIT
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
Requires-Dist: marko (>=1.0)
Requires-Dist: pyyaml (>=5.3)
Requires-Dist: jinja2 (>=3.0)
Requires-Dist: pyquery (==1.*)
Requires-Dist: deepmerge (>=0.3)
Requires-Dist: gitpython (>=3.1)
Requires-Dist: jsonschema (>=2.5)
Requires-Dist: typer[all] (>=0.3)
Requires-Dist: livereload (>=2.6)
Requires-Dist: giturlparse (>=0.10)
Requires-Dist: cached-property (>=1.5)
Requires-Dist: docstring-parser (>=0.10)
Requires-Dist: frictionless[excel,json] (==4.*)
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pylama ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-vcr ; extra == 'dev'
Requires-Dist: pytest-only ; extra == 'dev'

# Livemark

[![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://discordapp.com/invite/Sewv6av)

> This software is in the early stages and is not well-tested

Livemark is a Python static site generator that extends Markdown with interactive charts, tables, scripts, and other features.

## 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

[![Example](assets/example.png)](https://livemark.frictionlessdata.io)

## Documentation

Please visit our documentation portal:
- https://livemark.frictionlessdata.io

