Input/Output File Stream
Project description
iofstream
Version 0.0.6
Input Output FileStream
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!
Logger Class
from iofstream import Logger
logger = Logger('<logger_name>')
logger.<level>('<message>', '<filename>', True)
# The Boolean Is Whether It Should Print The Log Message Onto The Screen Or Not
# 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.6.tar.gz
(3.9 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.6.tar.gz.
File metadata
- Download URL: iofstream-0.0.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44ab1438826e86c039590a66d14952f5ab196bb304da615aa3fbf125d882c8f
|
|
| MD5 |
0ebbd07058504946c47a37d635c084dd
|
|
| BLAKE2b-256 |
ccb8786b6494d2a7fb72c86e7212555a184528c88f653a12f06bb149571d8382
|
File details
Details for the file iofstream-0.0.6-py3-none-any.whl.
File metadata
- Download URL: iofstream-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
6fad698651355edadec0cbbcc038fd933d1bc5932bead7d03629172cb2224395
|
|
| MD5 |
f554d31dfdaf65a6511560ac220f5196
|
|
| BLAKE2b-256 |
1eedc93a7f929d6abe7ec7e506a0b39d6daa147b4d70d63a80057b65461ee587
|