Zathura is a small space logger. It logs stuff into her logbook as she drifts into vast unknown of development phase.
Project description
______ ___________
___ /______ __ /___ /_____ ______________ _
__ / _ __ `/ __/_ __ \ / / /_ ___/ __ `/
_ /__/ /_/ // /_ _ / / / /_/ /_ / / /_/ /
/____/\__,_/ \__/ /_/ /_/\__,_/ /_/ \__,_/
Zathura
Zathura is a sqlite3 based logger. Currently, you can see your error and debug logs from terminal only. However, I am working on webview. Do keep in mind, you will have to handle the authentication for your own project.
How to install
pip install zathuraThis will install the latest version on your virtualenv
Code Preview
1. You can just import Zathura from ZathuraProject.zathura and call insert_error_log function to start logging your errors right away.
from ZathuraProject.zathura import Zathurazathura = Zathura() zathura.insert_error_log(user_id, error_name, long_error_description)
2. View your logs from terminal
zathura helpThis will list all the avaiable command for you. Choose from them to see how you want to sort your logs.
usage: Zathura COMMAND [args] ... For example: { Zathura v } will show the current version of this pacakge. ----------------------------------------------------- ----------------------------------------------------- All commands: [[ v ]] : Show the current version of this package [[ developer ]] : Search based on developers name. You can filter out the result based on date and descending order [[ debug_origin ]] : Shows debug messages based on point of origin. Point of origin is the class/function from where you are adding a message in sqlite. [[ error_user ]] : Shows error generated under the given username [[ all_debug ]] : Shows all debug messages [[ error_name ]] : Shows error based on a error name. [[ date ]] : Shows error occurred in between a specific date. [[ all_error ]] : Shows all error messages [[ origin ]] : Shows error generated on the given point of origin [[ mark_resolve ]] : Given an error name and point of origin all errors logged on database, is marked resolved. [[ delete_debug ]] : Deletes the last seven days of debug mesasges from the database. It is useful if you dont want to clutter the database with unnecessary debug info. [[ help ]] : Shows all the commands necessary to run this package from terminal ----------------------------------------------------- -----------------------------------------------------For example to see all error, without sorting you can just type
zathura all_error
It is without doubt that there might be some bugs and improvement for this project. I wrote zathura to help me with my projects. If you face any bugs or want some more modules, please open an issue. If you want to contribute, please clone my project and create a pull request for me.
Thank you. Ibtehaz
Run Zathura codebase on your computer
- Clone the project and change your directory into it.
- pip install -r requirements.txt
- pip install --upgrade setuptools wheel
-
python3 setup.py sdist bdist_wheel
This will create a build file for you from the laterst version. -
pip install .
To check on your machine
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
File details
Details for the file zathura-0.0.5.5b1.tar.gz
.
File metadata
- Download URL: zathura-0.0.5.5b1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c481235d2d0eb0a09eb136e877eb14b024a8f63ba647b31f854fdbbafde9fa3f |
|
MD5 | 2c493c3ef5db81286864478d6a0c8cb1 |
|
BLAKE2b-256 | 04baafe62f2aebbec23e15f5ed432031225e051aca1364d524b2aa15f71f2c8a |
Provenance
File details
Details for the file zathura-0.0.5.5b1-py3-none-any.whl
.
File metadata
- Download URL: zathura-0.0.5.5b1-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f84279e525afa8c1b5782747c380b800ea17780a07e0171aadd14a80e9b7ecfd |
|
MD5 | cc3f95ed4e6dd35814bbaeb0c6562ef1 |
|
BLAKE2b-256 | 00fff571e777ef18e1ae2a44b66e7134d0bc2a8820ce478c1bfe1afc7eae6f02 |