Metadata-Version: 2.1
Name: tid
Version: 0.2.0
Summary: Get kernel thread id
Home-page: UNKNOWN
License: MIT
Author: Chris Hunt
Author-email: chrahunt@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# tid

Provides an interface for getting the LWP id as visible in `ps`, `top`,
and other utilities.

```python
import tid


tid.gettid()
```

# development

```
poetry install
poetry build
poetry publish
```

