Metadata-Version: 2.1
Name: custom_profiler
Version: 0.1.4
Summary: Time and memory profiler
Home-page: https://github.com/KarGeekrie/customProfiler
Author: Karim Ammar
Author-email: karim.ammar@cea.fr
Maintainer: Karim Ammar
Project-URL: Bug Reports, https://github.com/KarGeekrie/customProfiler/issues
Project-URL: Source, https://github.com/KarGeekrie/customProfiler
Keywords: profiler,timer
Requires-Python: >=3.6, <4
Requires-Dist: psutil

custom_profiler is a simple, interactive and lightweight (the only dependency is psutil) way of profiling the memory and execution time of your python code. Doc in https://github.com/KarGeekrie/customProfiler
