Metadata-Version: 2.4
Name: ChimkenJournalism
Version: 0.0.1
Summary: A small logger wrapper for everyday usecase
Author: sand
License-Expression: MIT
Project-URL: Repository, https://github.com/sandbuster2005/journalism.git
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: logging
Requires-Dist: datetime
Dynamic: license-file

# Chimkenjournalism

This module was made to be use in ChikenMuziks and ohter simple use-case





**step to load env:**
- python -m venv .venv
- source .venv/bin/activate.fish
- pip install -r requirements.txt
