pyvarnish 1.1.0

Last updated:

0 purchases

pyvarnish 1.1.0 Image
pyvarnish 1.1.0 Images
Add to Cart

Description:

pyvarnish 1.1.0

PyVarnish=========Lighweight Python interface for Varnish ManagerTested with Varnish 4.x.x and 5.x.x### Instalation:```bashpip install pyvarnish```### Example:```python# Default port is 6082 and secret is an optional parameter manager = VarnishManager(host="varnish.example.es", port=80, secret="MySecret") manager.ping() manager.ban("req.http.host ~ www.example.es") manager.ban_url('^/secret/$') manager.ban_list() manager.command("<your custom command>") manager.quit()```Others:-------Based on [justquick/python-varnish](https://github.com/justquick/python-varnish) library

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.