New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pstack

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pstack - pypi Package Compare versions

Comparing version
0.7
to
0.7.1
+7
-6
PKG-INFO

@@ -1,4 +0,4 @@

Metadata-Version: 1.2
Metadata-Version: 2.1
Name: pstack
Version: 0.7
Version: 0.7.1
Summary: Tool to print python thread and greenlet stacks

@@ -17,5 +17,5 @@ Home-page: https://github.com/wooparadog/pystack/

Please use `pystack` in future. (e.g. `pip install pystack`)
Please use `pystack-debugger` in future. (e.g. `pip install pystack-debugger`)
See also https://pypi.python.org/pypi/pystack
See also https://pypi.python.org/pypi/pystack-debugger.

@@ -33,3 +33,3 @@ ## Introduction

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

@@ -42,3 +42,3 @@

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

@@ -61,1 +61,2 @@

Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

@@ -1,4 +0,4 @@

Metadata-Version: 1.2
Metadata-Version: 2.1
Name: pstack
Version: 0.7
Version: 0.7.1
Summary: Tool to print python thread and greenlet stacks

@@ -17,5 +17,5 @@ Home-page: https://github.com/wooparadog/pystack/

Please use `pystack` in future. (e.g. `pip install pystack`)
Please use `pystack-debugger` in future. (e.g. `pip install pystack-debugger`)
See also https://pypi.python.org/pypi/pystack
See also https://pypi.python.org/pypi/pystack-debugger.

@@ -33,3 +33,3 @@ ## Introduction

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

@@ -42,3 +42,3 @@

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

@@ -61,1 +61,2 @@

Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

@@ -7,5 +7,5 @@ # pystack

Please use `pystack` in future. (e.g. `pip install pystack`)
Please use `pystack-debugger` in future. (e.g. `pip install pystack-debugger`)
See also https://pypi.python.org/pypi/pystack
See also https://pypi.python.org/pypi/pystack-debugger.

@@ -23,3 +23,3 @@ ## Introduction

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

@@ -32,3 +32,3 @@

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

@@ -7,5 +7,6 @@ # !/usr/bin/env python

name='pstack',
version='0.7',
version='0.7.1',
description='Tool to print python thread and greenlet stacks',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Haochuan Guo',

@@ -12,0 +13,0 @@ author_email='guohaochuan@gmail.com',