LaraKit provides common Python components and utilities for the Lara project.
It is designed to keep shared functionality consistent and reusable across Laraβs ecosystem.
Clone the repository and install dependencies:
pip install -r requirements.txtSet up pre-commit hooks (recommended):
pre-commit installRun tests with:
python testsLint and format the code with:
pylint srclarakit/
βββ src/larakit/ # Source code
βββ tests/ # Unit tests
βββ requirements.txt # Development dependencies
βββ pyproject.toml # Project configuration
This project is licensed under the MIT License β see the LICENSE file for details.