|  | ||
|---|---|---|
| eorg | ||
| examples | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| readme.org | ||
| requirements.txt | ||
| setup.py | ||
		
			
				
				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 eorgDeveloping
python setup.py developExamples
Generating plain html
Simple raw html generation
head -n 5 examples/html-plain/example.pyEnaml web templating language
Written mainly to try out enaml-web
head -n 5 examples/html-enaml/example.py