Simple Python interface for the Varnish management port
Project description
- Version:
- 0.2
pip install python-varnish==0.2.2
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'), 'secret_file_content')
manager.run('ping')
manager.run('ban.url ^/articles/$')
manager.run('ban.list')
manager.run('purge.url', 'http://mydomain.com/articles/.*')
manager.close()
Testing:
python runtests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-varnishadm-0.2.2.tar.gz.
File metadata
- Download URL: python-varnishadm-0.2.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1f28fd96a82004b0ac4e69beaeeb1742ec91bed4dbfcbb4dc1d1ff57cdc58a1
|
|
| MD5 |
5ed7f7544f5868d4118f2ee5fd1618ff
|
|
| BLAKE2b-256 |
240bdcf27d2e91e54e0710baffa5e823ad7f78b4a4e8164cf89443a807cbe980
|
File details
Details for the file python_varnishadm-0.2.2-py2-none-any.whl.
File metadata
- Download URL: python_varnishadm-0.2.2-py2-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d7630a66161420d6e5d2fe2772562479d6cf10d07f6c631b6cb21e6b7afc2d7
|
|
| MD5 |
f3c0c22bf08968a3fb78b46566e24f1b
|
|
| BLAKE2b-256 |
16d860a60e52a9b38d51c56dd9b95dfd556e2593dcfd4ffdd1a38cfc0d17da91
|