Go to file
Oliver Marks e7e2612789 Add pygmentise to equirements 2018-11-01 21:45:15 +00:00
eorg Add pygmentise to equirements 2018-11-01 21:45:15 +00:00
examples Remove print in example 2018-10-17 22:15:59 +01:00
tests Fix up block parsing and better handling of emphasis 2018-10-31 18:28:08 +00:00
.gitignore Initial commit 2018-10-14 20:42:46 +01:00
.gitlab-ci.yml Initial commit 2018-10-14 20:42:46 +01:00
LICENSE Initial commit 2018-10-14 20:42:46 +01:00
readme.org Improved text token parsing 2018-10-21 21:41:37 +01:00
requirements.txt Add pygmentise to equirements 2018-11-01 21:45:15 +00:00
setup.py Add pygmentise to equirements 2018-11-01 21:45:15 +00:00

readme.org

Eorg

Simple parser for org documents similar to markdown but far more powerful. The current parser was a bit limited so this is an attempt to make something simpler to use and extend.

This is not currently meant for generating org files only for reading data from them for scripts.

Install

pip install eorg

Developing

python setup.py develop

Examples

Generating plain html

Simple raw html generation

head -n 5 examples/html-plain/example.py

Enaml web templating language

Written mainly to try out enaml-web

head -n 5 examples/html-enaml/example.py