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
'''
Release files for ezfile 0.0.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ezfile-0.0.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ezfile-0.0.3.4-py3-none-any.whl
| Download URL | ezfile-0.0.3.4-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7659ef967a64f9a7e29efab4914a19424875f80e7b0f7e57df47934722a33d02
|
|
BLAKE2b-256 checksum How to use checksums |
3796b183defb74297e8905429fd2aa1664e7c22de6b74eac9dbe5cfb3081831a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |