A one-line file-IO package
Project description
python3 only,maybe.
'''
r.txt:
abc123
'''
>>> from ezfile import read_in
>>> read_in(r'.\r.txt')
b'abc123'
>>> from ezfile import write_out
>>> write_out(r'.\w.txt',b'ez')
True
'''
w.txt:
ez
'''
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezfile-0.0.3.4-py3-none-any.whl.
File metadata
- Download URL: ezfile-0.0.3.4-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7659ef967a64f9a7e29efab4914a19424875f80e7b0f7e57df47934722a33d02
|
|
| MD5 |
c19cee69c77ee96dc6643006d36a4135
|
|
| BLAKE2b-256 |
3796b183defb74297e8905429fd2aa1664e7c22de6b74eac9dbe5cfb3081831a
|