Metadata-Version: 2.1
Name: ppviz
Version: 0.1.0
Summary: It's a GUI to explore/profile a python file.
Home-page: https://github.com/manatlan/ppviz
License: MIT
Keywords: snakeviz,cProfile,python3,htag
Author: manatlan
Author-email: manatlan@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: htag (>=0.53.0,<0.54.0)
Requires-Dist: htbulma (>=0.9.7,<0.10.0)
Requires-Dist: starlette (>=0.31.1,<0.32.0)
Requires-Dist: uvicorn[standard] (>=0.23.2,<0.24.0)
Project-URL: Documentation, https://github.com/manatlan/ppviz
Project-URL: Repository, https://github.com/manatlan/ppviz
Description-Content-Type: text/markdown

# ppviz (python profiler viz'ualizer)

It's a GUI to explore/profile a python file.
(it's a little bit like snakeviz)

```
$ python -m pip install ppviz
$ ppviz your_file.py
```
