- in setup.py, obtain the netplan version string using a regex
- add typing as a runtime dependency on Python 2.x
- add type hints
- fix some pylint nits
- use
yaml.safe_load()
instead ofyaml.load()
- add PyYAML as a runtime dependency
- reformat the source code using black
- use pytest instead of ostestr and simplify the unit tests
- use relative imports in
__init__.py
- update the package metadata in setup.py
- add the "-x filename" argument to netplan-parser
- initial public release