Log function library
1.Introduction
Hello user, I am the author of this library. We often deal with logs in daily programming, although writing logs is not too difficult, but this library aims to make it easier to complete the various functions of the log
2.Use method
# pip install michaelPanLogLib
"""
from michaelPanLogLib,logs import AllKindLog
a_log = AllKindLog()
a_log.write_log_file(f"D:/pycharm_project/michaelPanLogLib/test1.yml","hello world") # Write a content to log file
a_log.write_log_file(f"D:/pycharm_project/michaelPanLogLib/test1.yml", "hi world")
a_log.find_log_file(f"D:/pycharm_project/michaelPanLogLib/test1.yml", "world") # Find every log that contains "hello"
a_log.clear_log_file(f"D:/pycharm_project/michaelPanLogLib/test1.yml") # clear the log file
a_log.delete_file(f"D:/pycharm_project/michaelPanLogLib/test1.yml") # delete the log file
"""
3.Contact information
# ***************************************************************
# Maintainers:
# chuntong pan <panzhang1314@gmail.com>
# Date:
# 2023.11
# ***************************************************************
Release files for michaelPanLogLib 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| michaelPanLogLib-0.0.2.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| michaelPanLogLib-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / michaelPanLogLib-0.0.2.tar.gz
| Download URL | michaelPanLogLib-0.0.2.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56ab109e893db7d1deac794c4939f5ef3e1f7901874ea8430301aeeb5ed22a03
|
|
BLAKE2b-256 checksum How to use checksums |
3d8524db801f3868ec1d0831ff11058a2e0365b13b1b828b2d013f487c9ad045
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / michaelPanLogLib-0.0.2-py3-none-any.whl
| Download URL | michaelPanLogLib-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd5738b3452e0d4103f4b044170a09c9a8371950cedf44ad199befbc000f1275
|
|
BLAKE2b-256 checksum How to use checksums |
831bd26e9fca0d3d2675f1a394205be6fd85ee91c5ba926440e7e3d65e0c0dfd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|