Python code logging with a server interface
Project description
Pls-Logging
Pls-Logging is short for Python Local Server Logging, which refers to a log with a web interface.
It uses a modified version of Oh-My-PickleDB JSON Manager for data storing.
Pls-Logging is fun and powerful
from plsl import Logging
log = Logging() # Logging Object
log.info("info test") # Info
log.warning("warning test") # Warning
log.debug("debug test") # Debug
log.error("error test") # Error
Easy to Install
# Using python pip
$ pip install plsl
# Using git
$ git clone https://github.com/tory1103/pls-logging
$ cd pls-logging
$ pip install -r requirements.txt
$ python setup.py install
Contributing
You can propose a feature request opening an issue, or a pull request.
Here is a list of pls-logging contributors:
Useful Links
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
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 plsl-0.3.tar.gz.
File metadata
- Download URL: plsl-0.3.tar.gz
- Upload date:
- Size: 58.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66d1e82ff648b83bb40b61594b11e3bd9a9bc1d2687147a227546df26f22ace
|
|
| MD5 |
ec47d72c06dc4f5ca196cdd6a92e3ac1
|
|
| BLAKE2b-256 |
ed542262756b754f045b1bea133ead665dc7d4cf52cad3180f0b1e4870c15bd4
|
File details
Details for the file plsl-0.3-py3-none-any.whl.
File metadata
- Download URL: plsl-0.3-py3-none-any.whl
- Upload date:
- Size: 56.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c0e89e95de0262bdce03e58fffcfcba69b937fd499c40df69e5bdbd8cc065e2
|
|
| MD5 |
c5efdb5631f99339421774dcca4e1856
|
|
| BLAKE2b-256 |
be047b4778c1f90c908c234f901836f5b9df3aa6aaede119a9947495f6a6097e
|