I want to parse an erlang config file in python. Is there a module for it? This config file contains;
[{webmachine, [
{bind_address, "12.34.56.78"},
{port, 12345},
{document_root, "foo/bar"}
]}].
You could use etf library to parse erlang terms in python https://github.com/machinezone/python_etf
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With