Simple Python interface for the Varnish management port
Project description
- Version:
- 0.2
pip install python-varnish==0.2.1
If you are running a version of varnish older than 3.0 then install python-varnish==0.1.2 instead.
Varnish is a state-of-the-art, high-performance HTTP accelerator. For more information checkout Varnish Site
Varnish provides a simple telnet management interface for doing things like:
reloading configurations
purging URLs from cache
view statistics
start and stop the server
This Python API takes full advantage of the available commands and can run across multiple Varnish instances. Here are the features of this python module (compared to python-varnishadm)
Uses telnetlib instead of raw sockets
Implements threading module
Can run commands across multiple Varnish instances
More comprehensive methods, closely matching the management API (purge_*, vcl_*, etc.)
Unittests
Example:
manager = VarnishManager( ('server1:6082', 'server2:6082') ) manager.run('ping') manager.run('ban.url ^/secret/$') manager.run('ban.list') manager.run('purge.url', 'http://mydomain.com/articles/.*') manager.close()
Testing:
python runtests.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-varnish-0.2.1.tar.gz
.
File metadata
- Download URL: python-varnish-0.2.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320ac8f6172c942a8e67efa4e75759b9be2969c7ead0b81d0a255bacec96c370 |
|
MD5 | 85d09672e40f75be33a450dd8f3cd250 |
|
BLAKE2b-256 | 0ea345f1844d028fb13242eedb32920b84f5e1966bd1b3745d097ab7e1970fc4 |