Input/Output File Stream
Project description
iofstream
Input Output File Stream
Under Experimentation, Not Fully Developed As Of 2022
Developed by ST 2022
Installation
pip install iofstream
How To Use - [Alpha Version]
Using The File Functions
from iofstream import <function_name>
function_name('<file_name.txt>', '<filetext>', '<other_parameters>')
# And ... Done!
An Example
from iofstream import write_file
write_file('myfile.txt', 'mytextstring!')
# And ... Done!
The Logger - [Extreme Alpha Version]
from iofstream import Log
# Create Instance/Log
log = Log('<log_name>', '<log_message>', '<log_level>', '<log_file>', True)
# The Boolean Is Whether It Should Print The Log Message Onto The Screen Or Not
# And ... Done!
An Example
from iofstream import Log
# Create Instance/Log
servercrash = Log('VaultLog', 'Server Crashed!', 'CRITICAL', 'servercrashes.log', False)
# There Is A 'default' Parameter For The Log File; It Will Create A Log File With The Current Date
# And ... Done!
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
iofstream-0.0.3.tar.gz
(3.6 kB
view details)
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 iofstream-0.0.3.tar.gz.
File metadata
- Download URL: iofstream-0.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf31bc46a6b07ba26b5ada324ecd0a5e8f8e107759f494c5738d263b32fae557
|
|
| MD5 |
a41d891539174b203e86d2f52b2e45c1
|
|
| BLAKE2b-256 |
e8c1feca58ccb65bb3421853b95f4911db5708be15cb0683837250c49446b002
|
File details
Details for the file iofstream-0.0.3-py3-none-any.whl.
File metadata
- Download URL: iofstream-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0b5f20e630863266df6b45993b4276b79bd6960a9b9cbdf127f379b5b487cfe
|
|
| MD5 |
22155b0df298aed245350e236c48a456
|
|
| BLAKE2b-256 |
30156cd6fa3e15950fe3be3061bfb2df397ed8d1860e7131398adff55a0dd024
|