Metadata-Version: 2.1
Name: gpctools
Version: 0.1.2
Summary: Python package for common use tools
Home-page: https://github.com/danbarml/gpctools
Author: Danilo B. M. de Lima
Author-email: d.lima@gp-joule.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# gpctools

A package for common use tools by the Dev team at GP Joule Connect.

## Tools:
- exectime: decorator that prints the execution time of a function 

## Installation

```bash
pip install gpctools
