Read files faster
Project description
Read files faster.
from read import read
s = read('foo.txt')
Source:
def read(filename):
with open(filename, encoding='utf-8') as f:
return f.read()
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
read-0.0.2-py3-none-any.whl
(1.5 kB
view details)
File details
Details for the file read-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: read-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef0b64ac38e796151e2ab22f743c90d285a2c3e3e6e6e7cfe3297e3312ade2e5 |
|
MD5 | 6f06ba43a725c9e498705bbc7abd06e6 |
|
BLAKE2b-256 | f1a4e27df1055467a7ab74dd6103cedb629698e1a25870e2114b36bdc31347ce |