stdin.size(), stdin.read() functions
Project description
Installation
$ [sudo] pip install stdin
Examples
$ printf "stdin text" | python -c "import stdin;print(stdin.size())"
10
$ echo "stdin text" | python -c "import stdin;print(stdin.size())"
11
python -c "import stdin;print(stdin.read())"
$ echo "stdin text" | python -c "import stdin;print(stdin.read())"
stdin text
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stdin-2020.12.3.tar.gz
(1.3 kB
view details)
File details
Details for the file stdin-2020.12.3.tar.gz
.
File metadata
- Download URL: stdin-2020.12.3.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bec9dfb039cd970ad113c996aca0bcd3a9e66fb8492c444602facd2d3c48ffa |
|
MD5 | e2466b00caef9f8c2aae19017e4e9461 |
|
BLAKE2b-256 | 1d36d74d02d64de02725fb5ac0e361bb7e848b730cb5b77ee0945c42586e9022 |