kevinschaul / archieml-python

An ArchieML parser for Python
MIT License
10 stars 0 forks source link

archieml-python

Build Status

Parse Archie Markup Language (ArchieML) documents into Python dicts.

Read about the ArchieML specification at archieml.org.

A work in progress. Run the test for details on how for along this implementation is.

Pull requests always welcome.

Usage

Tests

To run all tests:

nosetests

To run a specific test:

nosetests tests/test_archieml.py:TestParser.test_dotNotation