Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 168 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 168 Bytes

Py_NML

Python NML parser

for NML 1


Usage:

>>> py_nml.parse('module test_module')
[Keyword(name='module', arguments=['test_module'])]