Metadata-Version: 2.4
Name: rescore09
Version: 1.0.0
Summary: My own custom library to help with my projects.
Author-email: rescore09 <admin@rescore.lol>
License: MIT
Project-URL: Homepage, https://github.com/rescore09/rescore
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# rescore09

A lightweight Python utility library for everyday tasks — including config loading, logging, and file/directory operations. Designed to simplify boilerplate and make your scripts cleaner and more maintainable.

---

## ✨ Features

- 🔧 Load config files from `.json`, `.yaml`, `.env`, or `.ini`
- 📂 Easy file/directory handling with `pathlib`
- 📜 Simple and styled logging setup
- 🔌 Clean API to integrate with any project

---

## 📦 Installation

Install via pip (after publishing to PyPI):

```bash
pip install rescore09
