AdoLib is a beginner-friendly Python utilities library
- Website: https://adovelopers.com/libraries/adolib
- Documentation: https://adovelopers.com/libraries/adolib/docs
- Source code: https://github.com/adovelopers/adolib
AdoLib
AdoLib is a collection of small but helpful tools designed to make life easier for new Python developers. Whether you're just learning the language or building your first projects, AdoLib gives you lightweight, no-nonsense utilities like easy logging, formatting, and more — all in a beginner-friendly way.
🚀 Features
- ✅ Simple Logger: Color-coded console output with optional timestamps.
- 🔧 Modular Structure: Organized by feature (e.g.,
adolib.logger,adolib.formatter, etc.). - 🧩 Pluggable Utilities: Add your own tools and utilities easily.
- 🐍 Beginner-Centric: Clean API design and easy-to-read source code.
📦 Installation
You can install AdoLib from PyPI:
pip install adolib
📘 Usage Example
from adolib.logger import SimpleLogger
log = SimpleLogger()
log.info("Everything is running smoothly.")
log.warning("This might be a problem.")
log.error("Something went wrong.")
🔧 Contributing
Want to add your own utilities? Just fork the repo, add a new module under adolib/, and submit a pull request! We welcome beginner-friendly contributions and clear code.
📄 License
This project is licensed under the MIT License. See LICENSE for more information.
✨ Future Plans
- File and path utilities
- Easy JSON/YAML handlers
- CLI helper module
- Decorators and timing tools
- Educational examples in docs
Built with ❤️ by Adovelopers
Release files for adolib 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| adolib-0.2.3.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| adolib-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.6 kB
Release files / adolib-0.2.3.tar.gz
| Download URL | adolib-0.2.3.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d74ecd3c061557fe079d7ec57c35a7983b70b15bb42c767441181613498be957
|
|
BLAKE2b-256 checksum How to use checksums |
804072cdbe11fac73958267e354bfb301ae4a43a3842ddb79ad0be70753a69e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / adolib-0.2.3-py3-none-any.whl
| Download URL | adolib-0.2.3-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c740006a8db9614899a99ed625398791131560fb19088fe247ae71815cf95f3
|
|
BLAKE2b-256 checksum How to use checksums |
415b79f51ae59749d850031999ca82d4297995328fa37ac7a3e7913f05b1ea42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|