Simple Logging using CSV
Project description
adoreta_log
installing the package
pip install adoreta
Examples:
Logging your logs
Default name of the log file logs.csv
from adoreta.log import Log
log = Log()
log.write("Please log this text to show this in the future")
Custom name of the log file
from adoreta.log import Log
log = Log("custom_filename.csv") # any custom file name you want
log.write("This text will go in the custom named file")
Displaying your logs
Default logs file display logs.csv
from adoreta.log import Log
log = Log()
log.show()
Custom logs file display
from adoreta.log import Log
log = Log("custom_filename.csv")
log.show()
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
adoreta-0.0.4.tar.gz
(14.7 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
adoreta-0.0.4-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file adoreta-0.0.4.tar.gz.
File metadata
- Download URL: adoreta-0.0.4.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4a7f1e77b87af23bce95f920370ff4b8b707c2a6c0fdc89be53179f3b8b5e7
|
|
| MD5 |
d460a96552b1d143fcccd17570acac98
|
|
| BLAKE2b-256 |
4cd8233d273c1304c0ab28317f9f48010469bb15591fcdaf0a7e882b85658df6
|
File details
Details for the file adoreta-0.0.4-py3-none-any.whl.
File metadata
- Download URL: adoreta-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c34844ad6dcb097bcd3b4ef6eda2b623d05ba1c9150cb0a5a3f65b10e11a90af
|
|
| MD5 |
f81dabafb55581ab3ab1e3246e8a6448
|
|
| BLAKE2b-256 |
4d2fb47d6c3074eeadea48ad011e0b2c5fc28af00ce3c6b219562b14027d4b7f
|