Metadata-Version: 2.1
Name: pysniffer
Version: 0.1.0
Summary: A decorator for profiling Python functions
Home-page: https://github.com/DhananjayanOnline/pysniffer
Author: Dhananjay Haridas
Author-email: main.dhananjayharidas@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pysniffer

A Python decorator for profiling functions, measuring execution time, CPU time, and peak memory usage.

## Installation

```bash
pip install pysniffer
