Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

cmower/Orgnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Orgnode

Orgnode is a simple Python package for reading Org-mode files, originally created by Charles Cave.

Load an Org-mode file using

root, nodelist = Orgnode.makelist(filename)

where

  • root is a string containing everything up until the first node
  • nodelist is a list of Orgnode objects, see Module documentation
  • filename is the filename for the Org-mode file you want to load

Install

  1. $ git clone [email protected]:cmower/Orgnode.git
  2. $ cd Orgnode
  3. $ pip install .

About

Read Org-mode files in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages