Metadata-Version: 2.0
Name: pystack-debugger
Version: 0.7.1
Summary: Tool to print python thread and greenlet stacks
Home-page: https://github.com/wooparadog/pystack/
Author: Haochuan Guo
Author-email: guohaochuan@gmail.com
Maintainer: Jiangge Zhang
Maintainer-email: tonyseek@gmail.com
License: MIT
Keywords: pystack,pstack,jstack,gdb,lldb,greenlet
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: click (<6.0,>=5.1)

# pystack

pystack is to python as jstack is to java!

It's a debug tool to print python threads or greenlet stacks.

Idea stolen from [pyrasite](https://github.com/lmacken/pyrasite)

## Install

```
$ pip install pystack-debugger
```

## Usage

You may need to run it with `sudo`.

```
$ sudo pystack <pid> [--include-greenlet]
```


