Metadata-Version: 2.1
Name: superb_logger
Version: 0.1.0
Summary: Superb Logger is a sleek and powerful logging utility built for Python applications
Author-Email: dkurchigin <kurchigin.dmitry@yandex.ru>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Typing :: Typed
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://gitverse.ru/dkurchigin/superb_logger
Project-URL: Source, https://gitverse.ru/dkurchigin/superb_logger
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.11.7
Description-Content-Type: text/markdown

# superb_logger

---

## 🛠️ Configuration

All configurations are handled through the `Configurator` class:

- Set base logging level (INFO by default)
- Dynamically add/remove loggers
- Use `set_loggers()` to configure multiple loggers at once
- Customize format and date format in constants

---

## 🧪 Testing & Quality

- 100% test coverage with pytest ✅
- Fully documented code 📘
- Safe for production use 💼

---

## 📄 License

MIT License — feel free to use it in any project! 🎉

---

## 🧑‍💻 Made with ❤️ by [@dkurchigin](https://gitverse.ru/dkurchigin)

Let’s make logging fun again! 😄  
Have questions? Open an issue or contribute to the repo!

## 🐙 GitHub

🔗 [https://gitverse.ru/dkurchigin/superb_logger](https://gitverse.ru/dkurchigin/superb_logger)
