Skip to main content

Logging for important Python applications will become more beautiful and functional!

Project description

Logging for important Python applications will become more beautiful and functional!



A new step, a new future

Paintlog will help you track and work with your Python applications easier and more functionally!

[!CAUTION] At the moment, Paintlog is under active development, many things may not work, and this version is not recommended for use (all at your own risk).

Contact and support

If you have questions about using Paintlog, then create an issue in the repository or write to me at bro.alexeev@inbox.ru.

You can also write to me on Telegram: @alexeev_dev

paintlog is an Open Source project, and it only survives due to your feedback and support!

Project releases are available at this link.

Documentation

You can read the usage documentation at this link.

Example

#!venv/bin/python3
"""Paintlog Example File.

Copyright Alexeev Bronislav (C) 2024
BSD 3 Clause License
"""
from paintlog.logger import pydbg_obj, benchmark, Logger
from paintlog.paint import info_message, warn_message, error_message, other_message, FG, Style, debug_message, run_exception

logger = Logger('main.log')


@benchmark
@logger.debug_func
def debug_print() -> list:
    num = 12
    float_int = 12.12
    string = 'Hello'
    boolean = True
    list_array = [1, 2, 3, 'Hi', True, 12.2]
    dictionary = {1: "HELLO", 2: "WORLD"}

    pydbg_obj(num, float_int, string, boolean, list_array, dictionary)


debug_print()

# Simple messages
info_message('INFORMATION')
warn_message('WARNING')
error_message('EXCEPTION')
debug_message('DEBUG')
other_message('SOME TEXT', 'OTHER')
# Highlight bg
info_message('Highlight INFORMATION', True)
warn_message('Highlight WARNING', True)
error_message('Highlight EXCEPTION', True)
debug_message('Highlight DEBUG', True)
other_message('Highlight SOME TEXT', 'OTHER', True)

# Message with logger
logger.log('INFORMATION logger', 'info')
logger.log('WARNING logger', 'warn')
logger.log('EXCEPTION logger', 'error')
logger.log('DEBUG logger', 'debug')
logger.log('SOME TEXT logger', 'other')
# Message with logger and highlight bg
logger.log('INFORMATION logger', 'info', True)
logger.log('WARNING logger', 'warn', True)
logger.log('EXCEPTION logger', 'error', True)
logger.log('DEBUG logger', 'debug', True)
logger.log('SOME TEXT logger', 'other', True)

print(f'{FG.red}{Style.bold}BOLD RED{Style.reset}{Style.dim} example{Style.reset}')

run_exception('EXCEPTION')

Installion

Just one command:

pip install paintlogio-py

Requirements

To run the software you will have to install the necessary programs and dependencies, such as:

  • Python interpreter (>=3.10)
  • PIP package manager (>=22.0)
  • Python libraries (listed in requirements.txt)

Functional

Here you can see what paintlog can already do and what else is planned to be added in the future:

  • Advanced print for debug (pydbg_obj)
  • Colors
  • Logging
  • Benchmark and decorators for funcs
  • Update advanced print for debug (pydbg_obj)
  • Improve logging
  • Upload logs to Google Drive
  • Support async

Copyright

Copyright © 2024, Alexeev Bronislav

All rights reversed

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paintlogio-py-0.3.2.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

paintlogio_py-0.3.2-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file paintlogio-py-0.3.2.tar.gz.

File metadata

  • Download URL: paintlogio-py-0.3.2.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for paintlogio-py-0.3.2.tar.gz
Algorithm Hash digest
SHA256 2e53df3fd042f643cd28a65a6ace68ec916a17f78a2ea937b7bf06feaf98925c
MD5 7401087a3c572e519d92ecdfdf5ed463
BLAKE2b-256 518e4a5b48eb81839fb0d2d2ce45c1e38d348a2f561697fed5f6d2d91e38ab0c

See more details on using hashes here.

File details

Details for the file paintlogio_py-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for paintlogio_py-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 197749e0ea28a0c54b2084efe1a898f7af9d1169b3a89429e65b3cd175628973
MD5 486a8905694f078cfb78295ba06bdfef
BLAKE2b-256 779212394cdb5123421c36e43f01c5ea0ef36f34014055e155795f373994f981

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page