Metadata-Version: 2.1
Name: kfslog
Version: 3.0.0
Summary: 
Home-page: https://github.com/9-FS/kfslog
License: MIT
Author: 9FS
Author-email: pray4spam@googlemail.com
Requires-Python: >=3.12.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: kfsfstr (>=2.0.0,<3.0.0)
Requires-Dist: result (>=0.16.0,<0.17.0)
Project-URL: Repository, https://github.com/9-FS/kfslog
Description-Content-Type: text/plain

#import "@preview/wrap-it:0.1.0": wrap-content  // https://github.com/ntjess/wrap-it/blob/main/docs/manual.pdf
#import "./doc_templates/src/note.typ": *
#import "./doc_templates/src/style.typ": set_style


#show: doc => set_style(
    topic: "kfslog",
    author: "구FS",
    language: "EN",
    doc
)
#set text(size: 3.5mm)


#align(center, text(size: 2em, weight: "bold")[kfslog])
#line(length: 100%, stroke: 0.3mm)
\
\
= Introduction

This library is a collection of miscellaneouns logging functions that turned out to be quite useful to have while creating my other projects.

For further documentation, read the provided docstrings or feel free to send me a message. I'm also always happy about sugggestions and tips.

= Table of Contents

#outline()

#pagebreak(weak: true)

= Installation
== PyPI

+ `pip install kfslog`
