A beginner-friendly Python utilities library
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adolib-0.2.3.tar.gz.
File metadata
- Download URL: adolib-0.2.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74ecd3c061557fe079d7ec57c35a7983b70b15bb42c767441181613498be957
|
|
| MD5 |
2d3bdbaaa99a3187433cc1a771cbbf40
|
|
| BLAKE2b-256 |
804072cdbe11fac73958267e354bfb301ae4a43a3842ddb79ad0be70753a69e7
|
File details
Details for the file adolib-0.2.3-py3-none-any.whl.
File metadata
- Download URL: adolib-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c740006a8db9614899a99ed625398791131560fb19088fe247ae71815cf95f3
|
|
| MD5 |
8c4ccd0856f9676767020f7693f7000f
|
|
| BLAKE2b-256 |
415b79f51ae59749d850031999ca82d4297995328fa37ac7a3e7913f05b1ea42
|