Metadata-Version: 2.1
Name: lukeparser
Version: 0.3.14
Summary: The Style of Markdown with the Power of LaTeX.
Home-page: https://lukeparser.github.io
Author: David Hartmann
Maintainer: David Hartmann
License: GPLv2
Project-URL: Documentation, https://lukeparser.github.io/lukeparser
Project-URL: Source, https://github.com/lukeparser/lukeparser/
Project-URL: Tracker, https://github.com/lukeparser/lukeparser/issues
Keywords: markdown,html,latex,parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pybison
Requires-Dist: watchdog
Requires-Dist: six
Requires-Dist: tqdm
Requires-Dist: tornado
Requires-Dist: livereload

# Luke, I'm Your Parser.
[![python-3 badge](https://img.shields.io/pypi/v/lukeparser?style=flat-square)](https://pypi.org/project/lukeparser/)
[![python-3 badge](https://img.shields.io/pypi/pyversions/lukeparser?style=flat-square)](https://pypi.org/project/lukeparser/)
[![Build Status](https://img.shields.io/travis/lukeparser/lukeparser.svg?style=flat-square&branch=master)](https://travis-ci.org/lukeparser/lukeparser)

> The Style of Markdown with the Power of LaTeX.

Powered by blazing fast **Bison/Flex** and magnificent & extensible **Python3**.

<div align="center">
  <a href="http://lukeparser.github.io">
    <img width=650px src="https://lukeparser.github.io/assets/logo_wide.png">
  </a>
</div>



## Features
Did you ever missed these functions in Markdown?

- **variables and custom commands** in Markdown - in Math- and in Textmode?
- additional parameters for each component for more variation and control?
- **custom styles** - you can also use different styles in the same document
- the choice to **compile to LaTeX or HTML** - or both at the same time?
- **references across files**?
- a easy **searchable representation** of chapters, images, and other components of your documents
- **component nesting** using indentation, e.g. sections in lists
    - we use an automatic indentation-style detection (spaces or tabs)
- **Notes and Footnotes in a seperate file or part of your document**.
- **nested multiline comments**
- an inplace server for live parsing of markdown files as **a replacement for simple php**


## Getting Started

**Documentation**  
Read the [Documentation online.](https://lukeparser.github.io/lukeparser).

**Install** (Linux, Windows & OS X)
```sh
pip install lukeparser
```

**Start a live reload server anywhere**
```
luke --live
```

**Usage example**
```
luke file.md
```

_For more examples and usage, please see our docs._


## Contributing

1. Fork it (<https://github.com/lukeparser/lukeparser/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

## License
Code: [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg?style=flat-square)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)  
Language Definition: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)  
© 2019 David Hartmann. With the exceptions noted below, this code is released under the GPL, version 2. This software carries no warranty of any kind. The language specification and the documentation, written in the *luke markdown dialect* are licensed under the MIT license.


