Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 872 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 872 Bytes

MUD parser

MUD parser is a python module for parsing Manufacturer Usage Description profiles. (not production-ready!)

For more information about MUD see draft.

Getting started with mudparser

Requirements

  • Python 3.x (does not support python 2.x)

    $ python --version Python 3.5.1

Install

Clone this repo, and run setup.py script with install command:

$ git clone https://github.com/elmiomar/mudparser.git
$ cd mudparser
$ python setup.py install

Example

  • TODO

Version

  • This is an alpha version, and still a work in progress. To not use in production.

Authors

License

Check LICENSE file.

Acknowledgements

  • TODO