Processing org-mode files in python

I have documentation in org-mode emacs files. I would like to process some of these files from my python programs. One useful example would be to import org tables into dictionaries or lists for python, or to search for a specific section in an org file (marked with special characters *). I think it would not be difficult to code this org-mode-importerin python, but I would like to avoid reusing the wheel. I found Orgnode , but it does not seem to be actively supported.

Are there any alternatives?

+5
source share

All Articles