MUD parser is a python module for parsing Manufacturer Usage Description profiles. (not production-ready!)
For more information about MUD see draft.
-
Python 3.x (does not support python 2.x)
$ python --version Python 3.5.1
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
- TODO
- This is an alpha version, and still a work in progress. To not use in production.
- Omar Ilias EL MIMOUNI [email protected]
Check LICENSE file.
- TODO