Metadata-Version: 2.4
Name: PyGAU
Version: 1.3.3
Home-page: https://github.com/SpaceProgrammerOriginal/PyGAU
Author: SpaceProgrammer
License: Custom
Classifier: License :: Other/Proprietary License
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file

# 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.
