Cereja
Cereja is a Python utility package for developers who want reusable helpers for files, paths, progress display, compression, hashing, text processing, data preparation, arrays, dates, and small system tasks.
The package is distributed on PyPI as cereja and supports Python 3.11 and newer.
python -m pip install cereja
import cereja as cj
path = cj.Path(".")
print(path.list_files())
User Guide
Reference
Project Links
Source code: https://github.com/cereja-project/cereja
Issues: https://github.com/cereja-project/cereja/issues/new/choose
License: MIT