update readme [ci skip]

This commit is contained in:
jar3b 2018-02-16 22:48:18 +03:00
parent e1662bb6a6
commit b91cb9b360

View File

@ -3,8 +3,17 @@
[![PyPI version](https://badge.fury.io/py/asyncio-seppuku.svg)](https://badge.fury.io/py/asyncio-seppuku)
sends signal to current pid after specified delay
Sends signal to current pid after specified delay.
## Usage:
See examples/simple.py
Works on Linux (because OS async singals support is required), supports Python 3.3+ (for Python 3.3 need to install asyncio)
## For what?
idk
## Installation
via pip: `pip install `
## Usage
See [examples/simple.py](examples/simple.py)