Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergzach authored Feb 25, 2024
1 parent 11c9d29 commit 6399621
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## What's readingproc?

Not important information.

There is a class for simple reading `stdout` and `stderr` of any process.
The next problems are solved:
* Reading blocking when trying to read stdout/stderr of a process.
Expand Down Expand Up @@ -140,4 +142,4 @@ reading_set.terminate_all()

The examples are for `Python 3`. For `Python 2` you create the same code. `data.stdout` and `data.stderr` in `Python 2` have `str` type, in `Python 3` they both have `bytes` type (processes send bytes which can be decoded into strings).

[A very short API](API.md)
[A very short API](API.md)

0 comments on commit 6399621

Please sign in to comment.