Metadata-Version: 2.4
Name: pyprofyler
Version: 2.0.0
Summary: a simple memory/perf profiler for python programs.
Home-page: https://github.com/AlyShmahell/PyProfyler
Author: Aly Shmahell
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil==7.1.0
Requires-Dist: numpy==2.3.3
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PyProfyler
a simple memory/perf profiler for python programs.

## supports:
- functions
    - sync
    - async
- generators
    - sync
    - async

## Installation:
```sh
sudo pip3 install git+https://github.com/AlyShmahell/PyProfyler
```
or  
```sh
sudo pip3 install pyprofyler
```
## Example:
check [./example.py]('./example.py')
