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))
```
Release files for colour-valgrind 0.3.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| colour-valgrind-0.3.9.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| colour_valgrind-0.3.9-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / colour-valgrind-0.3.9.tar.gz
| Download URL | colour-valgrind-0.3.9.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
34a7d92e3c82a63d80644a571d3df8e4d29dd7b14b263dee90307d5d6432619d
|
|
BLAKE2b-256 checksum How to use checksums |
212ede8a6af3905d122a2180b11cd26e7ace4e3c05dd27f3f2cef8f00f584604
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / colour_valgrind-0.3.9-py2.py3-none-any.whl
| Download URL | colour_valgrind-0.3.9-py2.py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c9eef84266cff5e3a43c4a3cba8ada4fddc70984c3a3439e4a1d3e5a3d38e9d5
|
|
BLAKE2b-256 checksum How to use checksums |
c4bc7f2116560e1658129c3b5a9005bb6a384ad0aa9d44792318a31113a91eca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|