PyGAU
Tired of not having tools to debug easily in python? PyGAU (Python Grab And Use) is here to help!
The objective
As it names suggests, it is a library that adds debug features that are as easy to deploy as puting decorators in the functions you want to debug.
Features
Currently, in version 1.3.3, it contains the following
- Benchmarking:
- "Timing" class -> measure how many time does take a function to execute and timing code sections, as simple as adding a decorator to the functions of interest.
- Debugging:
- "Report" class -> trace all the stack of functions called, as simple as adding a decorator to the functions of interest.
Documentation
All the documentation on how does each class and function work is in the classes in form of docstring.
Release files for PyGAU 1.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygau-1.3.3.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pygau-1.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / pygau-1.3.3.tar.gz
| Download URL | pygau-1.3.3.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
03d01623684a86a03e4ced7897fdecc4098454d4728686c3087df75f35214a7f
|
|
BLAKE2b-256 checksum How to use checksums |
30272689d44b51d898a006db222f32fde118141e11518330839a96d679ce585b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|
Release files / pygau-1.3.3-py3-none-any.whl
| Download URL | pygau-1.3.3-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cf6daf000875eef1a138a4b22a48a61ab35e33c1a281cf212df1fc3f61a090c7
|
|
BLAKE2b-256 checksum How to use checksums |
0388068fd47523cb1e7786cf089d6a96e72ace2c99e732f64cbeb057c2d9bbd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|