API Wrapper for Traefik reverse proxy
The goal of this library is to provide an easy to use python interface for the Traefik reverse proxy. This will allow tools for deployment, A/B testing and anything else you can dream up to be written around Traefik's features.
Dependencies:
- requests
Install from source:
.. code-blog:: bash
$ git clone [email protected]:mjgorman/pytraefik.git
$ cd pytraefik
$ python setup.py install