pyhaproxy icon indicating copy to clipboard operation
pyhaproxy copied to clipboard

Python library to parse haproxy configurations

Results 4 pyhaproxy issues
Sort by recently updated
recently updated
newest added

my `haproxy.cfg` looks like: ``` defaults mode http resolvers docker_resolver nameserver dns 127.0.0.11:53 ``` After parsing and rendering: ``` defaults mode http resolvers docker_resolver nameserver dns 127.0.0.11:53 ```

I want to check package version at runtime. I need something like **version='0.3.7'** in `__init__.py`, for example.

Hi, this might be useful to support the dispatch directives for backends

Can we use the library to add new backends /servers ?