Wraps Valgrind to colour the output.
Project description
A python wrapper for Valgrind that colours the output for better readability.
Available on pypi here https://pypi.python.org/pypi/colour-valgrind/
Installation
------------
```
pip install colour-valgrind
```
or from the root dir (after cloning):
```
pip install -e .
```
Usage
-----
Just use `colour-valgrind` instead of `valgrind` - all args are passed through.
`--test FILE` has been added to feed in an existing valgrind log file to colour.
Usage as a lib
--------------
You can also use the filter as a library function, if you're running valgrind
from another python project.
```
from colourvalgrind import colour_valgrind
...
print(colour_valgrind(valgrind_output))
```
Available on pypi here https://pypi.python.org/pypi/colour-valgrind/
Installation
------------
```
pip install colour-valgrind
```
or from the root dir (after cloning):
```
pip install -e .
```
Usage
-----
Just use `colour-valgrind` instead of `valgrind` - all args are passed through.
`--test FILE` has been added to feed in an existing valgrind log file to colour.
Usage as a lib
--------------
You can also use the filter as a library function, if you're running valgrind
from another python project.
```
from colourvalgrind import colour_valgrind
...
print(colour_valgrind(valgrind_output))
```
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
colour-valgrind-0.3.9.tar.gz
(5.7 kB
view details)
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 colour-valgrind-0.3.9.tar.gz.
File metadata
- Download URL: colour-valgrind-0.3.9.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34a7d92e3c82a63d80644a571d3df8e4d29dd7b14b263dee90307d5d6432619d
|
|
| MD5 |
96ce68864863f4f8a2e7ced7192d3433
|
|
| BLAKE2b-256 |
212ede8a6af3905d122a2180b11cd26e7ace4e3c05dd27f3f2cef8f00f584604
|
File details
Details for the file colour_valgrind-0.3.9-py2.py3-none-any.whl.
File metadata
- Download URL: colour_valgrind-0.3.9-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9eef84266cff5e3a43c4a3cba8ada4fddc70984c3a3439e4a1d3e5a3d38e9d5
|
|
| MD5 |
f97d17126def853e49d9f52f4f210a58
|
|
| BLAKE2b-256 |
c4bc7f2116560e1658129c3b5a9005bb6a384ad0aa9d44792318a31113a91eca
|